Draft changes for External Assets and Unified File References in glTF 2.1#2618
Open
weegeekps wants to merge 2 commits into
Open
Draft changes for External Assets and Unified File References in glTF 2.1#2618weegeekps wants to merge 2 commits into
weegeekps wants to merge 2 commits into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the draft changes for External Assets and Unified File References in glTF 2.1. This PR currently points towards the
draft-2.1branch and should be safe to merge to that branch.Relevant Issues:
Summary from Copilot:
New external asset referencing system:
filesandexternalAssetsarrays to the glTF schema, enabling assets to reference external files and compose complex scenes from multiple glTF files. (glTF.schema.json,file.schema.json,externalAsset.schema.json, [1] [2] [3]externalAssetproperty, which cannot be used together withmesh. (node.schema.json, specification/2.1/schema/node.schema.jsonL40-R44)file.schema.json,file.alias.schema.json, [1] [2]Specification and documentation updates:
Specification.adoc, [1] [2]Specification.adoc, specification/2.1/Specification.adocR3516-R3644)