MeshLineIndexed

A special mesh containing geometry for drawing lines. Intended to use with the MeshLineMaterial material. Capable of creating geometry from BufferGeometry, for Geometry and Array/Float32Array data use MeshLine.

Constructor

MeshLineIndexed()

Properties

.geometry : BufferGeometry

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

Methods

.fromBufferGeometry (geometry) : null

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