Improve normal maps on ground and walls
This commit is contained in:
@@ -5,7 +5,7 @@ import Geometry
|
||||
|
||||
wlIsOpaque :: Wall -> Bool
|
||||
wlIsOpaque wl = case _wlOpacity wl of
|
||||
Opaque -> True
|
||||
Opaque {} -> True
|
||||
_ -> False
|
||||
|
||||
wlIsSeeThrough :: Wall -> Bool
|
||||
|
||||
Reference in New Issue
Block a user