API for checking frustum intersections?

Given that the engine performs frustum culling internally, would it be possible to expose the frustum-testing code in the API? This would be useful for manually skipping computations for GOs that are outside the view. I can make a feature request on GitHub if there are no objections.

Something similar to this maybe?

2 Likes

Oh yeah, that’s exactly what I was thinking of. Thanks!