Aleksandr Belkin

Results 1 issues of Aleksandr Belkin

The new version (0.17.0) has introduced the bitflag [CollisionGroups](https://docs.rs/bevy_rapier3d/latest/bevy_rapier3d/geometry/struct.Group.html), however, it seems that it is not compatible with the [Rapier 0.15 Group](https://docs.rs/rapier3d/0.15.0/rapier3d/geometry/struct.Group.html), in particular when creating the [InteractionGroups](https://docs.rs/bevy_rapier3d/latest/bevy_rapier3d/geometry/struct.InteractionGroups.html). The Group...