-
I have two entities with two CollisionGroups that should not interact with each other (They don't include each other in their filters). However when I call |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Turns out I had to check if the "is_intersecting" bool for each intersection within |
Beta Was this translation helpful? Give feedback.
Turns out I had to check if the "is_intersecting" bool for each intersection within
RapierContext.intersections_with()
is true. If it's false, then the two colliders in the intersection cannot collide.