Table of Contents

Enum CullDirection

Namespace
Pie
Assembly
Pie.dll

The direction to use during culling. This is typically equal to the winding order of the vertices.

public enum CullDirection

Fields

AntiClockwise = 1

Cull anti clockwise. (Equivalent to AntiClockwise.)

Clockwise = 0

Cull clockwise.

CounterClockwise = 1

Cull counter clockwise. (Equivalent to AntiClockwise.)