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

Validator - validate cmpt header #23

Closed
lilleyse opened this issue Oct 28, 2016 · 1 comment
Closed

Validator - validate cmpt header #23

lilleyse opened this issue Oct 28, 2016 · 1 comment

Comments

@lilleyse
Copy link
Contributor

Validate composite tiles (cmpt) according to the spec. https://github.com/AnalyticalGraphicsInc/3d-tiles/tree/master/TileFormats/Composite

A composite tile contains other tiles (possibly even other composite tiles). You will need to extract each of these tiles and run them through their respective validator functions, and only return true if all of them pass. You can check out the Cesium function for ideas on how to extract the interior tiles: https://github.com/AnalyticalGraphicsInc/cesium/blob/3d-tiles/Source/Scene/Composite3DTileContent.js#L174-L235.

@lilleyse
Copy link
Contributor Author

@JudyWeng

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant