Packageaway3d.core.light
Classpublic class PointLightSource
InheritancePointLightSource Inheritance AbstractLightSource

Point light source

Public Properties
 PropertyDefined by
 Inheritedambient : Number
AbstractLightSource
 InheritedambientBitmap : BitmapData
AbstractLightSource
 InheritedambientDiffuseBitmap : BitmapData
AbstractLightSource
 Inheritedblue : Number
AbstractLightSource
 Inheriteddiffuse : Number
AbstractLightSource
 InheriteddiffuseBitmap : BitmapData
AbstractLightSource
 Inheritedgreen : Number
AbstractLightSource
  light : PointLight3D
PointLightSource
 Inheritedred : Number
AbstractLightSource
 Inheritedspecular : Number
AbstractLightSource
 InheritedspecularBitmap : BitmapData
AbstractLightSource
  x : Number
PointLightSource
  y : Number
PointLightSource
  z : Number
PointLightSource
Property detail
lightproperty
public var light:PointLight3D
xproperty 
public var x:Number
yproperty 
public var y:Number
zproperty 
public var z:Number
Wiki link
Click to go to the wiki page for 'away3d.core.light.PointLightSource'

Code examples

Comments