Tao.Ode SDK Documentation

Ode.dWorldSetAutoEnableDepthSF1 Method 

Set the AutoEnableDepth parameter used by the StepFast1 algorithm.

[Visual Basic]
Public Shared Sub dWorldSetAutoEnableDepthSF1( _
   ByVal world As IntPtr, _
   ByVal autoEnableDepth As Integer _
)
[C#]
public static void dWorldSetAutoEnableDepthSF1(
   IntPtr world,
   int autoEnableDepth
);

Parameters

world
the world to set
autoEnableDepth
the autoenable depth

See Also

Ode Class | Tao.Ode Namespace