aboutsummaryrefslogtreecommitdiff
path: root/examples3d/all_examples3.rs
diff options
context:
space:
mode:
authorCrozet Sébastien <developer@crozet.re>2021-03-07 11:43:47 +0100
committerCrozet Sébastien <developer@crozet.re>2021-03-07 11:44:19 +0100
commitbed47a82e706a13c22799fcf644753c69fdec6ad (patch)
tree51db7ca364983b29ce31ddb6256e6badaad60c06 /examples3d/all_examples3.rs
parente7f805aea45612abb655b3c36a133357fecfcdc4 (diff)
downloadrapier-bed47a82e706a13c22799fcf644753c69fdec6ad.tar.gz
rapier-bed47a82e706a13c22799fcf644753c69fdec6ad.tar.bz2
rapier-bed47a82e706a13c22799fcf644753c69fdec6ad.zip
Projection friction impulses on an implicit cone instead of a pyramidal approximation.
Diffstat (limited to 'examples3d/all_examples3.rs')
-rw-r--r--examples3d/all_examples3.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples3d/all_examples3.rs b/examples3d/all_examples3.rs
index 8a71665..724aa45 100644
--- a/examples3d/all_examples3.rs
+++ b/examples3d/all_examples3.rs
@@ -19,6 +19,7 @@ mod debug_add_remove_collider3;
mod debug_boxes3;
mod debug_cylinder3;
mod debug_dynamic_collider_add3;
+mod debug_friction3;
mod debug_infinite_fall3;
mod debug_rollback3;
mod debug_triangle3;
@@ -99,6 +100,7 @@ pub fn main() {
"(Debug) dyn. coll. add",
debug_dynamic_collider_add3::init_world,
),
+ ("(Debug) friction", debug_friction3::init_world),
("(Debug) triangle", debug_triangle3::init_world),
("(Debug) trimesh", debug_trimesh3::init_world),
("(Debug) cylinder", debug_cylinder3::init_world),