aboutsummaryrefslogtreecommitdiff
path: root/examples3d/trimesh3.rs
AgeCommit message (Collapse)Author
2025-01-08Update to Parry 0.18 (#770)Thierry Berger
* update to parry ~main * use traverse_depth_first * add example to test intersection * rely on upstream PR rather than local * re-enable profiler_ui for examples * rely on official parry repository * chore: switch back to the published version of parry * chore: update changelog * chore: remove dead code * fix compilation of rapier3d-meshloader and rapier3d-urdf * chore: cargo fmt --------- Co-authored-by: Sébastien Crozet <sebcrozet@dimforge.com>
2022-10-30Add internal edges debug examples.Sébastien Crozet
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-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-22Move ColliderShape out of Rapier.Crozet Sébastien
2021-01-05Add compound shapes to the heightfield and trimesh demos.Crozet Sébastien
2020-12-29Outsource the contact manifold, SAT, and some shapes.Crozet Sébastien
2020-11-22Heightfield and trimesh demos: ensure the heights are generated ↵Crozet Sébastien
deterministically.
2020-10-26Redefine capsules as a segment with a radius, allowing us to reuse the ↵Crozet Sébastien
pfm_pfm_contact generator for it.
2020-10-20Rename rounded -> round.Crozet Sébastien
2020-10-20Add rounded cylinder.Crozet Sébastien
2020-10-20Add cone support.Crozet Sébastien
2020-10-19Complete the pfm/pfm contact generator.Crozet Sébastien
2020-09-06Move benchmark demos into their own directory.Sébastien Crozet
2020-08-25First public release of Rapier.v0.1.0Sébastien Crozet