bevy_rapier
bevy_rapier copied to clipboard
0.17.0 Group bitflags cannot be used in QueryFilter
The new version (0.17.0) has introduced the bitflag CollisionGroups, however, it seems that it is not compatible with the Rapier 0.15 Group, in particular when creating the InteractionGroups.
The Group that is included in the prelude, for example, is not compatible with QueryFilter that I use for cast_ray_and_get_norma.
Maybe I am not supposed to use these groups interchangeably? Please advise.