aboutsummaryrefslogtreecommitdiff
path: root/src_testbed/physics/mod.rs
AgeCommit message (Expand)Author
2023-01-22Voxel fracture experimentsvoxelsSébastien Crozet
2022-07-01Name the contact force events ContactForceEvent instead of CollisionForceEventSébastien Crozet
2022-07-01Add contact force events generated above a user-defined thresholdSébastien Crozet
2022-04-20Finalize refactoringSébastien Crozet
2022-03-20Combine contact events and intersection events into a single event type and f...Sébastien Crozet
2022-01-16Fix some solver issuesSébastien Crozet
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