SetLightShadowBias

(Difference between revisions)
Jump to: navigation, search
(Created page with "Set bias of the lights shadow. Accepts two arguments: Light object and a number. Light = getObject("Light") setLightShadowBias(Light, 1.0)")
 
Line 3: Line 3:
 
  Light = getObject("Light")
 
  Light = getObject("Light")
 
  setLightShadowBias(Light, 1.0)
 
  setLightShadowBias(Light, 1.0)
 +
 +
[[Category:Lua scripting]]

Revision as of 19: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)
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox