less water
This commit is contained in:
parent
0d47b5bbef
commit
3e548a863d
2
main.js
2
main.js
@ -107,7 +107,7 @@ container.appendChild( renderer.domElement );
|
|||||||
// Water
|
// Water
|
||||||
waterTexture.wrapS = waterTexture.wrapT = THREE.RepeatWrapping;
|
waterTexture.wrapS = waterTexture.wrapT = THREE.RepeatWrapping;
|
||||||
const ocean = new Water(
|
const ocean = new Water(
|
||||||
new THREE.PlaneGeometry( 10000, 10000 ),
|
new THREE.PlaneGeometry( 1000, 1000 ),
|
||||||
{
|
{
|
||||||
textureWidth : 512,
|
textureWidth : 512,
|
||||||
textureHeight : 512,
|
textureHeight : 512,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user