enable 'getAngularFactor' again
add getAppliedImpulse accessor to btManifoldPoint
This commit is contained in:
@@ -112,6 +112,12 @@ class btManifoldPoint
|
||||
m_distance1 = dist;
|
||||
}
|
||||
|
||||
///this returns the most recent applied impulse, to satisfy contact constraints by the constraint solver
|
||||
btScalar getAppliedImpulse() const
|
||||
{
|
||||
return m_appliedImpulse;
|
||||
}
|
||||
|
||||
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user