Package | away3d.cameras.lenses |
Class | public class OrthographicLens |
Inheritance | OrthographicLens LensBase |
Property | Defined by | ||
---|---|---|---|
far : Number
The distance to the far plane of the frustum.
| LensBase | ||
frustumCorners : Vector
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
The distance to the near plane of the frustum.
| LensBase | ||
projectionHeight : Number
The vertical field of view of the projection.
| OrthographicLens |
Method | Defined by | ||
---|---|---|---|
OrthographicLens
(projectionHeight:Number = 500)
Creates a new OrthogonalLens object.
| OrthographicLens | ||
unproject(mX:Number, mY:Number, mZ:Number):Vector3D
| LensBase |
Method | Defined by | ||
---|---|---|---|
invalidateMatrix():void
Invalidates the projection matrix, which will cause it to be updated on the next request.
| LensBase | ||
updateMatrix():void
Updates the matrix
| OrthographicLens |
projectionHeight | property |
projectionHeight:Number
[read-write]The vertical field of view of the projection.
Implementation public function get projectionHeight():Number
public function set projectionHeight(value:Number):void
OrthographicLens | () | constructor |
public function OrthographicLens(projectionHeight:Number = 500)
Parameters
projectionHeight:Number (default = 500 ) — The vertical field of view of the projection.
|
updateMatrix | () | method |
protected override function updateMatrix():void
Updates the matrix