Test to add building

This commit is contained in:
2024-06-24 23:17:44 +02:00
parent 8a3909c12f
commit a364c7809c
28 changed files with 104 additions and 49 deletions

View File

@@ -11,9 +11,9 @@ import numpy as np
def world_maker():
# world = World()
# heightmap, watermap, treemap = get_data(world)
heightmap, watermap, treemap = get_data_no_update()
world = World()
heightmap, watermap, treemap = get_data(world)
# heightmap, watermap, treemap = get_data_no_update()
heightmap_smooth = filter_smooth(heightmap, 4)
heightmap_smooth.save('./world_maker/data/heightmap_smooth.png')