FaceWinding

FaceWinding

Enumerates face winding for use with geometry. Face winding is the order in which points are specified relative to a face normal.

Index

Enumeration Members

Enumeration Members

FaceWinding.Clockwise
Clockwise: 1

Faces are wound in a clockwise manner.

FaceWinding.CounterClockwise
CounterClockwise: 2

Faces are wound in a counter-clockwise manner.

FaceWinding.Unknown
Unknown: 0

The winding is unknown. This is not recommended.