enum ThreeDViewer.CullingMode¶ Overview¶ Defines the way that backface will be culled. More… enum CullingMode { None = 0, Normals = 1, Clockwise = 2, }; Detailed Documentation¶ Defines the way that backface will be culled. Enum Values¶ None No backface culling. Normals Cull with the normals of the face. Clockwise Cull by checking if the faces are in clockwise order or not once projected.