Table of Contents

Enum CullMode

Namespace
Stride.Graphics
Assembly
Stride.Graphics.dll

Indicates triangles facing a particular direction are not drawn.

[DataContract]
public enum CullMode

Fields

Back = 3

Do not draw triangles that are back-facing.

Front = 2

Do not draw triangles that are front-facing.

None = 1

Always draw all triangles.

Remarks

This enumeration is part of a rasterizer-state object description (see RasterizerState).