Skip to content
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

Print a warning when 3DTILES_content_gltf is required but not declared #9977

Open
javagl opened this issue Dec 12, 2021 · 0 comments
Open

Print a warning when 3DTILES_content_gltf is required but not declared #9977

javagl opened this issue Dec 12, 2021 · 0 comments

Comments

@javagl
Copy link
Contributor

javagl commented Dec 12, 2021

Right now, a tileset that contains a tile with glTF content is loaded silently, even if it does not declare 3DTILES_content_gltf in its extensionsUsed and extensionsRequired. While strictly checking this (and declaring the tileset to be "invalid") would rather the something for the 3d-tiles-validator, I think that CesiumJS should at least print a warning, informing users that the tileset is not strictly spec-compliant.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment