Enumeration of 3D graphic primitives.
enum
|
Primitive
|
PointList
|
= 0
|
A point list. |
---|---|---|
LineStrip
|
= 1
|
A line strip. |
LineList
|
= 2
|
A line list. |
TriangleStrip
|
= 3
|
A triangle strip. |
TriangleList
|
= 4
|
A triangle list. |