Page 1 of 1

enum ManualCullingMode

Posted: Sun Sep 29, 2024 1:21 pm
by jordiperezarti

I see reading the documentation that exists the enum ManualCullingMode, that can clip faces by normals pointing reverse based on camera view,
but which is the method that calls it?
exists in renderSystem de setCulling( backface ) for example, but which method uses the ManualCullingMode?


Re: enum ManualCullingMode

Posted: Sun Sep 29, 2024 5:46 pm
by paroj

this is exclusively used by the BSP scene manger to cull world geometry.