Constructor
new StorageInstancedBufferAttribute( count : number | TypedArray, itemSize : number, typeClass : TypedArray.constructor )
Constructs a new storage instanced buffer attribute.
| count |
The item count. It is also valid to pass a typed array as an argument. The subsequent parameters are then obsolete. |
| itemSize |
The item size. |
| typeClass |
A typed array constructor. Default is |
Properties
.isStorageInstancedBufferAttribute : boolean (readonly)
This flag can be used for type testing.
Default is true.