| Package | away3d.materials |
| Class | public class LightSources |
| Inheritance | LightSources Object |
See also
| Constant | Defined By | ||
|---|---|---|---|
| ALL : uint = 0x03 [static]
Defines that both normal and global lighting probes are to be used as the
source for the lighting component. | LightSources | ||
| LIGHTS : uint = 0x01 [static]
Defines normal lights are to be used as the source for the lighting
component. | LightSources | ||
| PROBES : uint = 0x02 [static]
Defines that global lighting probes are to be used as the source for the
lighting component. | LightSources | ||
| ALL | Constant |
public static const ALL:uint = 0x03Defines that both normal and global lighting probes are to be used as the source for the lighting component.
| LIGHTS | Constant |
public static const LIGHTS:uint = 0x01Defines normal lights are to be used as the source for the lighting component.
| PROBES | Constant |
public static const PROBES:uint = 0x02Defines that global lighting probes are to be used as the source for the lighting component.