C# 클래스 Afterglow.Graphics.Cameras.Camera

Default camera implementation.
상속: ICamera
파일 보기 프로젝트 열기: Christof/afterglow 1 사용 예제들

공개 메소드들

메소드 설명
Camera ( IStand stand, ILense lense ) : Afterglow.Math

Initializes a new instance of the Camera class.

메소드 상세

Camera() 공개 메소드

Initializes a new instance of the Camera class.
public Camera ( IStand stand, ILense lense ) : Afterglow.Math
stand IStand The stand which contains the view matrix.
lense ILense The lense which contains the projection matrix.
리턴 Afterglow.Math