Capítulo 664 de 859
An instanced version of a buffer attribute.
Constructor
| Signature |
|---|
new InstancedBufferAttribute( array : TypedArray, itemSize : number, normalized : boolean, meshPerAttribute : number ) |
Properties
| Property | Description |
|---|---|
.isInstancedBufferAttribute : boolean (readonly) | This flag can be used for type testing. |
.meshPerAttribute : number | Defines how often a value of this buffer attribute should be repeated. A value of one means that each value of the instanced attribute is used for a single instance. A value of two means that each va… |