修复水面下岸不正常

This commit is contained in:
2026-03-25 17:46:03 +08:00
parent e17b09ff6d
commit adb098e2eb
2 changed files with 32 additions and 18 deletions

View File

@@ -146,7 +146,7 @@ export class OceanScene {
});
this.water.rotation.x = -Math.PI / 2;
this.water.position.y = 0;
this.water.position.y = -0.15;
this.scene.add(this.water);
}