aboutsummaryrefslogtreecommitdiff
path: root/examples3d/all_examples3.rs
diff options
context:
space:
mode:
authorCrozet Sébastien <developer@crozet.re>2020-11-25 15:58:52 +0100
committerCrozet Sébastien <developer@crozet.re>2020-11-25 15:58:52 +0100
commit72eb66425d6875704a59c077e92c1fddc51cd881 (patch)
treedaf9a9ee0ca86039cc1d49168f91ac70375f6a09 /examples3d/all_examples3.rs
parentbdf2e15fdcff4c4757b4875354b2d6e8b9c6939d (diff)
downloadrapier-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.rs2
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.