enum ManualCullingMode

A place for users of OGRE to discuss ideas and experiences of utilitising OGRE in their games / demos / applications.
User avatar
jordiperezarti
Kobold
Posts: 35
Joined: Sun Sep 01, 2024 7:50 pm

enum ManualCullingMode

Post 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?

paroj
OGRE Team Member
OGRE Team Member
Posts: 2108
Joined: Sun Mar 30, 2014 2:51 pm
x 1134

Re: enum ManualCullingMode

Post by paroj »

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