Class

DrawingMode

DrawingMode()

Drawing modes

Constructor

new DrawingMode()

View Source StateBlock.js, line 71

Members

number

static Lines

Draw as lines

View Source StateBlock.js, line 85

number

static LinesLoop

Draw as lines loop

View Source StateBlock.js, line 99

number

static LinesStrip

Draw as lines strip

View Source StateBlock.js, line 92

number

static Points

Draw as points

View Source StateBlock.js, line 78

number

static Triangles

Draw as triangles

View Source StateBlock.js, line 106

number

static TrianglesFan

Draw as triangles fan

View Source StateBlock.js, line 120

number

static TrianglesStrip

Draw as triangles strip

View Source StateBlock.js, line 113