C# 클래스 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.
상속: ProjectionCamera
파일 보기 프로젝트 열기: tgjones/nexus

공개 메소드들

메소드 설명
GetProjectionMatrix ( float aspectRatio ) : Matrix3D
OrthographicCamera ( )

메소드 상세

GetProjectionMatrix() 공개 메소드

public GetProjectionMatrix ( float aspectRatio ) : Matrix3D
aspectRatio float
리턴 Matrix3D

OrthographicCamera() 공개 메소드

public OrthographicCamera ( )