Constructor
new InstancedInterleavedBuffer( array : TypedArray, stride : number, meshPerAttribute : number )
Constructs a new instanced interleaved buffer.
| array |
A typed array with a shared buffer storing attribute data. |
| stride |
The number of typed-array elements per vertex. |
| meshPerAttribute |
Defines how often a value of this interleaved buffer should be repeated. Default is |
Properties
.isInstancedInterleavedBuffer : boolean (readonly)
This flag can be used for type testing.
Default is true.
.meshPerAttribute : number
Defines how often a value of this buffer attribute should be repeated, see InstancedBufferAttribute#meshPerAttribute.
Default is 1.