Package | away3d.cameras.lenses |
Class | public class FreeMatrixLens |
Inheritance | FreeMatrixLens LensBase flash.events.EventDispatcher |
Property | Defined By | ||
---|---|---|---|
far : Number [override] | FreeMatrixLens | ||
frustumCorners : Vector.<Number>
Retrieves the corner points of the lens frustum. | LensBase | ||
matrix : Matrix3D
The projection matrix that transforms 3D geometry to normalized homogeneous coordinates. | LensBase | ||
near : Number [override] | FreeMatrixLens | ||
unprojectionMatrix : Matrix3D [read-only] | LensBase |
Method | Defined By | ||
---|---|---|---|
Creates a new FreeMatrixLens object. | FreeMatrixLens | ||
[override] | FreeMatrixLens | ||
project(point3d:Vector3D):Vector3D | LensBase | ||
unproject(mX:Number, mY:Number, mZ:Number):Vector3D
Calculates the position of the given normalized coordinates relative to the camera. | LensBase |
Method | Defined By | ||
---|---|---|---|
invalidateMatrix():void
Invalidates the projection matrix, which will cause it to be updated on the next request. | LensBase | ||
updateMatrix():void [override] | FreeMatrixLens |
aspectRatio | property |
aspectRatio:Number
[override] arcane function get aspectRatio():Number
arcane function set aspectRatio(value:Number):void
far | property |
far:Number
[override] public function get far():Number
public function set far(value:Number):void
near | property |
near:Number
[override] public function get near():Number
public function set near(value:Number):void
FreeMatrixLens | () | Constructor |
public function FreeMatrixLens()
Creates a new FreeMatrixLens object.
clone | () | method |
updateMatrix | () | method |
override protected function updateMatrix():void