- Home /
Non-PhysX sphere - AABB intersections
I am working on implementing a terrain system that uses AABB-sphere collisions to determine LOD levels. However, I would rather not handle this through PhysX, as it could cause problems with other areas of the game. Is there a built-in way to do this?
Comment