#include <OrthographicSpace.h>
Inheritance diagram for OrthographicSpace:

Public Member Functions | |
| OrthographicSpace () | |
| OrthographicSpace (int left, int right, int bottom, int top) | |
| void | setBorders (int left, int right, int bottom, int top) |
| void | setOrthographicProjection () |
| void | resetProjection () |
Public Attributes | |
| int | left |
| int | right |
| int | bottom |
| int | top |
|
|
The default constructor creates an orthographic with the default values defined in LifeVariables.h |
|
||||||||||||||||||||
|
The constructor sets up the orthogonal projection and stores the left, right, bottom and top border into the locale member variables
|
|
|
Deinitialise the orthographic projection |
|
||||||||||||||||||||
|
Change or setup the orthographic object space.
|
|
|
Initialise the orthographic projection |
|
|
The bottom border of the viewport |
|
|
The left border of the viewport |
|
|
The right border of the viewport |
|
|
The upper border of the viewport |
1.4.1