rapier
rapier copied to clipboard
Add InteractionGroups::test_or, increase to 64 bits
trafficstars
The InteractionTestMode is analogous to Bullet's collisionFilterMode (see their PyBullet quickstart guide, page 39).
Increasing the bits from 32 to 64 is useful when porting Rapier to other engines that already use 64 bit filters (e.g. Godot).
This is from 2021, slim changes it will be continued. Will make a new PR to impl it.