Get velocity of object before it reacts to a collision

Optic
Posts: 3
Joined: Thu Oct 29, 2009 8:46 am

Get velocity of object before it reacts to a collision

Post by Optic »

Hi,

How can i get the velocity of an object before it reacts to a collision...

I have tried the nearCallBack method, but by that point a stationary object has already reacted to a collision and thus have a velocity...

Is there a way i can tell the pre/post speed of an object during collision?

Thanks.