Tweak doc
This commit is contained in:
+1
-1
@@ -222,7 +222,7 @@ doDrawing' win pdata u = do
|
|||||||
renderLayer BloomNoZWrite shadV pokeCounts
|
renderLayer BloomNoZWrite shadV pokeCounts
|
||||||
glDepthMask GL_TRUE
|
glDepthMask GL_TRUE
|
||||||
renderLayer BloomLayer shadV pokeCounts
|
renderLayer BloomLayer shadV pokeCounts
|
||||||
-- draw clouds for transparency to block off some alpha
|
-- draw clouds, transparency blocks some alpha
|
||||||
glDepthMask GL_FALSE
|
glDepthMask GL_FALSE
|
||||||
glBlendColor 0 0 0 0.2 -- using this and GL_CONSTANT_ALPHA below
|
glBlendColor 0 0 0 0.2 -- using this and GL_CONSTANT_ALPHA below
|
||||||
-- can allow for some underlighting of the clouds
|
-- can allow for some underlighting of the clouds
|
||||||
|
|||||||
Reference in New Issue
Block a user