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