Remove BloomNoZWrite layer

This commit is contained in:
2025-11-21 09:36:56 +00:00
parent 3ceff22f36
commit 9c94e1b3f3
13 changed files with 17 additions and 63 deletions
+2 -1
View File
@@ -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