-
enum CATBackFaceCullingMode {
CATBackFaceCullingOnSolidFaces, CATBackFaceCullingOnAllFaces, CATBackFaceCullingOnStandAloneFaces, CATBackFaceCullingOnNoFaces
} -
Back Face Culling mode.
- Values:
-
- CATBackFaceCullingOnSolidFaces
- The Back Face Culling algorithm is applied only to faces belonging to solids. This is the default behavior. dd>
- CATBackFaceCullingOnAllFaces
- The Back Face Culling algorithm is applied both on faces belonging to solids and also on stand-alone faces. dd>
- CATBackFaceCullingOnStandAloneFaces
- The Back Face Culling algorithm is applied only to stand-alone faces. dd>
- CATBackFaceCullingOnNoFaces
- The Back Face Culling algorithm is not applied to any faces. dd>