PhysicsEngineSolverIterations Property |
Number of iterations to use when solving constraints in the dynamics response phase.
Namespace:
Demo3D.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntaxpublic int SolverIterations { get; set; }Property Value
Type:
Int32
Remarks
The supplied value is clamped to the range [1, 1000].
It is possible to reduce the physics computational cost by reducing the number of solver
iterations. However, fewer solver iterations will result in less realistic physics
behaviour. The default value is 10 and it is not recommended to use fewer than 4
iterations. For greater physics accuracy you can increase the number of iterations.
Using a very high number of iterations (> 100) is unlikely to yield noticably more
accurate physics behaviour. You usually get much more gain by reducing the timestep.
See Also