I want to know about the contact force applied on the rigid body.
Found btManifoldPoint has m_appliedImpulse, so I can get the applied Impulse on the normal contact direction of two rigid bodies.
The friction direction is also working, so I can't get which way the friction applies.
But strangely, m_appliedImpulseLateral1 (I guess this is a lateral impulse, though I don't know what the '1' or '2' means - is it redundant information?) is always 0.
Is this obsoleted variable? Or did I missed something to get this value?
Any comments would be appreciated
