Packageaway3d.core.render
Classpublic class Projection

Data object for camera transform, focus and zoom properties.

Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined by
  
Creates a new Projection object.
Projection
Property detail
focusproperty
public var focus:Number

Defines the focus for the camera object being used by the view.

timeproperty 
public var time:int

Defines the unique timestamp for the view render.

viewproperty 
public var view:Matrix3D

Defines the current view transform matrix that resolves the transformation tree.

zoomproperty 
public var zoom:Number

Defines the zoom for the camera object being used by the view.

Constructor detail
Projection()constructor
public function Projection() ####INIT####
Wiki link
Click to go to the wiki page for ####WIKI####

Code examples

Comments