Allow the PhysicsPipeline and CollisionPipeline to update the QueryPipeline incrementally

This commit is contained in:
Sébastien Crozet
2022-11-26 17:45:14 +01:00
parent 46d976d97b
commit 683baf6bf7
12 changed files with 212 additions and 97 deletions

View File

@@ -285,6 +285,7 @@ impl ColliderSet {
// Just a very long name instead of `.get_mut` to make sure
// this is really the method we wanted to use instead of `get_mut_internal`.
#[allow(dead_code)]
pub(crate) fn get_mut_internal_with_modification_tracking(
&mut self,
handle: ColliderHandle,