解算器
参考
- 面板
The settings in the Soft Body Solver panel determine the accuracy of the simulation.
- 最小步阶尺寸
Minimum simulation steps per frame. Increase this value, if the soft body misses fast-moving collision objects.
- 最大值
Maximum simulation steps per frame. Normally the number of simulation steps is set dynamically (with the Error Limit) but you have probably a good reason to change it.
- 自动步长
Use velocities for automatic step sizes. Helps the Solver figure out how much work it needs to do based on how fast things are moving.
- 错误限额
Rules the overall quality of the solution delivered. The most critical setting that defines how precise the solver should check for collisions. Start with a value that is half the average edge length. If there are visible errors, jitter, or over-exaggerated responses, decrease the value. The solver keeps track of how "bad" it is doing and the Error Limit causes the solver to do some "adaptive step sizing".
诊断
- 将性能打印到控制台
Prints on the console how the solver is doing.
- 预估矩阵
Estimate matrix, split to
COM
,ROT
,SCALE
.
辅助器
These settings control how the soft body will react (deform) once it either gets close to or actually intersects (cuts into) another collision object on the same layer.
- 阻塞
Calms down (reduces the exit velocity of) a vertex or edge once it penetrates a collision mesh.
- 模糊
Fuzziness while on collision, high values make collision handling faster but less stable. Simulation is faster, but less accurate.