away3d.cameras.lenses

..
CoordinateSystem

Provides constant values for camera lens projection options use the the coordinateSystem property

FreeMatrixLens

FreeMatrixLens provides a projection lens that exposes a full projection matrix, rather than provide one through more user-friendly settings. Whenever the matrix is updated, it needs to be reset in order to trigger an update.

LensBase

An abstract base class for all lens classes. Lens objects provides a projection matrix that transforms 3D geometry to normalized homogeneous coordinates.

ObliqueNearPlaneLens

OrthographicLens

The PerspectiveLens object provides a projection matrix that projects 3D geometry isometrically. This entails there is no perspective distortion, and lines that are parallel in the scene will remain parallel on the screen.

OrthographicOffCenterLens

The PerspectiveLens object provides a projection matrix that projects 3D geometry isometrically. This entails there is no perspective distortion, and lines that are parallel in the scene will remain parallel on the screen.

PerspectiveLens

The PerspectiveLens object provides a projection matrix that projects 3D geometry with perspective distortion.

PerspectiveOffCenterLens

The PerspectiveLens object provides a projection matrix that projects 3D geometry with perspective distortion.