aboutsummaryrefslogtreecommitdiff
path: root/examples3d/convex_decomposition3.rs
AgeCommit message (Collapse)Author
2022-01-23Move convex decomposition example models to the assets folder.Sébastien Crozet
2022-01-02Implement multibody joints and the new solverSébastien Crozet
2021-06-03Add nalgebra to the prelude to make the macros work out of the boxCrozet Sébastien
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-01-24Rename cdl to parry.Crozet Sébastien
2021-01-23Fix warnings in tests and testbed.Crozet Sébastien
2021-01-22Move ColliderShape out of Rapier.Crozet Sébastien
2021-01-21Add collider constructors for shapes obtained from convex decomposition.Crozet Sébastien
2021-01-20Switch to [u32; DIM] instead of Point<u32> for element indices.Crozet Sébastien
2021-01-20Add 3D convex decomposition example.Crozet Sébastien