The following code flies the camera to a particular destination. But how do I control the zoom on the particular destination?
viewer.camera.flyTo({ destination : Cesium.Cartesian3.fromDegrees(-117.16, 32.71, 15000.0), duration : 20.0 }); Changing Cesium.Camera.defaultZoomAmount doesn't seem to work for me.
أكثر...
viewer.camera.flyTo({ destination : Cesium.Cartesian3.fromDegrees(-117.16, 32.71, 15000.0), duration : 20.0 }); Changing Cesium.Camera.defaultZoomAmount doesn't seem to work for me.
أكثر...