From a20fdd61c446ea84716ec2951c6d7b464db70bfb Mon Sep 17 00:00:00 2001 From: Sean Lilley Date: Fri, 22 May 2020 21:38:05 -0400 Subject: [PATCH] Turn off globe lighting in demo --- Apps/Sandcastle/gallery/Globe Interior.html | 2 -- 1 file changed, 2 deletions(-) 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);