Change filters

This commit is contained in:
2024-06-24 17:38:48 +02:00
parent 0872cb1901
commit 5576a8810c
16 changed files with 47 additions and 16 deletions

View File

@@ -9,10 +9,10 @@ from world_maker.pack_rectangle import generate_building
def world_maker():
# world = World()
# heightmap, watermap, treemap = get_data(world)
world = World()
heightmap, watermap, treemap = get_data(world)
heightmap, watermap, treemap = get_data_no_update()
# heightmap, watermap, treemap = get_data_no_update()
filter_sobel(
"./world_maker/data/heightmap.png").save('./world_maker/data/sobelmap.png')