HOG2
|
#include <Common.h>
Public Attributes | |
recVec | viewPos |
bool | thirdPerson |
recVec | viewDir |
recVec | viewUp |
recRotation | rotations |
recFrustum | frust |
GLdouble | aperture |
GLint | viewWidth |
GLint | viewHeight |
GLfloat | viewOriginX |
GLfloat | viewOriginY |
GLdouble recCamera::aperture |
Definition at line 46 of file Common.h.
Referenced by mouseDolly(), resetCamera(), SetZoom(), and updateProjection().
recFrustum recCamera::frust |
Definition at line 45 of file Common.h.
Referenced by drawGL(), GetOGLPos(), and updateProjection().
recRotation recCamera::rotations |
Definition at line 42 of file Common.h.
Referenced by GetHeading(), if(), initialConditions(), mouseMovedNoButton(), resetCamera(), and updateModelView().
bool recCamera::thirdPerson |
Definition at line 37 of file Common.h.
Referenced by if(), initialConditions(), mouseMovedNoButton(), and updateModelView().
recVec recCamera::viewDir |
Definition at line 40 of file Common.h.
Referenced by cameraLookAt(), cameraLookingAt(), resetCamera(), and updateModelView().
GLint recCamera::viewHeight |
Definition at line 47 of file Common.h.
Referenced by drawGL(), if(), mouseMovedNoButton(), resizeGL(), SaveScreenshot(), setPortCamera(), setViewport(), and updateProjection().
GLfloat recCamera::viewOriginX |
Definition at line 48 of file Common.h.
Referenced by if(), resizeGL(), and setPortCamera().
GLfloat recCamera::viewOriginY |
Definition at line 48 of file Common.h.
Referenced by if(), resizeGL(), and setPortCamera().
recVec recCamera::viewPos |
Definition at line 35 of file Common.h.
Referenced by cameraLookAt(), cameraMoveTo(), cameraOffset(), mouseDolly(), mousePan(), resetCamera(), updateModelView(), and updateProjection().
recVec recCamera::viewUp |
Definition at line 41 of file Common.h.
Referenced by resetCamera(), and updateModelView().
GLint recCamera::viewWidth |
Definition at line 47 of file Common.h.
Referenced by drawGL(), if(), mouseMovedNoButton(), resizeGL(), SaveScreenshot(), setPortCamera(), setViewport(), and updateProjection().