Explorar el Código

去掉大气圈

DR/4DAGE hace 4 años
padre
commit
ae248da13e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      public/zzdemo/main.js

+ 1 - 1
public/zzdemo/main.js

@@ -50,7 +50,7 @@ viewer.camera.flyTo({
     duration:0.3
 });
 //viewer.scene.globe.enableLighting = true
-viewer.scene.skyAtmosphere.show = true;
+viewer.scene.skyAtmosphere.show = false;
 viewer.scene.globe.showGroundAtmosphere=false; 
 viewer.scene.globe.showWaterEffect=false; 
 viewer.scene.fog.enabled = false;