LineSegments

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

Renders vertices as independent line segments consumed in pairs (v0-v1, v2-v3, etc.).

Properties

NameTypeDescription
geometry

Geometry|undefined

Vertex data.

material

LineMaterial|undefined

Line shading parameters.