-
Notifications
You must be signed in to change notification settings - Fork 303
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
[Example] Google Photorealistic 3D Tiles #2099
Comments
Cool thanks! Regarding "faulty loading of tiles", it looks like some tiles may be under the ground, we can try to offset each tile a little bit to verify if it's not the cause of the wrong display |
You were right, by hiding the globe layer, we can see that the tiles are loaded . Still unstable though. Screencast.from.31-05-2023.11.47.57.mp4 |
that may come from the bounding boxes that are considered axis aligned while they should not. I'm currently working on that |
Useful insights about google tiles querying: CesiumGS/3d-tiles#746 |
Add an example displaying Google Photorealistic 3D Tiles:
https://cloud.google.com/blog/products/maps-platform/create-immersive-3d-map-experiences-photorealistic-3d-tiles?hl=en
https://developers.google.com/maps/documentation/tile/create-renderer?hl=en
The text was updated successfully, but these errors were encountered: