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, // 设置透明度 }