Re-Introduced HEIGHMAP mode correctly.

Added single get and add to the LevelContainer to avoid using temp arrays
This commit is contained in:
Leonardo
2021-09-15 13:23:41 +02:00
parent 6dc94b0cc2
commit cdeba2616c
13 changed files with 426 additions and 222 deletions
@@ -201,7 +201,7 @@ public class LodConfig
+ " Use 3d lods or 2d lods? \n"
+ " " + LodQualityMode.HEIGHTMAP.toString() + ": enable 2d lods with heightmap \n"
+ " " + LodQualityMode.MULTI_LOD.toString() + ": enable 3d lods with heightmap \n")
.defineEnum("lodGenerationQuality", LodQualityMode.HEIGHTMAP);
.defineEnum("lodQualityMode", LodQualityMode.HEIGHTMAP);
maxGenerationDetail = builder
.comment("\n\n"