[page:Object3D] → [page:Line] →

线段([name])

在若干对的顶点之间绘制的一系列的线。

它和[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]。

构造器

[name]( [param:BufferGeometry geometry], [param:Material material] )

[page:BufferGeometry geometry] —— 表示每条线段的两个顶点。
[page:Material material] —— 线的材质,默认值是[page:LineBasicMaterial LineBasicMaterial]。

属性

共有属性请参见其基类[page:Line]。

[property:Boolean isLineSegments]

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]