SetLightShadowBias

(Difference between revisions)
Jump to: navigation, search
m
Line 1: Line 1:
Set bias of the lights shadow. Accepts two arguments: Light object and a number.
+
{{lua-function|setLightShadowBias|object, bias}}
 +
 
 +
Set bias of the lights shadow. Accepts two arguments, light object and a number.
  
 
  Light = getObject("Light")
 
  Light = getObject("Light")

Revision as of 19:24, 8 February 2014

setLightShadowBias(object, bias)

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