-
-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
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
Add cesium ext structural metadata #206
Add cesium ext structural metadata #206
Conversation
}, | ||
"extensions": {}, | ||
"extras": {} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To check: Here the OneOf construction is removed temporarily to make the code generator working. See https://github.com/CesiumGS/glTF/blob/proposal-EXT_structural_metadata/extensions/2.0/Vendor/EXT_structural_metadata/schema/glTF.EXT_structural_metadata.schema.json#L53
So, if you don't plan to add anything else, it's fine by me to merge, let me know. |
Yes it’s finished, ok to merge |
Adds support for Cesium extension EXT_structural_metadata
PR at Khronos: KhronosGroup/glTF#2151
Spec: https://github.com/CesiumGS/glTF/tree/proposal-EXT_structural_metadata/extensions/2.0/Vendor/EXT_structural_metadata
Samples: https://github.com/CesiumGS/3d-tiles-samples/tree/main/glTF/EXT_structural_metadata