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
While that lets you turn on transparency, you may not get perfect results. Generally, 3D transparency is a hard problem. Generating visually correct results involves techniques like sorting all meshes in depth order every frame before rendering. deck.gl currently does not provide support for this.
I want to adjust the display transparency of an ESRI i3s scene layer https://tiles.arcgis.com/tiles/6j1KwZfY2fZrfNMR/arcgis/rest/services/Buildings_L1/SceneServer on deck.gl. Currently, we can only modify the color by
_getMeshColor
deck.gl function. May I know any function to adjust the layer transparency?The text was updated successfully, but these errors were encountered: