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