aboutsummaryrefslogtreecommitdiff
path: root/examples3d/all_examples3.rs
diff options
context:
space:
mode:
authorWolftousen <eliot.t.eikenberry@perilforge.com>2022-11-05 22:42:50 -0400
committerWolftousen <eliot.t.eikenberry@perilforge.com>2022-11-05 22:42:50 -0400
commitc713f45ca0910bf34b332e26d232d5491d1ed2f1 (patch)
tree247027d68a62c2f78e818ce380ce9c78549c3bbe /examples3d/all_examples3.rs
parent150b113a1839f31e182428a71b50d96bf78ef0e0 (diff)
downloadrapier-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.rs2
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),