mirror of
https://github.com/Floriansylvain/ThatsMyWorld.git
synced 2026-08-19 11:43:16 +02:00
fix: temporarly removed chunks since its not working at all
This commit is contained in:
+2
-2
@@ -34,8 +34,8 @@ function onTexturesLoaded() {
|
|||||||
const radius = 16
|
const radius = 16
|
||||||
|
|
||||||
const positions = [] as THREE.Vector3[]
|
const positions = [] as THREE.Vector3[]
|
||||||
for (let i = -8; i < 8; i++) {
|
for (let i = -0.5; i < 0.5; i++) {
|
||||||
for (let j = -8; j < 8; j++) {
|
for (let j = -0.5; j < 0.5; j++) {
|
||||||
positions.push(new THREE.Vector3(i * radius, 0, j * radius))
|
positions.push(new THREE.Vector3(i * radius, 0, j * radius))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user