diff options
| author | Wolftousen <eliot.t.eikenberry@perilforge.com> | 2022-11-05 22:42:50 -0400 |
|---|---|---|
| committer | Wolftousen <eliot.t.eikenberry@perilforge.com> | 2022-11-05 22:42:50 -0400 |
| commit | c713f45ca0910bf34b332e26d232d5491d1ed2f1 (patch) | |
| tree | 247027d68a62c2f78e818ce380ce9c78549c3bbe /examples3d/all_examples3.rs | |
| parent | 150b113a1839f31e182428a71b50d96bf78ef0e0 (diff) | |
| download | rapier-c713f45ca0910bf34b332e26d232d5491d1ed2f1.tar.gz rapier-c713f45ca0910bf34b332e26d232d5491d1ed2f1.tar.bz2 rapier-c713f45ca0910bf34b332e26d232d5491d1ed2f1.zip | |
adding 3d rope joint
Diffstat (limited to 'examples3d/all_examples3.rs')
| -rw-r--r-- | examples3d/all_examples3.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples3d/all_examples3.rs b/examples3d/all_examples3.rs index 749cec0..f100a32 100644 --- a/examples3d/all_examples3.rs +++ b/examples3d/all_examples3.rs @@ -42,6 +42,7 @@ mod one_way_platforms3; mod platform3; mod primitives3; mod restitution3; +mod rope_joints3; mod sensor3; mod trimesh3; @@ -99,6 +100,7 @@ pub fn main() { ("One-way platforms", one_way_platforms3::init_world), ("Platform", platform3::init_world), ("Restitution", restitution3::init_world), + ("Rope Joints", rope_joints3::init_world), ("Sensor", sensor3::init_world), ("TriMesh", trimesh3::init_world), ("Keva tower", keva3::init_world), |
