Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -145,7 +145,7 @@
|
|
145 |
cube.position.set(
|
146 |
(x - canvas.width / 2) * cubeSize * 1.2 + (Math.random()-0.5) * 2200 - 100,
|
147 |
(canvas.height / 2 - y) * cubeSize * 1.2 + (Math.random()-0.5) * 2200 - 100,
|
148 |
-
Math.random() * 2200 - 100
|
149 |
);
|
150 |
scene.add(cube);
|
151 |
cubes.push(cube);
|
|
|
145 |
cube.position.set(
|
146 |
(x - canvas.width / 2) * cubeSize * 1.2 + (Math.random()-0.5) * 2200 - 100,
|
147 |
(canvas.height / 2 - y) * cubeSize * 1.2 + (Math.random()-0.5) * 2200 - 100,
|
148 |
+
(Math.random()-0.5) * 2200 - 100
|
149 |
);
|
150 |
scene.add(cube);
|
151 |
cubes.push(cube);
|