Hello,
I have a map made with the sample script and i use a elevation layer in it:
arcGISMap.Elevation = new Esri.GameEngine.Map.ArcGISMapElevation(new Esri.GameEngine.Elevation.ArcGISImageElevationSource("https://tiles.arcgis.com/tiles/nSZVuSZjHpEZZbRo/arcgis/rest/services/Elevation_3D_RD/ImageServer", "Elevation"));
Only this elevation layer is grey and you can see the layer at some points through other layers. How can i make the elevation layer transparant? Like in ArcGIS Online or ArcGIS Pro.
Best regards