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: billboards with transparent image will not show 3D tiles through transparent parts #3550

Closed
e-andersson opened this issue Feb 11, 2016 · 2 comments

Comments

@e-andersson
Copy link
Contributor

I'm not sure to what extent billboards should be expected to work with 3D tiles.

If I add a billboard with a png image, part of which is transparent, the transparent part will show the base map imagery even if there are 3D tile models that in between.

This is the order of things, from the camera:
Camera ---> billboard --- 3D tile ---- base map imagery (covered from this angle by 3D tile)

Any idea about why this happens? Should we wait for better integration of billboards with 3D Tiles?

@mramato
Copy link
Contributor

mramato commented Feb 11, 2016

This is a bug with billboards in general, see #2130. @bagnell has had a potential fix for a while but I believe it adds extra draw calls that @pjcozzi wanted to avoid for performance reasons. Personally, this is near the top of my most wanted list for bug fixes (and is totally worth a performance trade-off if it's not too bad); but I'm no expert in this area so I'll have to defer to them.

Since this is a duplicate, I'm going to close this, but feel free to continue the conversation in the linked bug. Thanks.

@e-andersson
Copy link
Contributor Author

Thanks @mramato, will keep an eye on the existing issue.

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

2 participants