| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implement dominance groups
|
|
Co-authored-by: Sébastien Crozet <sebastien@crozet.re>
|
|
Co-authored-by: Sébastien Crozet <sebastien@crozet.re>
|
|
Fix https://github.com/dimforge/rapier/issues/121
|
|
|
|
|
|
|
|
|
|
|
|
impulse writeback location.
|
|
Add joint motors
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
If a contact is new (previous impluse = 0), then we treat it as bouncy (respecting restitution).
If the contact is old we treat it as resting.
Exceptions for restitutions <=0 and >= 1.
|
|
projection.
|
|
revolute joint.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
Make clippy a bit happier
|
|
|
|
|
|
|
|
|
|
|