| MotionSettingsCcdVelocityThreshold Property |
Gets or sets the velocity threshold for Continuous Collision Detection (CCD).
Namespace: DigitalRune.Physics.SettingsAssembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax public float CcdVelocityThreshold { get; set; }
Public Property CcdVelocityThreshold As Single
Get
Set
public:
property float CcdVelocityThreshold {
float get ();
void set (float value);
}
member CcdVelocityThreshold : float32 with get, set
Property Value
Type:
Single
The CCD velocity threshold. The default value is 5.
Exceptions Remarks
Continuous Collision Detection (CCD) is only performed for rigid bodies that are faster than
this velocity limit.
See Also