Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonnet-Songbird committed Apr 23, 2024
1 parent 3f56288 commit 5be856a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion location.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
for (let i = 0; i < 20; i++) {
const color = Math.random() * 0xffffff;
const size = Math.random() * 10 + 5;
const x = (Math.random() - 0.5) * 100;
const x = (Math.random() - 0.5) * 100;
const z = (Math.random() - 0.5) * 100;

const geom = new THREE.BoxGeometry(size, size, size);
Expand Down

0 comments on commit 5be856a

Please sign in to comment.