aboutsummaryrefslogtreecommitdiff
path: root/examples3d/debug_infinite_fall3.rs
AgeCommit message (Collapse)Author
2022-03-20Rename rigid-body `static` to `fixed`Sébastien Crozet
2022-03-20Joint API and joint motors improvementsSébastien Crozet
2022-01-02Implement multibody joints and the new solverSébastien Crozet
2021-05-25Add prelude + use vectors for setting linvel/translation in buildersCrozet Sébastien
2021-05-16Replace Kiss3d by Bevy for the testbed renderer.Crozet Sébastien
2021-03-17Fix the last few bugs and unbounded memory usage.Crozet Sébastien
2021-03-13First complete implementation of the hierarchical SAP.Crozet Sébastien
2020-11-10Move the infinite fall debug example to the 3D examples.Crozet Sébastien
All our other debug examples were there.