diff options
Diffstat (limited to 'src/GLView.h')
-rw-r--r-- | src/GLView.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/GLView.h b/src/GLView.h index 2c5779d..39ec0a6 100644 --- a/src/GLView.h +++ b/src/GLView.h @@ -48,12 +48,12 @@ public: size_t width; size_t height; - double viewer_distance;// - double w_h_ratio;// - bool orthomode;// - bool showaxes;// - bool showfaces;// - bool showedges;// + double viewer_distance; + double w_h_ratio; + bool orthomode; + bool showaxes; + bool showfaces; + bool showedges; Eigen::Vector3d object_trans; Eigen::Vector3d object_rot; Eigen::Vector3d camera_eye; |