Use depth fail and front cap for geometry shadows (TODO back cap)

This commit is contained in:
2021-08-30 21:47:01 +01:00
parent f87b53bbf9
commit f797530cbc
3 changed files with 16 additions and 3 deletions
+2 -1
View File
@@ -93,7 +93,8 @@ youLight =
TLS { _tlsPos = V3 0 0 0
,_tlsRad = 300
,_tlsIntensity = 0.1
,_tlsUpdate = \w _ -> (w, Just (youLight {_tlsPos = f $ _crPos (you w)}))
,_tlsUpdate = \w _ -> (w, Nothing)
--,_tlsUpdate = \w _ -> (w, Just (youLight {_tlsPos = f $ _crPos (you w)}))
,_tlsTime = 0
}
where