Tao.Ode SDK Documentation |
|
Ode.dWorldGetQuickStepNumIterations Method
Get the number of iterations that the QuickStep method performs per step. The default is 20 iterations.
[Visual Basic]
Public Shared Function dWorldGetQuickStepNumIterations( _
ByVal
world As
IntPtr _
) As
Integer
[C#]
public static
int dWorldGetQuickStepNumIterations(
IntPtr world);
Parameters
-
world
- the world to query
Return Value
the iterations per step (default 20)
See Also
Ode Class | Tao.Ode Namespace