C# Класс Afterglow.Graphics.Cameras.Camera

Default camera implementation.
Наследование: ICamera
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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