Add debug print

This commit is contained in:
2024-06-16 20:11:06 +02:00
parent c1aa61ca95
commit 66d6cd17e6
2 changed files with 8 additions and 5 deletions

View File

@@ -21,8 +21,8 @@ def main():
buildArea = editor.getBuildArea()
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')
remove_trees('./world_maker/data/heightmap.png', './world_maker/data/treemap.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')