Is it possible to turn off `Culling Strategy` and culling process?

I make my own culling strategy so I’m wondering if culling process can be turned off?

camera.skipFrustumClipping = true;
// This makes the camera render everything regardless of frustum

3 Likes