DR/4DAGE 4 anni fa
parent
commit
37b6f82e3a
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      public/zzdemo/main.js

+ 2 - 2
public/zzdemo/main.js

@@ -42,8 +42,8 @@ const viewer=new Cesium.Viewer("global-container",{
 viewer.scene.backgroundColor = new Cesium.Color(0.0, 0.0, 0.0, 0.0); 
 viewer._cesiumWidget._creditContainer.style.display = "none";
 viewer.camera.flyTo({
-    destination : Cesium.Cartesian3.fromDegrees(110,35.5, 8000000.0),
-    duration:0.1
+    destination : Cesium.Cartesian3.fromDegrees(110,35.5, 9000000.0),
+    duration:0.3
 });
 viewer.scene.globe.enableLighting = true
 viewer.scene.skyAtmosphere.show = true;