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