diff options
Diffstat (limited to 'benchmarks3d/all_benchmarks3.rs')
| -rw-r--r-- | benchmarks3d/all_benchmarks3.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/benchmarks3d/all_benchmarks3.rs b/benchmarks3d/all_benchmarks3.rs index f35cb8e..38d71cd 100644 --- a/benchmarks3d/all_benchmarks3.rs +++ b/benchmarks3d/all_benchmarks3.rs @@ -13,6 +13,7 @@ use std::cmp::Ordering; mod balls3; mod boxes3; mod capsules3; +mod ccd3; mod compound3; mod convex_polyhedron3; mod heightfield3; @@ -52,6 +53,7 @@ pub fn main() { ("Balls", balls3::init_world), ("Boxes", boxes3::init_world), ("Capsules", capsules3::init_world), + ("CCD", ccd3::init_world), ("Compound", compound3::init_world), ("Convex polyhedron", convex_polyhedron3::init_world), ("Heightfield", heightfield3::init_world), |
