| Package | away3d.core.render |
| Class | public class Projection |
| Property | Defined by | ||
|---|---|---|---|
| focus : Number
Defines the focus for the camera object being used by the view.
| Projection | ||
| time : int
Defines the unique timestamp for the view render.
| Projection | ||
| view : Matrix3D
Defines the current view transform matrix that resolves the transformation tree.
| Projection | ||
| zoom : Number
Defines the zoom for the camera object being used by the view.
| Projection | ||
| Method | Defined by | ||
|---|---|---|---|
|
Projection
()
Creates a new
Projection object. | Projection | ||
| focus | property |
public var focus:Number
Defines the focus for the camera object being used by the view.
| time | property |
public var time:int
Defines the unique timestamp for the view render.
| view | property |
public var view:Matrix3D
Defines the current view transform matrix that resolves the transformation tree.
| zoom | property |
public var zoom:Number
Defines the zoom for the camera object being used by the view.
| Projection | () | constructor |
public function Projection()