diff options
| author | Tim Redfern <tim@gray.(none)> | 2012-11-20 13:02:18 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@gray.(none)> | 2012-11-20 13:02:18 +0000 |
| commit | 8c38b912458e60c8eab5a71b003e829bce5afe4a (patch) | |
| tree | effcaf0de129621cef4f583b27e3ca1cd8266da0 /liveengine/src/testApp.h | |
| parent | 4656e88bb1626fcc0e7941883ac475884e4c99b0 (diff) | |
whelan's
Diffstat (limited to 'liveengine/src/testApp.h')
| -rwxr-xr-x | liveengine/src/testApp.h | 14 |
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; }; |
