The MeshPrimitiveType enumeration defines the possible primitive types that can be used with a Mesh in s&box. These types determine how the vertices of the mesh are interpreted and rendered.
The MeshPrimitiveType enumeration defines the possible primitive types that can be used with a Mesh in s&box. These types determine how the vertices of the mesh are interpreted and rendered.
Member Name | Summary |
---|---|
Points | Represents a collection of points. |
Lines | Represents a series of individual line segments. |
LineStrip | Represents a connected group of line segments from point to point. |
Triangles | Represents a series of individual triangles. |
TriangleStrip | Represents a connected group of triangles sharing vertices. |