glTF
glTF copied to clipboard
Typo in property name bufferView.length
In section 3.6.2.4. Data Alignment you write:
MUST be less than or equal to bufferView.length.
However, length is not an existing property of a bufferView. I assume you rather mean bufferView.byteLength?