From 61e590513b2e725a8df7eed75a041b188d4ecd39 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Thu, 23 Feb 2012 01:07:34 +0000 Subject: proper vertigo effect --- src/viewpoint.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/viewpoint.h') 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; + }; -- cgit v1.2.3