feat: migrate to glam whenever relevant + migrate testbed to kiss3d instead of bevy + release v0.32.0 (#909)
* feat: migrate to glam whenever relevant + migrate testbed to kiss3d instead of bevy * chore: update changelog * Fix warnings and tests * Release v0.32.0
This commit is contained in:
@@ -34,6 +34,6 @@ pub fn init_world(testbed: &mut Testbed) {
|
||||
testbed.harness_mut().physics.narrow_phase = state.narrow_phase;
|
||||
testbed.harness_mut().physics.ccd_solver = state.ccd_solver;
|
||||
|
||||
testbed.set_graphics_shift(vector![-541.0, -6377257.0, -61.0]);
|
||||
testbed.look_at(point![10.0, 10.0, 10.0], point![0.0, 0.0, 0.0]);
|
||||
testbed.set_graphics_shift([-541.0, -6377257.0, -61.0].into());
|
||||
testbed.look_at([10.0, 10.0, 10.0].into(), [0.0, 0.0, 0.0].into());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user