Click or drag to resize
DigitalRuneMotionSettingsCcdVelocityThreshold Property
Gets or sets the velocity threshold for Continuous Collision Detection (CCD).

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

Property Value

Type: Single
The CCD velocity threshold. The default value is 5.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionvalue is negative.
Remarks
Continuous Collision Detection (CCD) is only performed for rigid bodies that are faster than this velocity limit.
See Also