aboutsummaryrefslogtreecommitdiff
path: root/src_testbed/physics/mod.rs
AgeCommit message (Collapse)Author
2022-01-16Fix some solver issuesSébastien Crozet
- 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
2022-01-02Implement multibody joints and the new solverSébastien Crozet
2021-04-26Split rigid-bodies and colliders into multiple componentsCrozet Sébastien
2021-03-26First working version of non-linear CCD based on single-substep motion-clamping.Crozet Sébastien
2021-02-23Update the testbed to use PhysicsHooks.Crozet Sébastien
2020-12-29Support compound shapes.Crozet Sébastien
2020-12-20cargo fmtrezural
2020-12-20extract PhysicsState, PhysicsSnapshot & PhysicsEventsrezural
cargo fmt changes to make rapier compile