SetLightShadowBlur

(Difference between revisions)
Jump to: navigation, search
(Created page with "Set the amount of blur on the shadows casted by this light. Light = getObject("Light") setLightShadowBlur(Light, 1.0)")
 
Line 3: Line 3:
 
  Light = getObject("Light")
 
  Light = getObject("Light")
 
  setLightShadowBlur(Light, 1.0)
 
  setLightShadowBlur(Light, 1.0)
 +
 +
[[Category:Lua scripting]]

Revision as of 19:10, 4 February 2014

Set the amount of blur on the shadows casted by this light.

Light = getObject("Light")
setLightShadowBlur(Light, 1.0)
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox