Enumeration of triangle orientations for triangulation of CLOD meshes.
enum
TriangleOrientation
See also:
Clockwise
= 0
Triangulation will produce triangle strips with triangles being oriented in clockwise orientation.
CounterClockwise
= 1
Triangulation will produce triangle strips with triangles being oriented in counter-clockwise orientation.