get vertice_altititudes and vertices_heights in set_mesh_lookup_data

This commit is contained in:
Laura Klünder 2017-11-08 23:20:17 +01:00
parent 5774910a25
commit 64de7f7c58
3 changed files with 9 additions and 5 deletions

View file

@ -75,7 +75,7 @@ class MapRenderer:
if not bbox.intersects(geoms.affected_area):
continue
engine.set_mesh_lookup_data(geoms.vertices, geoms.faces)
engine.set_mesh_lookup_data(geoms)
# hide indoor and outdoor rooms if their access restriction was not unlocked
add_walls = hybrid_union(tuple(area for access_restriction, area in geoms.restricted_spaces_indoors.items()