| ConstraintSettingsMinConstraintImpulse Property |
Gets or sets the minimal constraint impulse.
Namespace: DigitalRune.Physics.SettingsAssembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax public float MinConstraintImpulse { get; set; }
Public Property MinConstraintImpulse As Single
Get
Set
public:
property float MinConstraintImpulse {
float get ();
void set (float value);
}
member MinConstraintImpulse : float32 with get, set
Property Value
Type:
Single
The minimal constraint impulse in the range [0, ∞[. The default value is 0.000001.
Exceptions Remarks
If a all constraint impulses in a
SimulationIsland are below this limit,
the constraint solving for this island is aborted. Setting a large value improves
simulation performance but reduces the stability of the simulation.
See Also