viewtopic.php?f=9&t=6974&p=48357&hilit=shake#p48357
I've tried to setup a material with small fricition like this:
NewtonMaterialSetDefaultFriction ( m_world,defaultMaterialID,defaultMaterialID,0.08f,0.04f );
NewtonMaterialSetDefaultElasticity ( m_world,defaultMaterialID,defaultMaterialID,0.04f );
NewtonMaterialSetDefaultSoftness ( m_world,defaultMaterialID,defaultMaterialID,0.05f );
NewtonMaterialSetDefaultCollidable ( m_world, defaultMaterialID,defaultMaterialID, 1 );
still not work, body is shaking,even if I set the gravity to 0,0,0. some of the body can even shake in the air,what would be the problem? thankyou. I don't know how to upload video so this is a gif image to show my problem:
