SetLightShadowBlur
From MaratisWiki
(Difference between revisions)
Dahnielson (Talk | contribs) m |
Dahnielson (Talk | contribs) m |
||
| Line 2: | Line 2: | ||
Set the amount of blur on the shadows casted by this light. | Set the amount of blur on the shadows casted by this light. | ||
| + | |||
| + | {{lua-function-param|object|object to operate on}} | ||
| + | {{lua-function-param|blur|shadow blur}} | ||
Light = getObject("Light") | Light = getObject("Light") | ||
Latest revision as of 00:31, 9 February 2014
setLightShadowBlur(object, blur)
Set the amount of blur on the shadows casted by this light.
-
object: object to operate on -
blur: shadow blur
Light = getObject("Light")
setLightShadowBlur(Light, 1.0)