Fix house roof

This commit is contained in:
Eclairsombre
2024-06-21 14:12:00 +02:00
parent d430a658ea
commit fd0daa8d2e
22 changed files with 86 additions and 83 deletions

View File

@@ -22,7 +22,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')