阅读(3731) (0)

three.js InstancedBufferGeometry

2022-12-26 13:47:31 更新

BufferGeometry 的实例化版本。

构造函数

InstancedBufferGeometry( )

默认构造函数没有参数。

属性

继承属性详见 BufferGeometry。

.instanceCount : Number

默认值是 Infinity。

.isInstancedBufferGeometry : Boolean

只读标志,用于检查给定对象是否属于 InstancedBufferGeometry 类型。

方法

继承方法详见 BufferGeometry。

.copy ( source : InstancedBufferGeometry ) : this

将给定的 InstancedBufferGeometry 复制到此实例。

源代码

src/core/InstancedBufferGeometry.js