| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
projection.
|
|
revolute joint.
|
|
|
|
|
|
|
|
|
|
|
|
Apply accelerations during velocity solver
|
|
|
|
Closes https://github.com/dimforge/rapier/issues/97
Instead of applying accelerations from gravity and external forces
as a separate step, this PR switches to applying them in the velocity solver.
|
|
I also improved the documentation for the various force/impulse applying functions.
|
|
Don't serialize solver contacts + remove erased-serde dependency.
|
|
|
|
Make clippy a bit happier
|
|
Add functions for kinetic and potential energy of a RigidBody
|
|
|
|
|
|
fix some typos in docs
|
|
|
|
|
|
|
|
|
|
Move most of the geometric code to another crate.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|