forked from StrafesNET/strafe-client
blueprint sweep
This commit is contained in:
parent
5f444841ac
commit
03a7552248
@ -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
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user