in render_full immediate levels now cast shadows

This commit is contained in:
Laura Klünder 2016-12-04 02:33:50 +01:00
parent a1ed7534d9
commit a54a85da3b
8 changed files with 54 additions and 17 deletions

View file

@ -7,7 +7,8 @@ from shapely.geometry import JOIN_STYLE, Polygon
from c3nav.routing.graph.point import GraphPoint
from c3nav.routing.graph.room import GraphRoom
from c3nav.routing.utils.base import assert_multipolygon, get_nearest_point
from c3nav.routing.utils.base import get_nearest_point
from c3nav.mapdata.utils import assert_multipolygon
from c3nav.routing.utils.draw import _ellipse_bbox, _line_coords