#include <SIG_ViewSettings.h>
Public Types | |
enum | renderModeType { wireFrame, flatShaded, garoudShaded } |
The type of the render Mode. More... | |
Public Methods | |
SIG_ViewSettings () | |
The constructor of the SIG_ViewSettings. More... | |
Public Attributes | |
DL_vector | eyePoint |
The viewers position. More... | |
DL_vector | lookPoint |
The viewers lookpoint. More... | |
DL_vector | up |
The up vector of the projection. More... | |
bool | relativeEyePoint |
If true, the real eyepoint is calculated by adding the DL_vector eyePoint to the DL_vector lookPoint. More... | |
renderModeType | renderMode |
The currently active render mode. More... | |
double | aspectRatio |
The actual aspect ratio defined by ![]() |
Definition at line 13 of file SIG_ViewSettings.h.
|
The type of the render Mode.
Definition at line 27 of file SIG_ViewSettings.h. |
|
The constructor of the SIG_ViewSettings. Initializes all attributes with standard values. Definition at line 6 of file SIG_ViewSettings.cpp. |
|
The actual aspect ratio defined by
Definition at line 95 of file SIG_ViewSettings.h. |
|
The viewers position.
Definition at line 65 of file SIG_ViewSettings.h. |
|
The viewers lookpoint.
Definition at line 70 of file SIG_ViewSettings.h. |
|
If true, the real eyepoint is calculated by adding the DL_vector eyePoint to the DL_vector lookPoint.
Definition at line 84 of file SIG_ViewSettings.h. |
|
The currently active render mode.
Definition at line 89 of file SIG_ViewSettings.h. |
|
The up vector of the projection. Must not be parallel to the line of sight. Definition at line 77 of file SIG_ViewSettings.h. |