Click or drag to resize
DigitalRuneConstraintSettingsMinConstraintImpulse Property
Gets or sets the minimal constraint impulse.

Namespace: DigitalRune.Physics.Settings
Assembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax
public float MinConstraintImpulse { get; set; }

Property Value

Type: Single
The minimal constraint impulse in the range [0, ∞[. The default value is 0.000001.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionvalue is negative.
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