aboutsummaryrefslogtreecommitdiff
path: root/examples3d/all_examples3.rs
diff options
context:
space:
mode:
authorSébastien Crozet <developer@crozet.re>2020-12-01 15:14:43 +0100
committerGitHub <noreply@github.com>2020-12-01 15:14:43 +0100
commitcacee0d2a07f5089e7b6bb43f319714b16ecc303 (patch)
tree5dbf8b9865fef8009f63446f15c84fc708f351c6 /examples3d/all_examples3.rs
parent29d4814266a2c8cd82beea8e63226157aca675fc (diff)
parenta072d4056a51c2965c598efcb35459f01796ea18 (diff)
downloadrapier-cacee0d2a07f5089e7b6bb43f319714b16ecc303.tar.gz
rapier-cacee0d2a07f5089e7b6bb43f319714b16ecc303.tar.bz2
rapier-cacee0d2a07f5089e7b6bb43f319714b16ecc303.zip
Merge pull request #71 from dimforge/principal_inertia_rename
Rename RigidBodyBuilder::principal_inertia -> principal_angular_inertia for clarity.
Diffstat (limited to 'examples3d/all_examples3.rs')
-rw-r--r--examples3d/all_examples3.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples3d/all_examples3.rs b/examples3d/all_examples3.rs
index 875643d..4bc15a8 100644
--- a/examples3d/all_examples3.rs
+++ b/examples3d/all_examples3.rs
@@ -26,7 +26,7 @@ mod fountain3;
mod heightfield3;
mod joints3;
mod keva3;
-mod locked_rotation3;
+mod locked_rotations3;
mod platform3;
mod primitives3;
mod restitution3;
@@ -79,7 +79,7 @@ pub fn main() {
("Domino", domino3::init_world),
("Heightfield", heightfield3::init_world),
("Joints", joints3::init_world),
- ("Locked rotations", locked_rotation3::init_world),
+ ("Locked rotations", locked_rotations3::init_world),
("Platform", platform3::init_world),
("Restitution", restitution3::init_world),
("Stacks", stacks3::init_world),