universal joint and callback

amaury

18-06-2006 18:13:40

I can't manage to make a rigid joint on pin 0 with an universal joint
It works for
joint->setCallbackAccel(joint->calculateStopAlpha1(0.0f),1);

but not for the pin 0

I don't what i do wrong

... :)

walaber

18-06-2006 18:39:02

why not use the RigidJoint I have included with OgreNewt?

amaury

21-06-2006 10:56:29

Well in fact, it was just a try to make rigid some axis.
Later, i will want to make them normal.

walaber

21-06-2006 15:52:20

hmm, might be a bug in the OgreNewt implementation of the callback then... when I have time I'll take a look into it.