SetLightShadowQuality

(Difference between revisions)
Jump to: navigation, search
m
Line 1: Line 1:
Set light shadow quality. Accepts two arguments: Light object and a number.
+
{{lua-function|setLightShadowQuality|object, number}}
 +
 
 +
Set light shadow quality. Accepts two arguments, light object and a number.
  
 
  Light = getLight("SunLight")
 
  Light = getLight("SunLight")

Revision as of 18:24, 8 February 2014

setLightShadowQuality(object, number)

Set light shadow quality. Accepts two arguments, light object and a number.

Light = getLight("SunLight")
setLightShadowQuality(Light, 1024)
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox