summaryrefslogtreecommitdiff
path: root/src/QGLView.h
diff options
context:
space:
mode:
authordon bright <hugh.m.bright@gmail.com>2013-02-24 00:50:20 (GMT)
committerdon bright <hugh.m.bright@gmail.com>2013-02-24 00:50:20 (GMT)
commit0f977609b40d5a6b6b5237060198e6dd97df06c5 (patch)
tree43c93a204f677ceef9c5b02b3ee28643c2acee12 /src/QGLView.h
parent5389107aa684ab99701e238a7297f07b35f7d521 (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.h16
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;
contact: Jan Huwald // Impressum