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 2.0/specification/2.0/schema/accessor.schema.json, it is not listed as required:
"required": ["componentType", "count", "type", "max", "min"]
It was required in glTF 1.0: https://github.com/KhronosGroup/glTF/tree/master/specification/1.0#accessorbufferview-white_check_mark
@sbtron do you know if this was an intention change (I couldn't find the history in GitHub) or a typo when updating the schema to JSON Schema 4?
The text was updated successfully, but these errors were encountered:
Undefined bufferView means that accessor "contains" only zeros. This is used together with sparse field.
sparse
Sorry, something went wrong.
Expected use case is keyframe data for animated weights of morph targets.
Ah, I should have looked at the git history. Can we make this more explicit in a gltf_detailedDescription field?
gltf_detailedDescription
@lexaknyazev Are you planning on updating the description in the schema?
See #970.
No branches or pull requests
In 2.0/specification/2.0/schema/accessor.schema.json, it is not listed as required:
It was required in glTF 1.0: https://github.com/KhronosGroup/glTF/tree/master/specification/1.0#accessorbufferview-white_check_mark
@sbtron do you know if this was an intention change (I couldn't find the history in GitHub) or a typo when updating the schema to JSON Schema 4?
The text was updated successfully, but these errors were encountered: