map visualization

This commit is contained in:
2024-09-02 13:06:35 -04:00
parent 1dc6329252
commit 343778a883
4 changed files with 71 additions and 14 deletions

View File

@@ -165,7 +165,7 @@ fn create_heightmap(
biome_blend: 16,
biome_dither: 16.,
continent_noise: NoiseConfig {
scale: 500.,
scale: 1000.,
layers: vec![GeneratorLayer {
base_roughness: 2.14,
roughness: 0.87,
@@ -195,7 +195,7 @@ fn create_heightmap(
}],
},
temperature_noise: NoiseConfig {
scale: 500.,
scale: 900.,
layers: vec![GeneratorLayer {
base_roughness: 2.14,
roughness: 0.87,