summaryrefslogtreecommitdiff
path: root/src/OffscreenView.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/OffscreenView.h')
-rw-r--r--src/OffscreenView.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/OffscreenView.h b/src/OffscreenView.h
index 97d8198..2f19a0c 100644
--- a/src/OffscreenView.h
+++ b/src/OffscreenView.h
@@ -21,9 +21,14 @@ public:
void setCamera(const Eigen::Vector3d &pos, const Eigen::Vector3d &center);
void initializeGL();
void resizeGL(int w, int h);
+
+ void setupGimbalPerspective();
+ void setupGimbalOrtho(double distance, bool offset=false);
+
void setupPerspective();
void setupOrtho(bool offset=false);
- void paintGL();
+
+ void paintGL(); //
bool save(const char *filename); //
bool save(std::ostream &output); // not implemented in qgl?
std::string getRendererInfo(); //
contact: Jan Huwald // Impressum