You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If a accessor uses sparse storage but hasn't defined a bufferView, the validation fails with Message: Accessor[13] _bufferView: must be defined.
The gltf spec says thats allowed but the accessor MUST be initialized with zeros.
Describe the bug
If a accessor uses sparse storage but hasn't defined a bufferView, the validation fails with
Message: Accessor[13] _bufferView: must be defined
.The gltf spec says thats allowed but the accessor MUST be initialized with zeros.
GLTF 2.0 Accessor specs
To Reproduce
Example glb file is attached
please complete the following information:
example accessor
a0_005_ma__strongarms_int_l.zip
EDIT: Probably related Blender GLTF plugin commit: KhronosGroup/glTF-Blender-IO@9ea179a
The text was updated successfully, but these errors were encountered: