Click or drag to resize

PhysicsEngineSolverType Enumeration

Enumeration of the available physics constraint solvers (AGX Only).

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public enum SolverType
Members
Member nameValueDescription
Inherit0 
Direct1 
Iterative2 
Split3 
See Also