aboutsummaryrefslogtreecommitdiff
path: root/examples3d/all_examples3.rs
diff options
context:
space:
mode:
authorCrozet Sébastien <developer@crozet.re>2021-01-05 17:07:26 +0100
committerCrozet Sébastien <developer@crozet.re>2021-01-05 17:07:26 +0100
commit1e9a962d34fa5143404d1dae1bfa0243e3d8a6a0 (patch)
tree05f65b24f704659d5b20cf231c9d50e605b461b4 /examples3d/all_examples3.rs
parent924cb7bbb9948248605eec26924e99af77dbed07 (diff)
downloadrapier-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.rs2
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),