MeshLineIndexed

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.

Constructor

MeshLineIndexed()

The constructor takes no parameters.

Properties

.geometry : BufferGeometry

The line's geometry to pass into the Mesh constructor. Created after calling the fromBufferGeometry method.

Methods

.fromBufferGeometry(geometry : BufferGeometry)

Build the line's geometry from the given BufferGeometry data.

Source

For more info on how to obtain the source code of this module see this page.