Tao.Ode SDK Documentation |
|
Ode.dWorldSetAutoDisableLinearThreshold Method
Set the default auto-disable linear threshold for newly created bodies. The default parameter is: AutoDisableLinearThreshold = 0.01
[Visual Basic]
Public Shared Sub dWorldSetAutoDisableLinearThreshold( _
ByVal
world As
IntPtr, _
ByVal
linear_threshold As
Single _
)
[C#]
public static
void dWorldSetAutoDisableLinearThreshold(
IntPtr world,
float linear_threshold);
Parameters
-
world
- A dWorldID
-
linear_threshold
- A dReal
See Also
Ode Class | Tao.Ode Namespace