Table of Contents

Enum CullModeValue

Namespace
ShadowDusk.Core
Assembly
ShadowDusk.Core.dll

Which triangle faces are culled (mirrors MonoGame's CullMode ordinals).

public enum CullModeValue

Fields

CullClockwiseFace = 1

Cull clockwise-wound (front) faces.

CullCounterClockwiseFace = 2

Cull counter-clockwise-wound (back) faces.

None = 0

Cull nothing; draw both faces.