aboutsummaryrefslogtreecommitdiff
path: root/src/data/coarena.rs
AgeCommit message (Collapse)Author
2022-03-20Fix warnings and add comments.Sébastien Crozet
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-09-25Impl Default for a few structsJamen Marz
2021-06-08Fix collider removal from narrow-phase when the same collider is listed twice.Crozet Sébastien
2021-05-25Add prelude + use vectors for setting linvel/translation in buildersCrozet Sébastien
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
2020-11-23Remove the narrow-phase graph indices from the collider.Crozet Sébastien
They are on the narrow-phase now.