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?
enum ManualCullingMode
-
- Kobold
- Posts: 35
- Joined: Sun Sep 01, 2024 7:50 pm
enum ManualCullingMode
-
- OGRE Team Member
- Posts: 2108
- Joined: Sun Mar 30, 2014 2:51 pm
- x 1134
Re: enum ManualCullingMode
this is exclusively used by the BSP scene manger to cull world geometry.