summaryrefslogtreecommitdiff
path: root/src/viewpoint.h
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2012-02-23 01:07:34 +0000
committerTim Redfern <tim@eclectronics.org>2012-02-23 01:07:34 +0000
commit61e590513b2e725a8df7eed75a041b188d4ecd39 (patch)
tree3e81b514ad7c225dbf491316d4acd35559572e4f /src/viewpoint.h
parentb3a0d6eb435fc2584466106ef613b99100b0a470 (diff)
proper vertigo effect
Diffstat (limited to 'src/viewpoint.h')
-rw-r--r--src/viewpoint.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/viewpoint.h b/src/viewpoint.h
index 5ee9b63..399f84c 100644
--- a/src/viewpoint.h
+++ b/src/viewpoint.h
@@ -30,6 +30,9 @@ class viewpoint {
ofFbo renderFBO;
float distortFactor;
+
+ bool vertigo;
+
private:
@@ -50,5 +53,6 @@ class viewpoint {
ofLight light;
float x,y,w,h;
+
};