SetLightShadowBlur
From MaratisWiki
Revision as of 00:31, 9 February 2014 by Dahnielson (Talk | contribs)
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)