Away3D FP9 V2.0.0 API Documentation
All Packages
|
All Classes
|
Index
|
Frames
No Frames
Interface ILightProvider
Methods
Package
away3d.core.light
Interface
public interface ILightProvider
Implementors
AmbientLight3D
,
DirectionalLight3D
,
PointLight3D
Interface for objects that provide lighting to the scene
Public Methods
Method
Defined by
light
(consumer:
ILightConsumer
):void
ILightProvider
Method detail
light
()
method
public function light(consumer:
ILightConsumer
):void
Parameters
consumer
:
ILightConsumer
Wiki link
Click to go to the wiki page for ####WIKI####
Code examples
Comments