Package | away3d.materials.lightpickers |
Class | public class StaticLightPicker |
Inheritance | StaticLightPicker ![]() ![]() |
Property | Defined By | ||
---|---|---|---|
![]() | allPickedLights : Vector.<LightBase> [read-only] | LightPickerBase | |
![]() | castingDirectionalLights : Vector.<DirectionalLight> [read-only] | LightPickerBase | |
![]() | castingPointLights : Vector.<PointLight> [read-only] | LightPickerBase | |
![]() | directionalLights : Vector.<DirectionalLight> [read-only] | LightPickerBase | |
![]() | lightProbes : Vector.<LightProbe> [read-only] | LightPickerBase | |
![]() | lightProbeWeights : Vector.<Number> [read-only] | LightPickerBase | |
lights : Array | StaticLightPicker | ||
![]() | name : String | LightPickerBase | |
![]() | numCastingDirectionalLights : uint [read-only]
The maximum amount of directional lights that cast shadows
| LightPickerBase | |
![]() | numCastingPointLights : uint [read-only]
The amount of point lights that cast shadows
| LightPickerBase | |
![]() | numDirectionalLights : uint [read-only]
The maximum amount of directional lights that will be provided
| LightPickerBase | |
![]() | numLightProbes : uint [read-only]
The maximum amount of light probes that will be provided
| LightPickerBase | |
![]() | numPointLights : uint [read-only]
The maximum amount of point lights that will be provided
| LightPickerBase | |
![]() | pointLights : Vector.<PointLight> [read-only] | LightPickerBase |
Method | Defined By | ||
---|---|---|---|
StaticLightPicker(lights:Array) | StaticLightPicker | ||
![]() |
Updates set of lights for a given renderable and EntityCollector. | LightPickerBase |