From c713f45ca0910bf34b332e26d232d5491d1ed2f1 Mon Sep 17 00:00:00 2001 From: Wolftousen Date: Sat, 5 Nov 2022 22:42:50 -0400 Subject: adding 3d rope joint --- examples3d/all_examples3.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples3d/all_examples3.rs') 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), -- cgit