Table of Contents

Enum CullMode

Namespace
Microsoft.Xna.Framework.Graphics
Assembly
MonoGame.Framework.dll

Defines a culling mode for faces in rasterization process.

public enum CullMode

Fields

CullClockwiseFace = 1

Cull faces with clockwise order.

CullCounterClockwiseFace = 2

Cull faces with counter clockwise order.

None = 0

Do not cull faces.