Package | com.transmote.flar.camera |
Class | public class FLARCamera_Away3DLite |
Inheritance | FLARCamera_Away3DLite away3dlite.cameras.Camera3D |
Property | Defined By | ||
---|---|---|---|
projectionMatrix3D : Matrix3D [override] [read-only]
Returns the 3d matrix representing the camera projection for the view. | FLARCamera_Away3DLite |
Method | Defined By | ||
---|---|---|---|
FLARCamera_Away3DLite(flarManager:FLARManager, viewportSize:Rectangle)
Constructor. | FLARCamera_Away3DLite |
projectionMatrix3D | property |
projectionMatrix3D:Matrix3D
[read-only] [override] Returns the 3d matrix representing the camera projection for the view.
public function get projectionMatrix3D():Matrix3D
See also
FLARCamera_Away3DLite | () | Constructor |
public function FLARCamera_Away3DLite(flarManager:FLARManager, viewportSize:Rectangle)
Constructor.
ParametersflarManager:FLARManager — A reference to the FLARManager instance used by this application.
| |
viewportSize:Rectangle — A Rectangle that describes the viewport size for the application.
|