Inheritance: BufferAttribute →
An instanced version of a buffer attribute.
Constructs a new instanced buffer attribute.
array
The array holding the attribute data.
itemSize
The item size.
normalized
Whether the data are normalized or not.
Default is false.
meshPerAttribute
How often a value of this buffer attribute should be repeated.
Default is 1.
This flag can be used for type testing.
Default is true.
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 value is used for two consecutive instances (and so on).
Default is 1.