diff --git a/src/body.rs b/src/body.rs index 82725504..6af45db2 100644 --- a/src/body.rs +++ b/src/body.rs @@ -109,4 +109,11 @@ impl crate::event::EventTrait for PhysicsState { collect_event(self.next_strafe_event()); best_event } +} + +impl crate::sweep::PredictCollision for Model { + fn predict_collision(&self,other:&Model) -> Option { + //math! + None + } } \ No newline at end of file