From d70c6f82e3ba2cd9d86564a9554843681eb88bf0 Mon Sep 17 00:00:00 2001 From: Crozet Sébastien Date: Tue, 13 Apr 2021 11:44:34 +0200 Subject: Fix torque generation for the prismatic joint motor --- 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 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), ]; -- cgit