Tao.Ode SDK Documentation

Ode.dJointSetAMotorNumAxes Method 

Set the number of angular axes that will be controlled by the AMotor. The argument num can range from 0 (which effectively deactivates the joint) to 3. This is automatically set to 3 in dAMotorEuler mode.

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

Parameters

joint
A dJointID
num
An int

See Also

Ode Class | Tao.Ode Namespace