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