The Camera Class Definitions. More...
Go to the source code of this file.
Classes | |
| struct | Spices::PerspectiveParam |
| when ProjectionType==Perspective, use this. More... | |
| struct | Spices::OrthographicParam |
| when ProjectionType==Orthographic, use this. More... | |
| class | Spices::Camera |
| Camera Class. This class just encapsulate Projection Matrix. More... | |
Namespaces | |
| namespace | Spices |
Enumerations | |
| enum | Spices::ProjectionType { Spices::Perspective = 0 , Spices::Orthographic = 1 } |
| This Struct defines camera projection type. More... | |
The Camera Class Definitions.
Definition in file Camera.h.