blueprint sweep

This commit is contained in:
Quaternions 2023-09-07 20:08:07 -07:00
parent 5f444841ac
commit 03a7552248

View File

@ -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<crate::event::EventStruct> {
//math!
None
}
}