Packagecom.transmote.flar.camera
Classpublic class FLARCamera_Away3DLite
InheritanceFLARCamera_Away3DLite Inheritance away3dlite.cameras.Camera3D

Extends Away Lite's Camera3D class to set up a scene correctly for projection of 3D objects transformed by a tracker managed by FLARManager.



Public Properties
 PropertyDefined By
  projectionMatrix3D : Matrix3D
[override] [read-only] Returns the 3d matrix representing the camera projection for the view.
FLARCamera_Away3DLite
Public Methods
 MethodDefined By
  
FLARCamera_Away3DLite(flarManager:FLARManager, viewportSize:Rectangle)
Constructor.
FLARCamera_Away3DLite
Property Detail
projectionMatrix3Dproperty
projectionMatrix3D:Matrix3D  [read-only] [override]

Returns the 3d matrix representing the camera projection for the view.


Implementation
    public function get projectionMatrix3D():Matrix3D

See also

away3dlite.containers.View3D.render()
Constructor Detail
FLARCamera_Away3DLite()Constructor
public function FLARCamera_Away3DLite(flarManager:FLARManager, viewportSize:Rectangle)

Constructor.

Parameters
flarManager:FLARManager — A reference to the FLARManager instance used by this application.
 
viewportSize:Rectangle — A Rectangle that describes the viewport size for the application.