Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration GeometryDrawMode

Enum specifying how a geometry is drawn.

Index

Enumeration Members

triangles: 4

Draws a triangle for every three vertices.

triangleStrip: 5

Draws a triangle strip.

triangleFan: 6

Draws a triangle fan.

lines: 1

Draws a 1px line connecting every two veritces.

lineLoop: 2

Draws a 1px line connecting all vertives and connects the last one back to the first.

lineStrip: 3

Draws a 1px line connecting all vertices.

points: 0

Draws a camera facing quad per vertex.

Generated using TypeDoc