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

3D Tiles show through the globe #6867

Closed
lilleyse opened this issue Jul 31, 2018 · 0 comments
Closed

3D Tiles show through the globe #6867

lilleyse opened this issue Jul 31, 2018 · 0 comments

Comments

@lilleyse
Copy link
Contributor

If a tile's geometric error is sufficiently large to be visible at global scale, it will show through the opposite side of the globe.

This happens due to rendering the depth plane after 3D Tiles, which was done to fix a separate set of bugs - the classification and picking bugs below. It only happens when globe.depthTestAgainstTerrain is false so once terrain is on by default none of these problems will happen.

Tileset showing through globe - Sandcastle code - when the depth plane is rendered after 3D Tiles.

show-through

Classification bug - Sandcastle code - when the depth plane is rendered before 3D Tiles and the depth plane offset is not applied.

classification-bug

Picking bug - Sandcastle code - when the depth plane is rendered before 3D Tiles and the depth plane offset is applied.

picking-bug

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

No branches or pull requests

1 participant