Create a new instance of THREE.InterleavedBufferAttribute | InterleavedBufferAttribute.
Optionalnormalized: booleanDefault false.
The InterleavedBuffer instance passed in the constructor.
ReadonlyisRead-only flag to check if a given object is of type InterleavedBufferAttribute.
How many values make up each item.
Optional name for this attribute instance.
The offset in the underlying array buffer where an item starts.
Flag to indicate that the .data (InterleavedBuffer) attribute has changed and should be re-sent to the GPU.
Setting this to have the same result of setting true also increments the InterleavedBuffer.needsUpdate of .data.
Creates a clone of this InterleavedBufferAttribute.
Optionaldata: {}This object holds shared array buffers required for properly cloning geometries with interleaved attributes.
Returns the given component of the vector at the given index.
Returns the w component of the item at the given index.
Expects a Integer
Returns the x component of the item at the given index.
Expects a Integer
Returns the y component of the item at the given index.
Expects a Integer
Returns the z component of the item at the given index.
Expects a Integer
Sets the given component of the vector at the given index.
Sets the w component of the item at the given index.
Expects a Integer
Sets the x component of the item at the given index.
Expects a Integer
Expects a Float
Sets the x and y components of the item at the given index.
Expects a Integer
Expects a Float
Expects a Float
Sets the x, y and z components of the item at the given index.
Expects a Integer
Expects a Float
Expects a Float
Expects a Float
Sets the x, y, z and w components of the item at the given index.
Expects a Integer
Expects a Float
Expects a Float
Expects a Float
Expects a Float
Sets the y component of the item at the given index.
Expects a Integer
Expects a Float
Sets the z component of the item at the given index.
Expects a Integer
Expects a Float
Serializes this InterleavedBufferAttribute. Converting to JSON Geometry format v4,
Optionaldata: {}This object holds shared array buffers required for properly serializing geometries with interleaved attributes.
See