mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-22 01:05:29 +00:00
fe3315376c
BoundingSphere is similar to a bounding box, but more spherical. SOverlaySphere is useful for visualising BoundingSphere (it's quite inefficient and should only be used for debug functionality). Normalise the camera frustum clipping planes, so that IsSphereVisible gives the correct result. This was SVN commit r15261.