aboutsummaryrefslogtreecommitdiff
path: root/src/dynamics/solver/generic_velocity_constraint_element.rs
AgeCommit message (Collapse)Author
2024-01-21feat: implement new "small-steps" solver + joint improvementsSébastien Crozet
2022-01-23Improve cfm configuration using the critical damping factorSé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-09Allow locking individual translational axesSébastien Crozet
2022-01-02Implement multibody joints and the new solverSébastien Crozet