Input area to draw
Input hatch style applied to the area
Return an object which can be added to scene
Draw a circular arc or full circle.
Input circular arc to draw
Input line style applied to circular arc
Return an object which can be added to scene
Draw an elliptical arc or full ellipse.
Input elliptical arc to draw
Input line style applied to elliptical arc
Return an object which can be added to scene
Draw image
Input Blob instance of one image file
Input image style
Return an object which can be added to scene
Draw lines using gl.LINE_STRIP.
Input a point array which contains all line vertices
Input line style applied to lines
Return an object which can be added to scene
Draw lines using gl.LINES.
Must be a TypedArray
. Used to instantiate the buffer. This array should have
itemSize * numVertices
elements, where numVertices is the number of vertices.
The number of values of the array that should be associated with a
particular vertex. If the vertex is one 2d point, then itemSize should be 2
. If the vertex
is one 3d point, then itemSize should be 3
.
Index buffer.
Input line style applied to line segments
Return an object which can be added to scene
Draw multiple line texts
Input multiple line text data to draw
Input text style applied to the text string
Return an object which can be added to scene
Draw a point.
Input point to draw
Input point style applied to point
Return an object which can be added to scene
Set font mapping
Draw one area