Externalize the proximity code (renamed intersection).

This commit is contained in:
Crozet Sébastien
2020-12-17 13:23:00 +01:00
parent e231bacec6
commit 29717c2887
22 changed files with 144 additions and 1051 deletions

View File

@@ -118,7 +118,7 @@ impl PhysicsPipeline {
contact_pair_filter,
events,
);
narrow_phase.compute_proximities(
narrow_phase.compute_intersections(
integration_parameters.prediction_distance,
bodies,
colliders,