You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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"
}
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
The text was updated successfully, but these errors were encountered: