diff options
Diffstat (limited to 'offsetProject/src/ofApp.h')
| -rw-r--r-- | offsetProject/src/ofApp.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/offsetProject/src/ofApp.h b/offsetProject/src/ofApp.h index f1f8253..a718aa1 100644 --- a/offsetProject/src/ofApp.h +++ b/offsetProject/src/ofApp.h @@ -13,7 +13,7 @@ #define NUM_MODES 3 - +//do we need the extend thing? class ofApp : public ofBaseApp { public: @@ -30,7 +30,12 @@ public: void windowResized(int w, int h); imageStore store; - int mode; + + int mode,farThreshold,angle; + + ofxCvColorImage colourImage; + ofxCvGrayscaleImage depthImage,depthImage2; + ofxKinect kinect; bool fullscreen; }; |
