SetLightShadowBias
From MaratisWiki
setLightShadowBias(object, bias)
Set bias of the lights shadow. Accepts two arguments, light object and a number.
-
object
: object to operate on -
bias
: shadow bias
Light = getObject("Light") setLightShadowBias(Light, 1.0)