Exactly. I want to change the influence of the specified contacts, thus, during the modify contact callback after the narrow phase , I use the setMaximpluse for each contact points. However, in some cases, the vel of the dynamic objects is to so fast, What should I do to make it more slower?
My solution
I do some test in the PhysX 4.1 and PhysX 3.4, May the change of the restitution make influence to the vel of different contact bodies?
Directly setLinearVelocity for the contact dynamic bodies can change the velocity during the modify contact, and it will apply for the PGS in dynamicSolver. But the gravity and some other forces will make no influence to the velocity as I tested , it's right to use the setLinearVelocity during the modify contact ?
The Problem
Exactly. I want to change the influence of the specified contacts, thus, during the modify contact callback after the narrow phase , I use the setMaximpluse for each contact points. However, in some cases, the vel of the dynamic objects is to so fast, What should I do to make it more slower?
My solution