CullMode Enum
Namespace: Stride.GraphicsAssembly: Stride.Graphics.dll
Indicates triangles facing a particular direction are not drawn.
[DataContract]
public enum CullMode
Remarks
This enumeration is part of a rasterizer-state object description (see
Fields
Name | Description |
---|---|
Back | Do not draw triangles that are back-facing. |
Front | Do not draw triangles that are front-facing. |
None | Always draw all triangles. |