aboutsummaryrefslogtreecommitdiff
path: root/examples3d/all_examples3.rs
diff options
context:
space:
mode:
authorSébastien Crozet <developer@crozet.re>2022-12-18 15:12:19 +0100
committerGitHub <noreply@github.com>2022-12-18 15:12:19 +0100
commitcc0c982a5b74f38695a63278d51fd39bf1693524 (patch)
treea557d1aa147e6e567f46a8377512f4258522438b /examples3d/all_examples3.rs
parent8fa2a61249a60d6fc6440ef29f66a83f01585e54 (diff)
parentf71af8a827ab9ffe7038edf56ece0dd2f38a0fd9 (diff)
downloadrapier-cc0c982a5b74f38695a63278d51fd39bf1693524.tar.gz
rapier-cc0c982a5b74f38695a63278d51fd39bf1693524.tar.bz2
rapier-cc0c982a5b74f38695a63278d51fd39bf1693524.zip
Merge pull request #415 from Wolftousen/master
Add Rope Joints
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 194d7cb..e51e185 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;
mod vehicle_controller3;
@@ -100,6 +101,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),
("Vehicle controller", vehicle_controller3::init_world),