From 770dae03ffe931e4c2dfc1860b60c058cc5ed149 Mon Sep 17 00:00:00 2001 From: wangjuncheng <1> Date: 星期四, 24 七月 2025 11:11:31 +0800 Subject: [PATCH] 345 --- src/utils/water.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/water.js b/src/utils/water.js index d9bf2f2..1d5dfbe 100644 --- a/src/utils/water.js +++ b/src/utils/water.js @@ -85,7 +85,7 @@ color: SmartEarth.Cesium.Color.fromCssColorString("#D4F2E7"), loop: false, callback: timeCallback, - alphaByDepth: 0.5, + alphaByDepth: 0.0, waterHeightLevels, colorRender, sizeIndex: 0, @@ -129,7 +129,7 @@ export function updateWaterColor(color, alpha) { if (water) { water.color = Cesium.Color.fromCssColorString(color); - water.alphaByDepth = alpha; + water.alphaByDepth = 0; } else { console.warn("No water simulation to pause."); } -- Gitblit v1.9.3