Compare commits
2 Commits
92c74f9b47
...
55992889a1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
55992889a1 | ||
|
|
fbf336c915 |
@@ -13,8 +13,8 @@ const ocean = new Water(
|
|||||||
}),
|
}),
|
||||||
sunDirection: new THREE.Vector3(0, 1, 0), // 设置太阳方向为垂直向下
|
sunDirection: new THREE.Vector3(0, 1, 0), // 设置太阳方向为垂直向下
|
||||||
sunColor: 0xffffff,
|
sunColor: 0xffffff,
|
||||||
waterColor: 'rgb(15,187,194)',
|
waterColor: 'rgb(0,211,255)',
|
||||||
distortionScale: 3.7,
|
distortionScale: 1.7,
|
||||||
fog: false, // 关闭雾效果
|
fog: false, // 关闭雾效果
|
||||||
alpha: 1.0, // 设置透明度
|
alpha: 1.0, // 设置透明度
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user