#include <projection.h>
Inheritance diagram for OrthographicProjection:
Public Types | |
enum | PROJECTIONMODE { INVALIDPROJECTION = -1, PERSPECTIVE = 0, ORTHOGRAPHIC = 1, CUSTOM = 2 } |
Projection modes. More... | |
Public Member Functions | |
OrthographicProjection () | |
virtual void | BuildProjection (const Viewport &rkViewport) |
Public Attributes | |
float | m_fLeft |
float | m_fTop |
float | m_fRight |
float | m_fBottom |
float | m_fZNear |
float | m_fZFar |
PROJECTIONMODE | m_eMode |
Matrix | m_kMatrix |
|
Projection modes.
|
|
Set default values |
|
Build projection matrix
Reimplemented from Projection. |
|
Left plane |
|
Top plane |
|
Right plane |
|
Bottom plane |
|
Z near plane Reimplemented from Projection. |
|
Z far plane Reimplemented from Projection. |
|
Projection mode |
|
Projection matrix |