修复水面下岸不正常
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user