wangjuncheng
3 天以前 cf7752d995e09d48eca9a1ca5634a9e71ae46553
src/utils/water.js
@@ -85,7 +85,7 @@
    color: SmartEarth.Cesium.Color.fromCssColorString("#D4F2E7"),
    loop: false,
    callback: timeCallback,
    alphaByDepth: -0.3,
    alphaByDepth: 0,
    waterHeightLevels,
    colorRender,
    sizeIndex: 0,
@@ -96,7 +96,7 @@
  water.offsetMinHeight = 0; //水偏移最小高度
  water.offsetMaxHeight = 100; //水偏移最大高度
  // 是否开启箭头
  enableWaterArrowFlow(true);
  enableWaterArrowFlow(false);
  // 是否开启水面阴影
  toggleWaterShadow(false);