Enumeration MeshTopology

Mesh topology.

Enumeration Members

LineLoop: 2

Draws a straight line to the next vertex, and connects the last vertex back to the first

LineStrip: 3

Draws a straight line to the next vertex.

Lines: 1

Draws a line between a pair of vertices

Points: 0

Draws a single dot

TriangleFan: 6

Draws a triangle fan

TriangleStrip: 5

Draws a triangle strip

Triangles: 4

Draws a triangle for a group of three vertices

Generated using TypeDoc