Tesla Graphics Engine Documentation (January 2012)
PrimitiveType Enumeration
TeslaTesla.GraphicsPrimitiveType
Defines the topology of the mesh store.
Declaration Syntax
C#
public enum PrimitiveType
Members
Member Description
TriangleList Vertex store is defined as a list of triangles, where every three new vertices make up a triangle.
TriangleStrip Vertex store is defined as a list of triangles where every two new vertices, and a vertex from the previous triangle make up a triangle.
LineList Vertex store is defined as a list of lines where every two new vertices make up a line.
LineStrip Vertex store is defined as a list of lines where every one new vertex and a vertex from the previous line make up a new line.

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)