Enumeration of triangle modes.
enum
TriangleMode
See also:
TriangleStrip
= 0
The triangulation process will create a continuous triangle strip (around 1.6 indices per triangle).
TriangleList
= 1
The triangulation process will create a continuous triangle list (3 indices per triangle).