AnalyticalGraphicsInc / gltf-vscode

This is an extension for Visual Studio Code to add support for editing glTF files.
Apache License 2.0
452 stars 62 forks source link

Validation error for missing bufferView in sparse accessors #249

Closed elrnv closed 1 year ago

elrnv commented 1 year ago

When validating a GLTF file with a sparse accessor that intentionally omits a bufferView, the spec permits this, however the validator complains:

Screen Shot 2023-05-12 at 3 46 01 PM

A sample file can be found here: https://github.com/elrnv/gltfgen/raw/master/assets/tet_and_tri_expected.glb

bghgary commented 1 year ago

You should probably raise this issue with the glTF-Validator and not here. @lexaknyazev

elrnv commented 1 year ago

@bghgary Thank you! I raised the issue with glTF-Validator.