diff --git a/include/bounce/dynamics/world.h b/include/bounce/dynamics/world.h index 54226e9..a74710b 100644 --- a/include/bounce/dynamics/world.h +++ b/include/bounce/dynamics/world.h @@ -61,8 +61,10 @@ public: // Enable warm-starting for the constraint solvers. This improves stability significantly. void SetWarmStart(bool flag); - - // Set the world gravity force. + + // Set the acceleration due to the gravity force between this world and each dynamic + // body in the world. + // The acceleration has units of m/s^2. void SetGravity(const b3Vec3& gravity); // Create a new rigid body.