CullModeΒΆ

enum CullMode : System.Enum, System.IComparable, System.IFormattable, System.IConvertible

Defines a culling mode for faces in rasterization process.

CullMode None

Do not cull faces.

CullMode CullClockwiseFace

Cull faces with clockwise order.

CullMode CullCounterClockwiseFace

Cull faces with counter clockwise order.