diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-02-24 01:58:06 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-02-24 01:58:06 (GMT) |
commit | 386df69c0f6a893d3f888ae0dd9150fae197514c (patch) | |
tree | 3f51d36d0949a18ec3bd4ff20fd2607afd114c9f /src/QGLView.h | |
parent | f07c6b2cb633bcb22acd8b19315911b373934786 (diff) |
consolidate resizeGL()
Diffstat (limited to 'src/QGLView.h')
-rw-r--r-- | src/QGLView.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/QGLView.h b/src/QGLView.h index e53a411..de53779 100644 --- a/src/QGLView.h +++ b/src/QGLView.h @@ -41,7 +41,6 @@ public: public: QLabel *statusLabel; - GLint shaderinfo[11]; #ifdef ENABLE_OPENCSG bool opencsg_support; @@ -67,15 +66,6 @@ private: void initializeGL(); void resizeGL(int w, int h); -/* void setGimbalCamera(const Eigen::Vector3d &pos, const Eigen::Vector3d &rot, double distance); - void setupGimbalPerspective(); - void setupGimbalOrtho(double distance,bool offset=false); - - void setCamera(const Eigen::Vector3d &pos, const Eigen::Vector3d ¢er); - void setupPerspective(); - void setupOrtho(bool offset=false); -*/ - void paintGL(); void normalizeAngle(GLdouble& angle); |