aboutsummaryrefslogtreecommitdiff
path: root/examples3d/all_examples3.rs
diff options
context:
space:
mode:
authorCrozet Sébastien <developer@crozet.re>2020-10-19 16:51:40 +0200
committerCrozet Sébastien <developer@crozet.re>2020-10-19 16:52:08 +0200
commit947c4813c9666fd8215743de298fe17780fa3ef2 (patch)
tree52bd4c5415797a98809d3e948c4a4d9aa94a1b5a /examples3d/all_examples3.rs
parentfaf3e7e0f7f2b528da99343f9a3f8ce2b8fa6876 (diff)
downloadrapier-947c4813c9666fd8215743de298fe17780fa3ef2.tar.gz
rapier-947c4813c9666fd8215743de298fe17780fa3ef2.tar.bz2
rapier-947c4813c9666fd8215743de298fe17780fa3ef2.zip
Complete the pfm/pfm contact generator.
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 64eb5b6..85b2504 100644
--- a/examples3d/all_examples3.rs
+++ b/examples3d/all_examples3.rs
@@ -13,6 +13,7 @@ use std::cmp::Ordering;
mod add_remove3;
mod compound3;
mod debug_boxes3;
+mod debug_cylinder3;
mod debug_triangle3;
mod debug_trimesh3;
mod domino3;
@@ -76,6 +77,7 @@ pub fn main() {
("(Debug) boxes", debug_boxes3::init_world),
("(Debug) triangle", debug_triangle3::init_world),
("(Debug) trimesh", debug_trimesh3::init_world),
+ ("(Debug) cylinder", debug_cylinder3::init_world),
];
// Lexicographic sort, with stress tests moved at the end of the list.