Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration MeshPrimitiveType

Enum specifying the primitive type (TRIANGLES, LINES).

Used by Mesh and its implementers to define the type of primitives contained in the Mesh

Index

Enumeration members

Enumeration members

LINES

LINES: = 2

Lines

TRIANGLES

TRIANGLES: = 3

Triangles

Generated using TypeDoc