Package | away3d.core.render |
Class | public class LightArray |
Implements | ILightConsumer |
Property | Defined by | ||
---|---|---|---|
points : Array | LightArray |
Method | Defined by | ||
---|---|---|---|
ambientLight(color:int, ambient:Number):void
| LightArray | ||
LightArray | |||
LightArray |
points | property |
public var points:Array
ambientLight | () | method |
public function ambientLight(color:int, ambient:Number):void
Parameters
color:int |
|
ambient:Number |
directedLight | () | method |
public function directedLight(direction:Number3D, color:int, diffuse:Number):void
Parameters
direction:Number3D |
|
color:int |
|
diffuse:Number |
pointLight | () | method |
public function pointLight(source:Matrix3D, color:int, ambient:Number, diffuse:Number, specular:Number):void
Parameters
source:Matrix3D |
|
color:int |
|
ambient:Number |
|
diffuse:Number |
|
specular:Number |