need 10 iterations for now, accidently committed with 4 (for some benchmarking)

This commit is contained in:
ejcoumans
2007-09-25 07:07:41 +00:00
parent 811c105c24
commit 7dbc60d931

View File

@@ -40,7 +40,7 @@ struct btContactSolverInfo : public btContactSolverInfoData
m_friction = btScalar(0.3);
m_restitution = btScalar(0.);
m_maxErrorReduction = btScalar(20.);
m_numIterations = 4;
m_numIterations = 10;
m_erp = btScalar(0.4);
m_sor = btScalar(1.3);
}