Enum PrimitiveType
- Namespace
- Pie
- Assembly
- Pie.dll
Various input primitive types, used for rendering.
public enum PrimitiveType
Fields
LineList = 2
These primitives are a line list.
LineListAdjacency = 7
These primitives are a line list, with adjacency.
LineStrip = 3
These primitives are a line strip.
LineStripAdjacency = 8
These primitives are a line strip, with adjacency.
PointList = 4
These primitives are a point list.
TriangleList = 0
These primitives are a triangle list.
TriangleListAdjacency = 5
These primitives are a triangle list, with adjacency.
TriangleStrip = 1
These primitives are a triangle strip.
TriangleStripAdjacency = 6
These primitives are a triangle strip, with adjacency.