Closed elrnv closed 1 year ago
This fixes validation of sparse accessors without buffer_views, which must not have a byte_offset. This is not explicit in the spec but is in the official validator (see https://github.com/KhronosGroup/glTF-Validator/issues/207)
Well spotted and thanks for the PR.
Should be good to go, @alteous.
This fixes validation of sparse accessors without buffer_views, which must not have a byte_offset. This is not explicit in the spec but is in the official validator (see https://github.com/KhronosGroup/glTF-Validator/issues/207)