Skip to content

LineLoop

new LineLoop(geometry?, material?)

THREE equivalent: THREE.LineLoop

Like Line, but adds an implicit closing segment connecting the last vertex back to the first.

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