Right now, linear factor and angular factor is applied multiple times, this
will be an issue if the factor is not 0 or 1 (unlikely, but it can happen).
bodyA->internalApplyImpulse(solverConstraint.m_contactNormal1*bodyA->internalGet
InvMass()*rb0->getLinearFactor(),solverConstraint.m_angularComponentA,solverCons
traint.m_appliedImpulse);
while inside internalApplyImpulse the m_linearFactor is also applied.
We should fix it.
Original issue reported on code.google.com by erwin.coumans on 4 Dec 2013 at 12:03
Original issue reported on code.google.com by
erwin.coumans
on 4 Dec 2013 at 12:03