Close #28 (Optimize Distance Lod Generation)

This commit is contained in:
James Seibel
2021-06-27 22:00:43 -05:00
parent 46e65704d7
commit bb07e3db9a
11 changed files with 891 additions and 653 deletions
@@ -4,6 +4,7 @@ import java.util.concurrent.Executors;
import org.lwjgl.opengl.GL11;
import com.seibel.lod.builders.worldGeneration.LodChunkGenWorker;
import com.seibel.lod.handlers.LodConfig;
import com.seibel.lod.objects.LodChunk;
import com.seibel.lod.objects.LodDimension;