Float32BufferAttribute constructor

Float32BufferAttribute(
  1. Float32Array array,
  2. int itemSize, [
  3. bool normalized = false
])

Implementation

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