dimforge / rapier

2D and 3D physics engines focused on performance.
https://rapier.rs
Apache License 2.0
3.89k stars 242 forks source link

Add `Group` inside `CollisionEvent` #460

Closed GuillaumeGomez closed 1 year ago

GuillaumeGomez commented 1 year ago

Linked to https://github.com/dimforge/bevy_rapier/issues/334.

This is what it would look like. It is especially useful when we want to filter a specific group.

GuillaumeGomez commented 1 year ago

But it wouldn't actually solve my problem so not needed actually. Sorry for the noise.