diff options
author | Giles Bathgate <gilesbathgate@gmail.com> | 2011-05-14 18:57:12 (GMT) |
---|---|---|
committer | Giles Bathgate <gilesbathgate@gmail.com> | 2011-05-14 18:57:12 (GMT) |
commit | b11865d5ce16e327e07a8d9eb6a875114f10a832 (patch) | |
tree | 2eef8045bc41253cf884f200684e900e375c007d /src/GLView.h | |
parent | b269b5733b7d8adbb5045568a2f994e35d685b86 (diff) |
Some fixes to previous commit, and simplified normalisation.
Diffstat (limited to 'src/GLView.h')
-rw-r--r-- | src/GLView.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/GLView.h b/src/GLView.h index 7516894..5ea3907 100644 --- a/src/GLView.h +++ b/src/GLView.h @@ -68,7 +68,10 @@ private: void initializeGL(); void resizeGL(int w, int h); + void setupPerspective(); + void setupOrtho(); void paintGL(); + void normalizeAngle(GLdouble& angle); #ifdef ENABLE_OPENCSG private slots: |