diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-02-21 12:43:26 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-02-21 12:43:26 (GMT) |
commit | 4f578513a0960d4f079260922cdc86de0948099c (patch) | |
tree | 3874c5f674cd1d1a67b1c15489bce70183b60690 /src/QGLView.h | |
parent | c724a393a9e617f5216fb97bf05a57bb6fd4df8e (diff) |
continue with gimbalcam vs eye-center-cam changes
Diffstat (limited to 'src/QGLView.h')
-rw-r--r-- | src/QGLView.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/QGLView.h b/src/QGLView.h index 48a46df..bc7e6d3 100644 --- a/src/QGLView.h +++ b/src/QGLView.h @@ -81,9 +81,11 @@ private: void initializeGL(); void resizeGL(int w, int h); + void setGimbalCamera(const Eigen::Vector3d &pos, const Eigen::Vector3d &rot, double distance); void setupGimbalPerspective(); void setupGimbalOrtho(double distance,bool offset=false); + void setCamera(const Eigen::Vector3d &pos, const Eigen::Vector3d ¢er); void setupPerspective(); void setupOrtho(bool offset=false); |