summaryrefslogtreecommitdiff
path: root/src/viewpoint.h
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2011-12-26 17:02:09 +0000
committerTim Redfern <tim@eclectronics.org>2011-12-26 17:02:09 +0000
commit86c462a8d5b9517738161eede77ccc6703af779b (patch)
tree9c68ec3805ffe11713041fa8c7c00718f1f79030 /src/viewpoint.h
parent084c8a9b85b853fa630d5a102cd102b45d543abf (diff)
displaying with overlays and distortion
Diffstat (limited to 'src/viewpoint.h')
-rw-r--r--src/viewpoint.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/viewpoint.h b/src/viewpoint.h
index c1a0985..1a46081 100644
--- a/src/viewpoint.h
+++ b/src/viewpoint.h
@@ -8,7 +8,6 @@
*/
#include "ofMain.h"
-
#include "mapUtils.h"
#include "keyVar.h"
@@ -22,12 +21,14 @@ class viewpoint {
void keyPressed(int key);
void keyReleased(int key);
+ ofFbo renderFBO;
+
+ float distortFactor;
+
private:
ofRectangle window;
- float distortFactor;
- ofFbo renderFBO;
double fov,aspect,near,far;