diff --git a/hv7vehw7se.js b/hv7vehw7se.js index 06bfe33..f626780 100644 --- a/hv7vehw7se.js +++ b/hv7vehw7se.js @@ -1452,8 +1452,8 @@ for (var x = -50; x < 50; x += 20) { } mesh.materials = [materialTreesAndRocks]; - mesh.position.x = x * Math.random(); - mesh.position.z = z * Math.random(); + mesh.position.x = x * Math.random() - 50; + mesh.position.z = z * Math.random() - 80; mesh.rotation.x = 0; mesh.rotation.y = Math.random() * 3; mesh.rotation.z = 0;