added gyroscopic force option for btRigidBody, body->setFlags(BT_ENABLE_GYROPSCOPIC_FORCE);
Note that it can easily introduce instability at regular (60Hertz) simulation steps so it is generally best to not use the option. If needed, use a very small internal step, such as 1000 Hertz (world->stepSimulation(dt,100,1./1000.f); or stepSimulation(1./1000.,0);
This commit is contained in:
@@ -65,6 +65,7 @@ end
|
||||
"GenericJointDemo",
|
||||
"GimpactTestDemo",
|
||||
"GjkConvexCastDemo",
|
||||
"GyroscopicDemo",
|
||||
"InternalEdgeDemo",
|
||||
"MovingConcaveDemo",
|
||||
"MultiMaterialDemo",
|
||||
|
||||
Reference in New Issue
Block a user