Returns the list of indices.
Returns the vertex attribute stride.
Returns the list of [[VertexAttributeDescriptor]]s.
Returns the list of vertex colors.
Returns the list of vertices.
Add the given points to this line group.
World center of the provided points.
Sequence of (x,y,z) coordinates.
Sequence of line segment offsets.
Sequence of (u,v) texture coordinates.
Sequence of (r,g,b) color components.
Clears the list of line strips.
Creates a three.js geometry.
Adds all the attribute data needed to a [[BufferGeometry]] object for rendering Lines
.
Array of vertex attributes.
Array of vertex colors.
Array of vertex indices.
[[BufferGeometry]] object which will store all the Lines
attribute data.
If true
will create high-precision vertex information.
true
to create simple (nonsolid, nonextruded) lines. Defaults to false
.
Generated using TypeDoc
Class used to render groups (or batches) of width-variable lines (in the same tile).