// 1. Fly to a position with a top-down view viewer.camera.flyTo({ destination : Cesium.Cartesian3.fromDegrees(-117.16, 32.71, 15000.0) }); // 2. Fly to a Rectangle with a top-down view viewer.camera.flyTo({ destination : Cesium.Rectangle.fromDegrees
参考网站:https://blog.csdn.net/XLSMN/article/details/78752669 1.首先来看一下整体效果 2.具体方法如下: 首先,你必须有两张很重要的图片,你可以从我这里保存为本地 3.具体代码如下 var scene=viewer.scene; function applyWaterMaterial(primitive, scene) { primitive.appearance.material = new Cesium.Material({