enable rolling/spinning friction for all contacts
This commit is contained in:
@@ -1270,7 +1270,7 @@ void btMultiBodyConstraintSolver::convertMultiBodyContact(btPersistentManifold*
|
||||
// return;
|
||||
|
||||
//only a single rollingFriction per manifold
|
||||
int rollingFriction = 1;
|
||||
int rollingFriction = 4;
|
||||
|
||||
for (int j = 0; j < manifold->getNumContacts(); j++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user