How do I use m_numIterations which is a member of struct btContactSolverInfoData?
Here is my code:
Code: Select all
btDiscreteDynamicsWorld* dynamicsWorld;
//the app will be very slow when m_numIterations = 100.
dynamicsWorld->getSolverInfo().m_numIterations = 5;