aboutsummaryrefslogtreecommitdiff
path: root/examples3d/all_examples3.rs
diff options
context:
space:
mode:
authorCrozet Sébastien <developer@crozet.re>2021-04-13 11:44:34 +0200
committerCrozet Sébastien <developer@crozet.re>2021-04-13 11:44:34 +0200
commitd70c6f82e3ba2cd9d86564a9554843681eb88bf0 (patch)
treebe3e178d71df26044d4f35ebdb000c94c300c7ed /examples3d/all_examples3.rs
parent7ae8184167ad6852341757608dadfc47b1f4179c (diff)
downloadrapier-d70c6f82e3ba2cd9d86564a9554843681eb88bf0.tar.gz
rapier-d70c6f82e3ba2cd9d86564a9554843681eb88bf0.tar.bz2
rapier-d70c6f82e3ba2cd9d86564a9554843681eb88bf0.zip
Fix torque generation for the prismatic joint motor
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 8122583..2611a2f 100644
--- a/examples3d/all_examples3.rs
+++ b/examples3d/all_examples3.rs
@@ -23,6 +23,7 @@ mod debug_cylinder3;
mod debug_dynamic_collider_add3;
mod debug_friction3;
mod debug_infinite_fall3;
+mod debug_prismatic3;
mod debug_rollback3;
mod debug_triangle3;
mod debug_trimesh3;
@@ -109,6 +110,7 @@ pub fn main() {
("(Debug) trimesh", debug_trimesh3::init_world),
("(Debug) cylinder", debug_cylinder3::init_world),
("(Debug) infinite fall", debug_infinite_fall3::init_world),
+ ("(Debug) prismatic", debug_prismatic3::init_world),
("(Debug) rollback", debug_rollback3::init_world),
];