From fbf336c915d751d7715baa3e4a8539b120de7950 Mon Sep 17 00:00:00 2001 From: nicomacbookpro <805879871@qq.com> Date: Tue, 2 Sep 2025 09:43:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B0=B4=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/plane_ocean2.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/plane_ocean2.js b/src/utils/plane_ocean2.js index b9f7a7e..3093a39 100644 --- a/src/utils/plane_ocean2.js +++ b/src/utils/plane_ocean2.js @@ -13,8 +13,8 @@ const ocean = new Water( }), sunDirection: new THREE.Vector3(0, 1, 0), // 设置太阳方向为垂直向下 sunColor: 0xffffff, - waterColor: 'rgb(15,187,194)', - distortionScale: 3.7, + waterColor: 'rgb(0,211,255)', + distortionScale: 1.7, fog: false, // 关闭雾效果 alpha: 1.0, // 设置透明度 }