diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-02-24 03:33:28 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-02-24 03:33:28 (GMT) |
commit | eff16283358217b43b310269a72e0cb47357a8b3 (patch) | |
tree | 4852cb05e4a0bb380aa00dd91c6de5bd869a4ffd /src/GLView.h | |
parent | 958657eb268dcb3a68ade22cb67bb0db108e71ad (diff) |
continue merging enable_opencsg_shaders
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; |