summaryrefslogtreecommitdiff
path: root/src/testApp.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/testApp.h
parent084c8a9b85b853fa630d5a102cd102b45d543abf (diff)
displaying with overlays and distortion
Diffstat (limited to 'src/testApp.h')
-rw-r--r--src/testApp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/testApp.h b/src/testApp.h
index c8adb7f..69cfa4e 100644
--- a/src/testApp.h
+++ b/src/testApp.h
@@ -22,10 +22,11 @@ have to track how many frames each key has been pressed for
#define CALIBRATE 1
#define DISPLAY 2
+#define NOTHING 3
#include "ofMain.h"
#include "ofx3DModelLoader.h"
-
+#include "mapUtils.h"
#include "viewpoint.h"
class testApp : public ofBaseApp{