SetLightShadowBlur
(Difference between revisions)
(Created page with "Set the amount of blur on the shadows casted by this light. Light = getObject("Light") setLightShadowBlur(Light, 1.0)") |
Dahnielson (Talk | contribs) |
||
Line 3: | Line 3: | ||
Light = getObject("Light") | Light = getObject("Light") | ||
setLightShadowBlur(Light, 1.0) | setLightShadowBlur(Light, 1.0) | ||
+ | |||
+ | [[Category:Lua scripting]] |
Revision as of 18:10, 4 February 2014
Set the amount of blur on the shadows casted by this light.
Light = getObject("Light") setLightShadowBlur(Light, 1.0)