#include <projection.h>
Inheritance diagram for Projection:
Public Types | |
enum | PROJECTIONMODE { INVALIDPROJECTION = -1, PERSPECTIVE = 0, ORTHOGRAPHIC = 1, CUSTOM = 2 } |
Projection modes. More... | |
Public Member Functions | |
Projection () | |
virtual void | BuildProjection (const Viewport &rkViewport) |
Public Attributes | |
PROJECTIONMODE | m_eMode |
float | m_fZNear |
float | m_fZFar |
Matrix | m_kMatrix |
|
Projection modes.
|
|
|
|
Build projection matrix
Reimplemented in PerspectiveProjection, and OrthographicProjection. |
|
Projection mode |
|
Z near clipping plane distance Reimplemented in OrthographicProjection. |
|
Z far clipping plane distance Reimplemented in OrthographicProjection. |
|
Projection matrix |