Constructor
new Int16BufferAttribute( array : Array.<number> | Int16Array, itemSize : number, normalized : boolean )
Constructs a new buffer attribute.
| array |
The array holding the attribute data. |
| itemSize |
The item size. |
| normalized |
Whether the data are normalized or not. Default is |