SetLightShadowBlur
(Difference between revisions)
Dahnielson (Talk | contribs) |
Dahnielson (Talk | contribs) m |
||
Line 1: | Line 1: | ||
+ | {{lua-function|setLightShadowBlur|object, blur}} | ||
+ | |||
Set the amount of blur on the shadows casted by this light. | Set the amount of blur on the shadows casted by this light. | ||
Revision as of 18:23, 8 February 2014
setLightShadowBlur(object, blur)
Set the amount of blur on the shadows casted by this light.
Light = getObject("Light") setLightShadowBlur(Light, 1.0)