GetLightShadowBias

From MaratisWiki
(Difference between revisions)
Jump to: navigation, search
(Created page with "Returns light's shadow bias as a number. Light = getObject("Light0") bias = getLightShadowBias(Light)")
 
m
 
(3 intermediate revisions by one user not shown)
Line 1: Line 1:
 +
{{lua-function|getLightShadowBias|object}}
 +
 
Returns light's shadow bias as a number.
 
Returns light's shadow bias as a number.
 +
 +
{{lua-function-param|object|object to operate on}}
  
 
  Light = getObject("Light0")
 
  Light = getObject("Light0")
 
  bias = getLightShadowBias(Light)
 
  bias = getLightShadowBias(Light)
 +
 +
[[Category:Lua scripting]]
 +
[[Category:Lua function]]
 +
[[Category:Light]]

Latest revision as of 01:29, 9 February 2014

getLightShadowBias(object)

Returns light's shadow bias as a number.

  • object : object to operate on
Light = getObject("Light0")
bias = getLightShadowBias(Light)
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox