Fix #378 Added one example join_motor_position
This commit is contained in:
committed by
Sébastien Crozet
parent
c33b4eeb5c
commit
6432909110
@@ -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),
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user