Package | away3d.core.light |
Interface | public interface ILightProvider |
Implementors | AmbientLight3D, DirectionalLight3D, PointLight3D |
Method | Defined by | ||
---|---|---|---|
Called from the
PrimitiveTraverser when passing LightPrimitive objects to the light consumer object
| ILightProvider |
light | () | method |
public function light(consumer:ILightConsumer):void
Called from the PrimitiveTraverser
when passing LightPrimitive
objects to the light consumer object
consumer:ILightConsumer — The consumer instance.
|
See also