A special mesh containing geometry for drawing lines. Intended to use with the MeshLineMaterial material. Capable of creating geometry from BufferGeometry, for Array/Float32Array data use MeshLine.
The constructor takes no parameters.
The line's geometry to pass into the Mesh constructor. Created after calling the fromBufferGeometry method.
Build the line's geometry from the given BufferGeometry data.
For more info on how to obtain the source code of this module see this page.