TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

enum TriangleOrientation in Tinman.Terrain.Kernel

Enumeration of triangle orientations for triangulation of CLOD meshes.

enum TriangleOrientation  

See also:

TriangulationBuffer

Items

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.