Tao.Ode SDK Documentation

Ode.dJointSetSliderAxis Method 

Set the slider axis parameter.

[Visual Basic]
Public Shared Sub dJointSetSliderAxis( _
   ByVal joint As IntPtr, _
   ByVal x As Single, _
   ByVal y As Single, _
   ByVal z As Single _
)
[C#]
public static void dJointSetSliderAxis(
   IntPtr joint,
   float x,
   float y,
   float z
);

Parameters

joint
A dJointID
x
A dReal
y
A dReal
z
A dReal

See Also

Ode Class | Tao.Ode Namespace