get vertice_altititudes and vertices_heights in set_mesh_lookup_data
This commit is contained in:
parent
5774910a25
commit
64de7f7c58
3 changed files with 9 additions and 5 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue