summaryrefslogtreecommitdiff
path: root/src/OffscreenView.h
diff options
context:
space:
mode:
authordon bright <hugh.m.bright@gmail.com>2013-01-24 03:04:47 (GMT)
committerdon bright <hugh.m.bright@gmail.com>2013-01-24 03:04:47 (GMT)
commite7ea8e12a933849bc6cb9efda5fbb2ac6ddbccab (patch)
treed346b54df7d6057d0cb2904d2cff7af5661fa0e2 /src/OffscreenView.h
parent1e7636e364535c78e4eebd36666bac5d352c3608 (diff)
get rid of compiler error by moving Eigen::Vector3d to end of class def
Diffstat (limited to 'src/OffscreenView.h')
-rw-r--r--src/OffscreenView.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/OffscreenView.h b/src/OffscreenView.h
index 8b98b29..6c57c47 100644
--- a/src/OffscreenView.h
+++ b/src/OffscreenView.h
@@ -32,14 +32,15 @@ public:
private:
Renderer *renderer;
double w_h_ratio;
- Eigen::Vector3d object_rot;
- Eigen::Vector3d camera_eye;
- Eigen::Vector3d camera_center;
bool orthomode;
bool showaxes;
bool showfaces;
bool showedges;
+
+ Eigen::Vector3d object_rot;
+ Eigen::Vector3d camera_eye;
+ Eigen::Vector3d camera_center;
};
#endif
contact: Jan Huwald // Impressum