Track the rigid-body graph IDs inside of the JointSet instead of RigidBodyIds

This commit is contained in:
Crozet Sébastien
2021-06-08 18:03:33 +02:00
committed by Sébastien Crozet
parent 57ed0430d1
commit bccb7d4c66
5 changed files with 82 additions and 50 deletions

View File

@@ -235,7 +235,7 @@ impl PhysicsPipeline {
bodies,
colliders,
narrow_phase,
joints.joint_graph(),
joints,
integration_parameters.min_island_size,
);
self.counters.stages.island_construction_time.pause();