Create a new instance of InterleavedBufferAttribute.
Optional
normalized: booleanDefault false
.
The InterleavedBuffer instance passed in the constructor.
Readonly
isRead-only flag to check if a given object is of type InterleavedBufferAttribute.
This is a constant value
true
How many values make up each item.
Expects a Integer
Optional name for this attribute instance.
''
false
The offset in the underlying array buffer where an item starts.
Expects a Integer
get-only property.
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.
Optional
data: {}This object holds shared array buffers required for properly cloning geometries with interleaved attributes.
Serializes this InterleavedBufferAttribute. Converting to JSON Geometry format v4,
Optional
data: {}This object holds shared array buffers required for properly serializing geometries with interleaved attributes.
See