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

Google Photorealistic 3D Tileset transparency problem #7116

Open
luca-moscatelli opened this issue Apr 30, 2024 · 1 comment
Open

Google Photorealistic 3D Tileset transparency problem #7116

luca-moscatelli opened this issue Apr 30, 2024 · 1 comment

Comments

@luca-moscatelli
Copy link

Issue with Google Photorealistic 3D Tileset, when I change the transparency of the tileset, everything becomes whiter. The only way to solve it is to remove it and re-add it. I'm on the latest available version of TerriaMap

image

@na9da
Copy link
Collaborator

na9da commented May 21, 2024

Hi @luca-moscatelli , thanks for the report.

This happens because terria by default sets the colorBlendMode of the tileset to MIX whereas for Cesium, the default is HIGHLIGHT. I have created an issue to fix this - #7159. But meanwhile you can override the default setting in your catalog by adding this extra bit to your catalog item definition:

{
 "type": "3d-tiles",
 // ... rest of the definition
  "colorBlendMode": "HIGHLIGHT"
}

Let me know if it works.

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