在若干对的顶点之间绘制的一系列的线。
它和[page:Line]几乎是相同的,唯一的区别是它在渲染时使用的是[link:https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/drawElements gl.LINES],
而不是[link:https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/drawElements gl.LINE_STRIP]。
[page:BufferGeometry geometry] —— 表示每条线段的两个顶点。
[page:Material material] —— 线的材质,默认值是[page:LineBasicMaterial LineBasicMaterial]。
共有属性请参见其基类[page:Line]。
Read-only flag to check if a given object is of type [name].
共有方法请参见其基类[page:Line]。
[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]