aboutsummaryrefslogtreecommitdiff
path: root/benchmarks3d/all_benchmarks3.rs
diff options
context:
space:
mode:
authorSébastien Crozet <developer@crozet.re>2022-11-26 17:45:14 +0100
committerSébastien Crozet <developer@crozet.re>2022-12-11 15:20:33 +0100
commit683baf6bf77cfb41227ea6ed4a42499d1e051cdf (patch)
treec4469fde3ab77f192fdd2090eb0a44d6d47f016a /benchmarks3d/all_benchmarks3.rs
parent46d976d97bc9334004a58a19bc9cab3ea78e9569 (diff)
downloadrapier-683baf6bf77cfb41227ea6ed4a42499d1e051cdf.tar.gz
rapier-683baf6bf77cfb41227ea6ed4a42499d1e051cdf.tar.bz2
rapier-683baf6bf77cfb41227ea6ed4a42499d1e051cdf.zip
Allow the PhysicsPipeline and CollisionPipeline to update the QueryPipeline incrementally
Diffstat (limited to 'benchmarks3d/all_benchmarks3.rs')
-rw-r--r--benchmarks3d/all_benchmarks3.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/benchmarks3d/all_benchmarks3.rs b/benchmarks3d/all_benchmarks3.rs
index 6a3f756..bca730b 100644
--- a/benchmarks3d/all_benchmarks3.rs
+++ b/benchmarks3d/all_benchmarks3.rs
@@ -20,6 +20,7 @@ mod joint_fixed3;
mod joint_prismatic3;
mod joint_revolute3;
mod keva3;
+mod many_static3;
mod pyramid3;
mod stacks3;
mod trimesh3;
@@ -54,6 +55,7 @@ pub fn main() {
("CCD", ccd3::init_world),
("Compound", compound3::init_world),
("Convex polyhedron", convex_polyhedron3::init_world),
+ ("Many static", many_static3::init_world),
("Heightfield", heightfield3::init_world),
("Stacks", stacks3::init_world),
("Pyramid", pyramid3::init_world),