*Inheritance: EventDispatcher → Object3D → Line →* # LineLoop A continuous line. This is nearly the same as [Line](Line.html) the only difference is that the last vertex is connected with the first vertex in order to close the line to form a loop. ## Constructor ### new LineLoop( geometry : BufferGeometry, material : Material | Array. ) Constructs a new line loop. **geometry** The line geometry. **material** The line material. ## Properties ### .isLineLoop : boolean (readonly) This flag can be used for type testing. Default is `true`. ## Source [src/objects/LineLoop.js](https://github.com/mrdoob/three.js/blob/master/src/objects/LineLoop.js)