diff --git a/Apps/Sandcastle/gallery/Globe Interior.html b/Apps/Sandcastle/gallery/Globe Interior.html index 413cbe07628e..d5b6d352f414 100644 --- a/Apps/Sandcastle/gallery/Globe Interior.html +++ b/Apps/Sandcastle/gallery/Globe Interior.html @@ -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; } @@ -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);