C# Class Nexus.Graphics.Cameras.OrthographicCamera

Represents an orthographic projection camera.
This class specifies an orthogonal projection of a 3-D model to a 2-D visual surface. Like PerspectiveCamera, it specifies a position, viewing direction, and "upward" direction. Unlike PerspectiveCamera, however, OrthographicCamera describes a projection that does not include perspective foreshortening. In other words, OrthographicCamera describes a viewing box whose sides are parallel, instead of one whose sides meet in a point at the scene's horizon.
Inheritance: ProjectionCamera
显示文件 Open project: tgjones/nexus

Public Methods

Method Description
GetProjectionMatrix ( float aspectRatio ) : Matrix3D
OrthographicCamera ( )

Method Details

GetProjectionMatrix() public method

public GetProjectionMatrix ( float aspectRatio ) : Matrix3D
aspectRatio float
return Matrix3D

OrthographicCamera() public method

public OrthographicCamera ( )