[ODE] Re: Simulating Wheels

Roel van Dijk roelvandijk at home.nl
Sat Nov 8 12:04:12 MST 2003


On Saturday 08 November 2003 04:29, Nate W wrote:
> How do you get the rider's body parts reattached after weighing?

With dJointAttach ofcourse!

dJointID elbow = dJointCreateHinge(world, 0);
dJointAttach(elbow, upperArm, lowerArm);

Don't you ever read the docs! ;-)


More information about the ODE mailing list