diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-02-24 01:19:33 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-02-24 01:19:33 (GMT) |
commit | bebc7a37344b3b831e5ff9540e85a6c389901b77 (patch) | |
tree | b00b0598aff48ddb1f6f98ed3a2de99165e65a2c /src/GLView.cc | |
parent | 0f977609b40d5a6b6b5237060198e6dd97df06c5 (diff) |
finish unify camera. unify getRenderInfo. fix width on libraryinfo box.
Diffstat (limited to 'src/GLView.cc')
-rw-r--r-- | src/GLView.cc | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/GLView.cc b/src/GLView.cc index 0c23f97..cb1f9c1 100644 --- a/src/GLView.cc +++ b/src/GLView.cc @@ -66,7 +66,6 @@ void GLView::setupOrtho(bool offset) -FAR_FAR_AWAY, +FAR_FAR_AWAY); } - /* void initializeGL(); // void resizeGL(int w, int h); // @@ -75,22 +74,7 @@ void GLView::setupOrtho(bool offset) void paintGL(); // bool save(const char *filename); // //bool save(std::ostream &output); // not implemented in qgl? - std::string getRendererInfo(); // GLint shaderinfo[11]; // -private: - Renderer *renderer;// - double w_h_ratio;// - - bool orthomode;// - bool showaxes;// - bool showfaces;// - bool showedges;// - - Eigen::Vector3d object_rot;// - Eigen::Vector3d camera_eye;// - Eigen::Vector3d camera_center;// -}; - */ |