revert default contact 'erp' (error-reduction-parameter) from 0.8 to 0.2

as it used to be.
This commit is contained in:
Erwin Coumans
2016-09-26 07:55:30 -07:00
parent ed5aea74a1
commit 96c1ee4256
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -77,7 +77,7 @@ struct btContactSolverInfo : public btContactSolverInfoData
m_maxErrorReduction = btScalar(20.);
m_numIterations = 10;
m_erp = btScalar(0.2);
m_erp2 = btScalar(0.8);
m_erp2 = btScalar(0.2);
m_globalCfm = btScalar(0.);
m_sor = btScalar(1.);
m_splitImpulse = true;