summaryrefslogtreecommitdiff
path: root/liveengine/src/testApp.h
diff options
context:
space:
mode:
authorTim Redfern <tim@gray.(none)>2012-11-20 13:02:18 +0000
committerTim Redfern <tim@gray.(none)>2012-11-20 13:02:18 +0000
commit8c38b912458e60c8eab5a71b003e829bce5afe4a (patch)
treeeffcaf0de129621cef4f583b27e3ca1cd8266da0 /liveengine/src/testApp.h
parent4656e88bb1626fcc0e7941883ac475884e4c99b0 (diff)
whelan's
Diffstat (limited to 'liveengine/src/testApp.h')
-rwxr-xr-xliveengine/src/testApp.h14
1 files changed, 3 insertions, 11 deletions
diff --git a/liveengine/src/testApp.h b/liveengine/src/testApp.h
index 3df1482..5064a23 100755
--- a/liveengine/src/testApp.h
+++ b/liveengine/src/testApp.h
@@ -2,7 +2,7 @@
//#include <GL/glxew.h>
-#include "ofxOpenNI.h"
+
#include "ofMain.h"
#include "ofxXmlSettings.h"
@@ -83,6 +83,7 @@ option to randomise colours on each note
#include "viewport.h"
+#include "threadNI.h"
/*
@@ -191,16 +192,7 @@ class testApp : public ofxFensterListener, public ofxMidiListener{
bool useKinect;
- bool isLive, isTracking, isMasking, isFiltering, isCloud;
-
- ofxOpenNIContext recordContext;
- ofxDepthGenerator recordDepth;
- ofxImageGenerator recordImage;
- ofxUserGenerator recordUser;
-
- int nearThreshold, farThreshold;
- float filterFactor;
-
+ threadNI NIinstance;
};