KhronosGroup / KhronosGroup/glTF

Typo in property name bufferView.length

Open
#2,283 0 comments 1 reaction 1 assignee Claimed by @lexaknyazev View on GitHub
specification
Dominant language
HTML
Stars
7.8k
Forks
1.2k
Avg merge
17h 26m
Merged PRs (30d)
5

Description

In section [3.6.2.4. Data Alignment](https://registry.khronos.org/glTF/specs/2.0/glTF-2.0.html#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`?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.