public static BoundingSphere CreateFromFrustum(BoundingFrustum frustum) { return(BoundingSphere.CreateFromPoints(frustum.GetCorners())); }