feat: add a few more debug demos
This commit is contained in:
committed by
Sébastien Crozet
parent
9c5c14070d
commit
3ad9c5ad3b
@@ -15,6 +15,7 @@ mod collision_groups2;
|
||||
mod convex_polygons2;
|
||||
mod damping2;
|
||||
mod debug_box_ball2;
|
||||
mod debug_total_overlap2;
|
||||
mod drum2;
|
||||
mod heightfield2;
|
||||
mod joint_motor_position2;
|
||||
@@ -82,6 +83,7 @@ pub fn main() {
|
||||
("Trimesh", trimesh2::init_world),
|
||||
("Joint motor position", joint_motor_position2::init_world),
|
||||
("(Debug) box ball", debug_box_ball2::init_world),
|
||||
("(Debug) total overlap", debug_total_overlap2::init_world),
|
||||
];
|
||||
|
||||
// Lexicographic sort, with stress tests moved at the end of the list.
|
||||
|
||||
Reference in New Issue
Block a user