C# Class Afterglow.Graphics.Cameras.Camera

Default camera implementation.
Inheritance: ICamera
Mostra file Open project: Christof/afterglow Class Usage Examples

Public Methods

Method Description
Camera ( IStand stand, ILense lense ) : Afterglow.Math

Initializes a new instance of the Camera class.

Method Details

Camera() public method

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.
return Afterglow.Math