mirror of
https://github.com/tanema/light_world.lua.git
synced 2024-12-24 20:24:19 +00:00
added back shadow blur default
This commit is contained in:
parent
4e5158601a
commit
3ad6703ef0
@ -45,7 +45,7 @@ function light_world:init(options)
|
||||
self.refractionStrength = 8.0
|
||||
self.reflectionStrength = 16.0
|
||||
self.reflectionVisibility = 1.0
|
||||
self.shadowBlur = 0.0
|
||||
self.shadowBlur = 2.0
|
||||
self.glowBlur = 1.0
|
||||
self.glowTimer = 0.0
|
||||
self.glowDown = false
|
||||
|
Loading…
Reference in New Issue
Block a user