From 86c462a8d5b9517738161eede77ccc6703af779b Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Mon, 26 Dec 2011 17:02:09 +0000 Subject: displaying with overlays and distortion --- src/testApp.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/testApp.h') 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{ -- cgit v1.2.3