Broken implementation of window colours, move towards stencil ceilings
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ latticeXsYs xs ys =
|
||||
foldMap (\y -> mkpairs xs & each . each %~ (`V2` y)) ys
|
||||
<> foldMap (\x -> mkpairs ys & each . each %~ V2 x) xs
|
||||
where
|
||||
mkpairs (z:zs) = zip (z:zs) $ zs
|
||||
mkpairs (z:zs) = zip (z:zs) zs
|
||||
mkpairs [] = []
|
||||
|
||||
gridPointsOff :: Float -> Float -> Float -> Int -> Float -> Int -> [Point2]
|
||||
|
||||
Reference in New Issue
Block a user