| Age | Commit message (Collapse) | Author |
|
- Fix the wrong codepath taken by the solver for contacts involving a collider without parent.
- Properly adress the non-linear treatment of the friction direction
- Simplify the sleeping strategy
- Add an impulse resolution multiplier
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add #[must_use] to builders, expose more fields
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
are locked.
|
|
|
|
|
|
|
|
|
|
|
|
thresholds.
|
|
|
|
|
|
CCD contacts result in very strong, instantaneous, impulses. So it is preferable to attenuate their contribution to subsequent timesteps to avoid overshooting.
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
the multi-collider case.
|
|
|
|
|
|
|
|
|
|
clarity.
|
|
|
|
|
|
|
|
|
|
|
|
|