Draw floor of windows
This commit is contained in:
@@ -70,6 +70,7 @@ worldPictures w
|
||||
, ptPicts'
|
||||
, afterPtPicts'
|
||||
, wlPicts'
|
||||
, wlPicts
|
||||
-- , wallShadows
|
||||
, smokeShadows
|
||||
-- , itLabels
|
||||
@@ -337,7 +338,8 @@ drawWall' w wall
|
||||
f (bpa,bpb) = intersectSegLineFrom' bpa bpb x (head p's)
|
||||
f' (bpa,bpb) = intersectSegLineFrom' bpa bpb y (last p's)
|
||||
points = orderPolygon (borderps ++ ps)
|
||||
--points = orderPolygon (borderps ++ p's)
|
||||
wallBase | _wlIsSeeThrough wall = polygon $ _wlLine wall
|
||||
| otherwise = blank
|
||||
|
||||
drawWallShadow :: World -> Wall -> Drawing
|
||||
drawWallShadow w wall
|
||||
|
||||
Reference in New Issue
Block a user