diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-02-24 00:50:20 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-02-24 00:50:20 (GMT) |
commit | 0f977609b40d5a6b6b5237060198e6dd97df06c5 (patch) | |
tree | 43c93a204f677ceef9c5b02b3ee28643c2acee12 /src/QGLView.h | |
parent | 5389107aa684ab99701e238a7297f07b35f7d521 (diff) |
put qglview.h into mainwin for deps. unify camera functions into glview.
remove duplicate code.
Diffstat (limited to 'src/QGLView.h')
-rw-r--r-- | src/QGLView.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/QGLView.h b/src/QGLView.h index f617286..ae382c2 100644 --- a/src/QGLView.h +++ b/src/QGLView.h @@ -42,10 +42,10 @@ public: public: QLabel *statusLabel; - Eigen::Vector3d object_rot; +/* Eigen::Vector3d object_rot; Eigen::Vector3d object_trans; Eigen::Vector3d camera_eye; - Eigen::Vector3d camera_center; + Eigen::Vector3d camera_center;*/ GLint shaderinfo[11]; @@ -59,15 +59,15 @@ private: std::string rendererInfo; - bool showfaces; - bool showedges; - bool showaxes; +// bool showfaces; +// bool showedges; +// bool showaxes; bool showcrosshairs; - bool orthomode; +// bool orthomode; - double viewer_distance; +// double viewer_distance; - double w_h_ratio; +// double w_h_ratio; bool mouse_drag_active; QPoint last_mouse; |