diff options
| author | Crozet Sébastien <developer@crozet.re> | 2020-10-19 16:51:40 +0200 |
|---|---|---|
| committer | Crozet Sébastien <developer@crozet.re> | 2020-10-19 16:52:08 +0200 |
| commit | 947c4813c9666fd8215743de298fe17780fa3ef2 (patch) | |
| tree | 52bd4c5415797a98809d3e948c4a4d9aa94a1b5a /examples3d/all_examples3.rs | |
| parent | faf3e7e0f7f2b528da99343f9a3f8ce2b8fa6876 (diff) | |
| download | rapier-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.rs | 2 |
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. |
