SetLightShadowBias
(Difference between revisions)
Dahnielson (Talk | contribs) |
Dahnielson (Talk | contribs) m |
||
| Line 1: | Line 1: | ||
| − | Set bias of the lights shadow. Accepts two arguments | + | {{lua-function|setLightShadowBias|object, bias}} |
| + | |||
| + | Set bias of the lights shadow. Accepts two arguments, light object and a number. | ||
Light = getObject("Light") | Light = getObject("Light") | ||
Revision as of 18:24, 8 February 2014
setLightShadowBias(object, bias)
Set bias of the lights shadow. Accepts two arguments, light object and a number.
Light = getObject("Light")
setLightShadowBias(Light, 1.0)