summaryrefslogtreecommitdiff
path: root/src/viewpoint.h
diff options
context:
space:
mode:
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;
+
};