Package | away3d.lights |
Class | public class PointLight3D |
Inheritance | PointLight3D ![]() ![]() |
Implements | IClonable, ILightProvider, IPrimitiveProvider |
Method | Defined by | ||
---|---|---|---|
PointLight3D
(init:Object = null) | PointLight3D | ||
![]() |
addOnDimensionsChange(listener:Function):void
| Object3D | |
![]() |
addOnMouseDown(listener:Function):void
| Object3D | |
![]() |
addOnMouseMove(listener:Function):void
| Object3D | |
![]() |
addOnMouseOut(listener:Function):void
| Object3D | |
![]() |
addOnMouseOver(listener:Function):void
| Object3D | |
![]() |
addOnMouseUp(listener:Function):void
| Object3D | |
![]() |
addOnRadiusChange(listener:Function):void
| Object3D | |
![]() |
addOnSceneChange(listener:Function):void
| Object3D | |
![]() |
addOnSceneTransformChange(listener:Function):void
| Object3D | |
![]() |
addOnTransformChange(listener:Function):void
| Object3D | |
clone(object:* = null):*
| PointLight3D | ||
![]() | Object3D | ||
PointLight3D | |||
![]() | Object3D | ||
![]() |
moveBackward(distance:Number):void
| Object3D | |
![]() |
moveDown(distance:Number):void
| Object3D | |
![]() |
moveForward(distance:Number):void
| Object3D | |
![]() |
moveLeft(distance:Number):void
| Object3D | |
![]() |
moveRight(distance:Number):void
| Object3D | |
![]() | Object3D | ||
![]() |
moveUp(distance:Number):void
| Object3D | |
![]() |
pitch(angle:Number):void
| Object3D | |
PointLight3D | |||
![]() |
removeOnDimensionsChange(listener:Function):void
| Object3D | |
![]() |
removeOnMouseDown(listener:Function):void
| Object3D | |
![]() |
removeOnMouseMove(listener:Function):void
| Object3D | |
![]() |
removeOnMouseOut(listener:Function):void
| Object3D | |
![]() |
removeOnMouseOver(listener:Function):void
| Object3D | |
![]() |
removeOnMouseUp(listener:Function):void
| Object3D | |
![]() |
removeOnRadiusChange(listener:Function):void
| Object3D | |
![]() |
removeOnSceneChange(listener:Function):void
| Object3D | |
![]() |
removeOnSceneTransformChange(listener:Function):void
| Object3D | |
![]() |
removeOnTransformChange(listener:Function):void
| Object3D | |
![]() |
roll(angle:Number):void
| Object3D | |
![]() | Object3D | ||
![]() |
scale(scale:Number):void
| Object3D | |
![]() |
tick(time:int):void
| Object3D | |
![]() |
toString():String
| Object3D | |
![]() | Object3D | ||
![]() | Object3D | ||
![]() |
yaw(angle:Number):void
| Object3D |
ambient | property |
public var ambient:Number
_bitmap | property |
public var _bitmap:BitmapData
bitmap | property |
bitmap:BitmapData
[read-only]Implementation
public function get bitmap():BitmapData
brightness | property |
public var brightness:Number
color | property |
public var color:int
debug | property |
public var debug:Boolean
diffuse | property |
public var diffuse:Number
height | property |
height:Number
[read-only]Implementation
public function get height():Number
_ls | property |
public var _ls:PointLightSource
specular | property |
public var specular:Number
width | property |
width:Number
[read-only]Implementation
public function get width():Number
PointLight3D | () | constructor |
public function PointLight3D(init:Object = null)
Parameters
init:Object (default = null )
|
clone | () | method |
public override function clone(object:* = null):*
Parameters
object:* (default = null )
|
* |
light | () | method |
primitives | () | method |
public override function primitives(consumer:IPrimitiveConsumer, session:AbstractRenderSession):void
Parameters
consumer:IPrimitiveConsumer |
|
session:AbstractRenderSession |