Options
All
  • Public
  • Public/Protected
  • All
Menu

Specifies how to interpret the vertices of a Shape.

Index

Enumeration members

Fan

Fan:

Triangle fan: First 3 vertices form a triangle, then each additional vertex forms another triangle fanning out from the initial vertex (the center of the fan).

LineLoop

LineLoop:

Line loop: First 2 vertices form a line segment; each additional vertex forms another segment connected to the last; an implied final segment connects the last one to the first, forming a loop.

LineStrip

LineStrip:

Line strip: First 2 vertices form a line segment; each additional vertex forms another segment connected to the last.

Lines

Lines:

Line list: Every 2 vertices form a line segment.

Points

Points:

Point list: Each vertex specifies a single point in space.

TriStrip

TriStrip:

Triangle strip: First 3 vertices form a triangle; each additional vertex forms another triangle connected to the previous one on two sides.

Triangles

Triangles:

Triangle list: Every 3 vertices form a triangle.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc