Fix #378 Added one example join_motor_position

This commit is contained in:
pellico
2022-11-27 18:47:35 +01:00
committed by Sébastien Crozet
parent c33b4eeb5c
commit 6432909110
4 changed files with 91 additions and 16 deletions

View File

@@ -16,6 +16,7 @@ mod convex_polygons2;
mod damping2;
mod debug_box_ball2;
mod drum2;
mod joint_motor_position2;
mod heightfield2;
mod joints2;
mod locked_rotations2;
@@ -79,6 +80,7 @@ pub fn main() {
("Rope Joints", rope_joints2::init_world),
("Sensor", sensor2::init_world),
("Trimesh", trimesh2::init_world),
("Joint motor position", joint_motor_position2::init_world),
("(Debug) box ball", debug_box_ball2::init_world),
];