StaticLightPicker is a light picker that provides a static set of lights. The lights can be reassigned, but
if the configuration changes (number of directional lights, point lights, etc), a material recompilation may
occur.
lights:Array
The lights used for shading.
Implementation public function get lights():Array
public function set lights(value:Array):void
public function StaticLightPickerMod(lights:Array = null)
Creates a new StaticLightPicker object.
Parameters | lights:Array (default = null ) — The lights to be used for shading.
|
Wed Mar 12 2014, 12:12 PM -06:00