Optional
Readonly
normalizedWhether or not to normalize the data after getting it from the buffer. The data is not normalized if this is false
or not defined.
Optional
Readonly
offsetThe offset in bytes of the first component in the buffer. The data is treated as starting at the beginning of the buffer if this is zero or not defined.
Optional
Readonly
sizeThe number of components to read per vertex attribute. Three components are read per vertex attribute if this is not defined.
Optional
Readonly
strideThe offset in bytes between the beginnings of consecutive vertex attributes. Must not exceed 0xFF
. The data is treated as being tightly-packed if this is zero or not defined.
Readonly
vboThe vertex buffer object to pull components from.
An object that contains information about how to read the data in a buffer.