Skip to content

LineSegments

new LineSegments(geometry?, material?)

THREE equivalent: THREE.LineSegments

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

Name Type Description
geometry Geometry|undefined Vertex data.
material LineMaterial|undefined Line shading parameters.