Halvard Alvheim Vegum

Results 1 comments of Halvard Alvheim Vegum

Aha! Thank you The issue was indeed solved for me by replacing the [`Vel`](https://docs.rs/bevy_physimple/0.3.0/bevy_physimple/physics_components/struct.Vel.html)-structs with a local `Velocity`-component and replacing each instance of the [`KinematicBundle`](https://docs.rs/bevy_physimple/0.3.0/bevy_physimple/bodies/struct.KinematicBundle.html#) with inserting the [`CollisionShape`](https://docs.rs/bevy_physimple/0.3.0/bevy_physimple/shapes/enum.CollisionShape.html#) and...