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