Tao.Ode SDK Documentation

Ode.dWorldSetQuickStepNumIterations Method 

Set the number of iterations that the QuickStep method performs per step. More iterations will give a more accurate solution, but will take longer to compute. The default is 20 iterations.

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

Parameters

world
the world to step
num
the iterations per step (default 20)

See Also

Ode Class | Tao.Ode Namespace