feat: solver improvements + release v0.29.0 (#876)
* feat: solver improvements * feat: add function to get/set whether gyroscopic forces are enabled on a rigid-body * chore: switch to released versions of parry and wide instead of local patches * fix cargo doc * chore: typo fixes * chore: clippy fix * Release v0.29.0 * chore: more clippy fixes
This commit is contained in:
@@ -53,7 +53,7 @@ pub fn init_world(testbed: &mut Testbed) {
|
||||
Translation::new(x * curr_rad, width * 2.0 + ground_height, z * curr_rad)
|
||||
* tilt
|
||||
* rot;
|
||||
let rigid_body = RigidBodyBuilder::dynamic().position(position);
|
||||
let rigid_body = RigidBodyBuilder::dynamic().pose(position);
|
||||
let handle = bodies.insert(rigid_body);
|
||||
let collider = ColliderBuilder::cuboid(thickness, width * 2.0, width);
|
||||
colliders.insert_with_parent(collider, handle, &mut bodies);
|
||||
|
||||
Reference in New Issue
Block a user