All Frameworks Object Hierarchy This Framework Indexes
CATBackFaceCullingMode (Enumeration)
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.
- CATBackFaceCullingOnAllFaces
- The Back Face Culling algorithm is applied both on faces belonging to solids and also on stand-alone faces.
- CATBackFaceCullingOnStandAloneFaces
- The Back Face Culling algorithm is applied only to stand-alone faces.
- CATBackFaceCullingOnNoFaces
- The Back Face Culling algorithm is not applied to any faces.