sort chunks

This commit is contained in:
LabyStudio
2022-02-02 16:22:33 +01:00
parent c5fd75de47
commit 9a70a3cc37
4 changed files with 19 additions and 4 deletions
@@ -7,6 +7,8 @@ window.Chunk = class {
this.group = new THREE.Object3D();
this.group.matrixAutoUpdate = false;
this.group.chunkX = x;
this.group.chunkZ = z;
this.loaded = false;