BufferAttribute

Float32BufferAttribute

Convenient class that can be used when creating a Float32 buffer attribute with a plain Array instance.

Constructor

new Float32BufferAttribute( array : Array.<number> | Float32Array, 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 false.

Source

src/core/BufferAttribute.js