Float32BufferAttribute constructor
Float32BufferAttribute(
- Float32Array array,
- int itemSize, [
- bool normalized = false
Implementation
Float32BufferAttribute(super.array, super.itemSize,[super.normalized = false]){
type = "Float32BufferAttribute";
}