diff options
| author | Crozet Sébastien <developer@crozet.re> | 2021-01-05 17:07:26 +0100 |
|---|---|---|
| committer | Crozet Sébastien <developer@crozet.re> | 2021-01-05 17:07:26 +0100 |
| commit | 1e9a962d34fa5143404d1dae1bfa0243e3d8a6a0 (patch) | |
| tree | 05f65b24f704659d5b20cf231c9d50e605b461b4 /examples3d/all_examples3.rs | |
| parent | 924cb7bbb9948248605eec26924e99af77dbed07 (diff) | |
| download | rapier-1e9a962d34fa5143404d1dae1bfa0243e3d8a6a0.tar.gz rapier-1e9a962d34fa5143404d1dae1bfa0243e3d8a6a0.tar.bz2 rapier-1e9a962d34fa5143404d1dae1bfa0243e3d8a6a0.zip | |
Testbed physx backend: re-add joints.
Diffstat (limited to 'examples3d/all_examples3.rs')
| -rw-r--r-- | examples3d/all_examples3.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples3d/all_examples3.rs b/examples3d/all_examples3.rs index 2c8e5c6..d9e6aff 100644 --- a/examples3d/all_examples3.rs +++ b/examples3d/all_examples3.rs @@ -31,7 +31,6 @@ mod platform3; mod primitives3; mod restitution3; mod sensor3; -mod stacks3; mod trimesh3; fn demo_name_from_command_line() -> Option<String> { @@ -82,7 +81,6 @@ pub fn main() { ("Locked rotations", locked_rotations3::init_world), ("Platform", platform3::init_world), ("Restitution", restitution3::init_world), - ("Stacks", stacks3::init_world), ("Sensor", sensor3::init_world), ("TriMesh", trimesh3::init_world), ("Keva tower", keva3::init_world), |
