BoundingSphere of the rootNode

But wouldn’t you need a Perspective Projection Transformation first, because of the following problem:

1 Like

I guess technically you need to keep the vertexes with the max/min x and max/min y. The z can be gathered by doing a dot product with the camera’s direction vector.

…and that’s essentially already doing the projection into camera space.