diff options
| author | Sébastien Crozet <developer@crozet.re> | 2020-11-10 17:25:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-10 17:25:14 +0100 |
| commit | 7af7db6183f39e7c5f4d1e0c0cbf21331d354118 (patch) | |
| tree | b04034aa94308993326e3ad2afa373da58820760 /examples3d/all_examples3.rs | |
| parent | 2102aeb4229a51afc1e050ca8d999e87230adbc0 (diff) | |
| parent | 17cfa1edd2556d5e14c3368c9ba8f4e52395a57d (diff) | |
| download | rapier-7af7db6183f39e7c5f4d1e0c0cbf21331d354118.tar.gz rapier-7af7db6183f39e7c5f4d1e0c0cbf21331d354118.tar.bz2 rapier-7af7db6183f39e7c5f4d1e0c0cbf21331d354118.zip | |
Merge pull request #59 from dimforge/sap_serialization
Sap serialization: skip cache data
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 9c1dffc..d0efa0e 100644 --- a/examples3d/all_examples3.rs +++ b/examples3d/all_examples3.rs @@ -16,6 +16,7 @@ mod compound3; mod damping3; mod debug_boxes3; mod debug_cylinder3; +mod debug_infinite_fall3; mod debug_triangle3; mod debug_trimesh3; mod domino3; @@ -84,6 +85,7 @@ pub fn main() { ("(Debug) triangle", debug_triangle3::init_world), ("(Debug) trimesh", debug_trimesh3::init_world), ("(Debug) cylinder", debug_cylinder3::init_world), + ("(Debug) infinite fall", debug_infinite_fall3::init_world), ]; // Lexicographic sort, with stress tests moved at the end of the list. |
