scale the preview map's legend according to user gui scale setting
This commit is contained in:
parent
1bb4954867
commit
58e7eeacae
@ -93,7 +93,7 @@ public class WorldHeightmap implements Heightmap {
|
|||||||
// the voronoi controlled terrain regions
|
// the voronoi controlled terrain regions
|
||||||
Populator terrainRegions = new Selector(regionShape, terrainProvider.getPopulators());
|
Populator terrainRegions = new Selector(regionShape, terrainProvider.getPopulators());
|
||||||
// the terrain type at region edges
|
// the terrain type at region edges
|
||||||
Populator terrainRegionBorders = new TerrainPopulator(terrainProvider.getLandforms().steppe(seed), context.terrain.steppe);
|
Populator terrainRegionBorders = new TerrainPopulator(terrainProvider.getLandforms().plains(seed), context.terrain.steppe);
|
||||||
|
|
||||||
// transitions between the unique terrain regions and the common border terrain
|
// transitions between the unique terrain regions and the common border terrain
|
||||||
Populator terrain = new Lerp(
|
Populator terrain = new Lerp(
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 9701bdce1076334c9c4fb23688ef192f8638435a
|
Subproject commit ea48775c19ef160d26ac0722a9f5a2de9749f788
|
Loading…
Reference in New Issue
Block a user