阅读(1755) (0)

three.js InstancedBufferAttribute

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

BufferAttribute 的实例化版本。

构造函数

InstancedBufferAttribute( array : TypedArray, itemSize : Integer, meshPerAttribute : Number )

属性

继承属性详见 BufferAttribute。

.meshPerAttribute : Number

默认值为 1。

方法

继承方法详见 BufferAttribute。

源代码

src/core/InstancedBufferAttribute.js