reduced quality to improve performance

This commit is contained in:
Leonardo
2021-08-11 01:46:11 +02:00
parent bceab238d5
commit 8cede4760e
3 changed files with 8 additions and 6 deletions
@@ -131,7 +131,7 @@ public class LodNodeBuilder {
* @throws IllegalArgumentException thrown if either the chunk or world is null.
*/
public List<LodQuadTreeNode> generateLodNodeFromChunk(IChunk chunk, LodBuilderConfig config) throws IllegalArgumentException {
LodDetail detail = LodDetail.HALF;
LodDetail detail = LodDetail.QUAD;
List<LodQuadTreeNode> lodNodeList = new ArrayList<>();
if (chunk == null)
throw new IllegalArgumentException("generateLodFromChunk given a null chunk");