How to use setCallbackFriction? I don't see right effect :(

maxwave

11-07-2006 23:23:45

I want that my hinge stop more fastest. In callback I use functions setCallBackFrictionMax and setCallBackFrictionMin. But behavior of joint don't change, or very horribly :(.It does not stop at all. How to use it? Can I implement damping of joint?

for example:
hing->setCallbackFrictionMin(1);
hing->setCallbackFrictionMax(5);


It doesn't have any effect.

walaber

12-07-2006 05:40:18

i believe min should be a negative number, and max should be positive. search the Newton forums for more info on this.