forked from StrafesNET/strafe-client
blueprint sweep
This commit is contained in:
parent
5f444841ac
commit
03a7552248
@ -110,3 +110,10 @@ impl crate::event::EventTrait for PhysicsState {
|
|||||||
best_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