Line

new Line(geometry?, material?)
THREE: THREE.Line

Scene-graph node that renders a continuous polyline from a Geometry's position attribute using a LineMaterial.

Properties

NameTypeDescription
geometry

Geometry|undefined

Vertex data.

material

LineMaterial|undefined

Line shading parameters.