We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
length
bufferView
bufferView.byteLength
The text was updated successfully, but these errors were encountered:
lexaknyazev
Successfully merging a pull request may close this issue.
In section 3.6.2.4. Data Alignment you write:
However,
length
is not an existing property of abufferView
. I assume you rather meanbufferView.byteLength
?The text was updated successfully, but these errors were encountered: