SetLightShadowBias
(Difference between revisions)
(Created page with "Set bias of the lights shadow. Accepts two arguments: Light object and a number. Light = getObject("Light") setLightShadowBias(Light, 1.0)") |
Dahnielson (Talk | contribs) |
||
| Line 3: | Line 3: | ||
Light = getObject("Light") | Light = getObject("Light") | ||
setLightShadowBias(Light, 1.0) | setLightShadowBias(Light, 1.0) | ||
| + | |||
| + | [[Category:Lua scripting]] | ||
Revision as of 18:10, 4 February 2014
Set bias of the lights shadow. Accepts two arguments: Light object and a number.
Light = getObject("Light")
setLightShadowBias(Light, 1.0)