This commit is contained in:
ejcoumans
2006-11-14 05:09:11 +00:00
parent 133a7dda99
commit be175e888e
9 changed files with 86 additions and 15 deletions

View File

@@ -892,5 +892,14 @@ void DemoApplication::clientResetScene()
btRigidBody::upcast(colObj)->setAngularVelocity(btVector3(0,0,0));
}
}
/*
//quickly search some issue at a certain simulation frame, pressing space to reset
int fixed=18;
for (int i=0;i<fixed;i++)
{
getDynamicsWorld()->stepSimulation(1./60.f,1);
}
*/
}
}