Skip to content

Commit

Permalink
Turn off globe lighting in demo
Browse files Browse the repository at this point in the history
  • Loading branch information
lilleyse committed May 23, 2020
1 parent c6bb5a1 commit a20fdd6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Apps/Sandcastle/gallery/Globe Interior.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
globe.translucencyEnabled = false;
globe.frontFaceAlpha = 1.0;
globe.undergroundColor = Cesium.Color.BLACK;
globe.enableLighting = false;
globe.translucencyRectangle = undefined;
baseLayer.colorToAlpha = undefined;
}
Expand All @@ -61,7 +60,6 @@
globe.baseColor = Cesium.Color.TRANSPARENT;
globe.translucencyEnabled = true;
globe.undergroundColor = undefined;
globe.enableLighting = true;

// Set oceans on Bing base layer to transparent
baseLayer.colorToAlpha = new Cesium.Color(0.0, 0.016, 0.059);
Expand Down

0 comments on commit a20fdd6

Please sign in to comment.