diff options
| author | Sébastien Crozet <developer@crozet.re> | 2022-10-30 17:23:49 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-30 17:23:49 +0100 |
| commit | 6b9762694673d42671d58d9e2178b9c94fc39053 (patch) | |
| tree | 12bd8ca98467a5f1113670c1bc17ed20f2e69c80 /examples3d/all_examples3.rs | |
| parent | 2bf61c3bae542e2f17e7d25f602090bb3c117dbf (diff) | |
| parent | 34b7ae32fd03803048b920c1429e026e06bff948 (diff) | |
| download | rapier-6b9762694673d42671d58d9e2178b9c94fc39053.tar.gz rapier-6b9762694673d42671d58d9e2178b9c94fc39053.tar.bz2 rapier-6b9762694673d42671d58d9e2178b9c94fc39053.zip | |
Merge pull request #410 from dimforge/parry_up
Update to parry 0.11
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 f599fdb..749cec0 100644 --- a/examples3d/all_examples3.rs +++ b/examples3d/all_examples3.rs @@ -34,6 +34,7 @@ mod heightfield3; mod joints3; // mod joints3; mod character_controller3; +mod debug_internal_edges3; mod keva3; mod locked_rotations3; mod newton_cradle3; @@ -114,6 +115,7 @@ pub fn main() { debug_dynamic_collider_add3::init_world, ), ("(Debug) friction", debug_friction3::init_world), + ("(Debug) internal edges", debug_internal_edges3::init_world), ("(Debug) triangle", debug_triangle3::init_world), ("(Debug) trimesh", debug_trimesh3::init_world), ("(Debug) cylinder", debug_cylinder3::init_world), |
