extract PhysicsState, PhysicsSnapshot & PhysicsEvents

cargo fmt

changes to make rapier compile
This commit is contained in:
rezural
2020-12-19 21:54:38 +11:00
parent ff28b90833
commit bcaa1d13e8
4 changed files with 118 additions and 107 deletions

View File

@@ -1,4 +1,4 @@
use crate::testbed::PhysicsState;
use crate::physics::PhysicsState;
use kiss3d::window::Window;
use na::Point3;