diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/OffscreenView.h | 7 |
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 |