Tao.Ode SDK Documentation

Ode.dWorldGetAutoDisableAngularThreshold Method 

Get the current auto-disable angular threshold for newly created objects

[Visual Basic]
Public Shared Function dWorldGetAutoDisableAngularThreshold( _
   ByVal world As IntPtr _
) As Single
[C#]
public static float dWorldGetAutoDisableAngularThreshold(
   IntPtr world
);

Parameters

world
A dWorldID

Return Value

A dReal

See Also

Ode Class | Tao.Ode Namespace