yep
The meshes to be rendered are selected by a culling process of which you can change the behavior.
Selecting a BoudingSphere based test will increase the perfs and reduce the accuracy (leading potentially to false positives = selection of meshes that won’t be visible anyway).
You can even use mesh.isInFrustum() for your own needs more over (say, to disable unselected meshes ? or any other goal)