InstancedBufferAttribute constructor
InstancedBufferAttribute(])
Implementation
InstancedBufferAttribute(NativeArray array, int itemSize,
[bool normalized = false, this.meshPerAttribute = 1])
: super(array, itemSize, normalized) {
type = "InstancedBufferAttribute";
// if ( normalized is num ) {
// meshPerAttribute = normalized;
// normalized = false;
// print( 'THREE.InstancedBufferAttribute: The constructor now expects normalized as the third argument.' );
// }
}