aboutsummaryrefslogtreecommitdiff
path: root/examples3d/all_examples3.rs
diff options
context:
space:
mode:
authorAnonymousAcid <anonymousacid14@gmail.com>2023-12-26 22:25:17 -0800
committerSébastien Crozet <sebcrozet@dimforge.com>2024-01-24 22:59:14 +0100
commitb96e61853bf3c541f26f2dcef33379dae5d932b4 (patch)
tree498b867d5880b66b41a42c4efa16a0a96095deba /examples3d/all_examples3.rs
parentd84aa82cf645cfc1ebf2a40e34d000b402bae47a (diff)
downloadrapier-b96e61853bf3c541f26f2dcef33379dae5d932b4.tar.gz
rapier-b96e61853bf3c541f26f2dcef33379dae5d932b4.tar.bz2
rapier-b96e61853bf3c541f26f2dcef33379dae5d932b4.zip
Make testing environment with bug repro code
Diffstat (limited to 'examples3d/all_examples3.rs')
-rw-r--r--examples3d/all_examples3.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples3d/all_examples3.rs b/examples3d/all_examples3.rs
index 851bc8a..178fca7 100644
--- a/examples3d/all_examples3.rs
+++ b/examples3d/all_examples3.rs
@@ -53,6 +53,8 @@ mod trimesh3;
mod vehicle_controller3;
mod vehicle_joints3;
+mod spherical_joint_testing;
+
fn demo_name_from_command_line() -> Option<String> {
let mut args = std::env::args();
@@ -149,6 +151,7 @@ pub fn main() {
debug_shape_modification3::init_world,
),
("(Debug) deserialize", debug_deserialize3::init_world),
+ ("Spherical Joint testing", spherical_joint_testing::init_world)
];
// Lexicographic sort, with stress tests moved at the end of the list.