Remove BloomNoZWrite layer
This commit is contained in:
@@ -8,7 +8,8 @@ drawLightSource :: LightSource -> Picture
|
||||
drawLightSource = defLSPic
|
||||
|
||||
defLSPic :: LightSource -> Picture
|
||||
defLSPic ls = setLayer BloomNoZWrite . translate3 (_lsPos $ _lsParam ls) . color col $ circleSolid 4
|
||||
defLSPic ls = setLayer BloomLayer . translate3 (_lsPos $ _lsParam ls) . color col $ circleSolid 4
|
||||
-- was nozwrite
|
||||
where
|
||||
col = V4 r g b 2
|
||||
V3 r g b = _lsCol $ _lsParam ls
|
||||
|
||||
Reference in New Issue
Block a user