diff options
| author | Crozet Sébastien <developer@crozet.re> | 2020-11-25 15:58:52 +0100 |
|---|---|---|
| committer | Crozet Sébastien <developer@crozet.re> | 2020-11-25 15:58:52 +0100 |
| commit | 72eb66425d6875704a59c077e92c1fddc51cd881 (patch) | |
| tree | daf9a9ee0ca86039cc1d49168f91ac70375f6a09 /examples3d/all_examples3.rs | |
| parent | bdf2e15fdcff4c4757b4875354b2d6e8b9c6939d (diff) | |
| download | rapier-72eb66425d6875704a59c077e92c1fddc51cd881.tar.gz rapier-72eb66425d6875704a59c077e92c1fddc51cd881.tar.bz2 rapier-72eb66425d6875704a59c077e92c1fddc51cd881.zip | |
Add debug demos for rigid-body change tracking.
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 88f3f8f..7549fa6 100644 --- a/examples3d/all_examples3.rs +++ b/examples3d/all_examples3.rs @@ -16,6 +16,7 @@ mod damping3; mod debug_boxes3; mod debug_cylinder3; mod debug_infinite_fall3; +mod debug_rollback3; mod debug_triangle3; mod debug_trimesh3; mod domino3; @@ -86,6 +87,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) rollback", debug_rollback3::init_world), ]; // Lexicographic sort, with stress tests moved at the end of the list. |
