Defines the how vertices are wound. This defines the criteria
to define what are the back and front of a primitive.
| C# |
public enum VertexWinding
| Member | Description |
|---|---|
| CounterClockwise |
CounterClockwise vertices are defined as Front facing.
|
| Clockwise |
Clockwise vertices are defined as Front facing.
|
Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)