SetLightShadowBlur

From MaratisWiki
(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)")
 
m
 
(3 intermediate revisions by one user not shown)
Line 1: Line 1:
 +
{{lua-function|setLightShadowBlur|object, blur}}
 +
 
Set the amount of blur on the shadows casted by this light.
 
Set the amount of blur on the shadows casted by this light.
 +
 +
{{lua-function-param|object|object to operate on}}
 +
{{lua-function-param|blur|shadow blur}}
  
 
  Light = getObject("Light")
 
  Light = getObject("Light")
 
  setLightShadowBlur(Light, 1.0)
 
  setLightShadowBlur(Light, 1.0)
 +
 +
[[Category:Lua scripting]]
 +
[[Category:Lua function]]
 +
[[Category:Light]]

Latest revision as of 01:31, 9 February 2014

setLightShadowBlur(object, blur)

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

  • object : object to operate on
  • blur : shadow blur
Light = getObject("Light")
setLightShadowBlur(Light, 1.0)
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox