Test if given sphere intersects with planes or not.
It does not do strict intersection test but still should work well with frustum cull use cases. See the test case for more details.
A list of planes
A sphere3
Test if given sphere intersects with planes or not.
It does not do strict intersection test but still should work well with frustum cull use cases. See the test case for more details.