bevy_xpbd
bevy_xpbd copied to clipboard
Draft: Make spatial queries generic over colliders
trafficstars
Objective
It should be possible to use the spatial query API for non-standard colliders
Solution
- Refactor the whole thing
- Add generics everywhere
Changelog
- The spatial query API has been reworked to allow use of non-standard collider types
Migration Guide
TODO