Simplify block drawing further, store shape of block
This commit is contained in:
@@ -79,7 +79,7 @@ plLineBlock basePane blwidth a b gw =
|
||||
, _blFootprint = cornersAt p -- TODO check winding (clockwise, anticlockwise)
|
||||
, _blHeight = 100
|
||||
, _blPos = p
|
||||
, _blDraw = BlockDrawMempty
|
||||
, _blDraw = mempty
|
||||
}
|
||||
)
|
||||
insertBlocks = flip (foldr insertBlock) $ zip is blockCenPs
|
||||
|
||||
Reference in New Issue
Block a user