Tao.Ode SDK Documentation

Ode.dJointSetFixed Method 

Call this on the fixed joint after it has been attached to remember the current desired relative offset and desired relative rotation between the bodies.

[Visual Basic]
Public Shared Sub dJointSetFixed( _
   ByVal joint As IntPtr _
)
[C#]
public static void dJointSetFixed(
   IntPtr joint
);

Parameters

joint
A dJointID

Remarks

The fixed joint maintains a fixed relative position and orientation between two bodies, or between a body and the static environment. Using this joint is almost never a good idea in practice, except when debugging. If you need two bodies to be glued together it is better to represent that as a single body.

See Also

Ode Class | Tao.Ode Namespace