diff options
| author | Sébastien Crozet <sebcrozet@dimforge.com> | 2024-04-14 22:51:04 +0200 |
|---|---|---|
| committer | Sébastien Crozet <sebastien@crozet.re> | 2024-04-30 23:10:46 +0200 |
| commit | da79d6fb5b28dd12e17ef4c8985fb589a37c9f9c (patch) | |
| tree | 2c5b240a12a587b015ca8c83a594bc9111734d06 /examples2d/all_examples2.rs | |
| parent | de5e871cd1a76d424c2fa49da776c14ddd6f533b (diff) | |
| download | rapier-da79d6fb5b28dd12e17ef4c8985fb589a37c9f9c.tar.gz rapier-da79d6fb5b28dd12e17ef4c8985fb589a37c9f9c.tar.bz2 rapier-da79d6fb5b28dd12e17ef4c8985fb589a37c9f9c.zip | |
feat: add "compression" debug-example
Diffstat (limited to 'examples2d/all_examples2.rs')
| -rw-r--r-- | examples2d/all_examples2.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples2d/all_examples2.rs b/examples2d/all_examples2.rs index 6eff54f..97aa5d0 100644 --- a/examples2d/all_examples2.rs +++ b/examples2d/all_examples2.rs @@ -15,6 +15,7 @@ mod collision_groups2; mod convex_polygons2; mod damping2; mod debug_box_ball2; +mod debug_compression2; mod debug_total_overlap2; mod drum2; mod heightfield2; @@ -83,6 +84,7 @@ pub fn main() { ("Trimesh", trimesh2::init_world), ("Joint motor position", joint_motor_position2::init_world), ("(Debug) box ball", debug_box_ball2::init_world), + ("(Debug) compression", debug_compression2::init_world), ("(Debug) total overlap", debug_total_overlap2::init_world), ]; |
