Merge remote-tracking branch 'origin/main' into road and fix delete function

This commit is contained in:
2024-06-22 18:04:08 +02:00
21 changed files with 119 additions and 118 deletions

View File

@@ -20,7 +20,7 @@ def main():
origin = ((buildArea.begin).x, (buildArea.begin).z)
remove_trees('./world_maker/data/heightmap.png', './world_maker/data/treemap.png',
'./world_maker/data/smooth_sobel_watermap.png')
'./world_maker/data/smooth_sobel_watermap.png')
smooth_terrain('./world_maker/data/heightmap.png',
'./world_maker/data/heightmap_smooth.png', './world_maker/data/smooth_sobel_watermap.png')