[name]

Constructor

[name]( [page:InterleavedBuffer interleavedBuffer], [page:Integer itemSize], [page:Integer offset], [page:Boolean normalized] )

Properties

[property:InterleavedBuffer data]

The [page:InterleavedBuffer InterleavedBuffer] instance passed in the constructor.

[property:TypedArray array]

The value of [page:InterleavedBufferAttribute.data data].array.

[property:Integer count]

The value of [page:InterleavedBufferAttribute.data data].count. If the buffer is storing a 3-component vector (such as a position, normal, or color), then this will count the number of such vectors stored.

[property:Integer itemSize]

[property:Integer offset]

[property:Boolean normalized]

Default is *true*.

[property:Boolean isInterleavedBufferAttribute]

Default is *true*.

Methods

[method:null getX]( index )

[method:null getY]( index )

[method:null getZ]( index )

[method:null getW]( index )

[method:null setX]( index, x )

[method:null setY]( index, y )

[method:null setZ]( index, z )

[method:null setXY]( index, x, y )

[method:null setXYZ]( index, x, y, z )

[method:null setXYZW]( index, x, y, z, w )

Source

[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]