diff options
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; |