diff options
| author | Tim Redfern <tim@gray.(none)> | 2012-11-11 11:19:41 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@gray.(none)> | 2012-11-11 11:19:41 +0000 |
| commit | d06fe4264b760e4be5880456cfd50f817dbeb1ea (patch) | |
| tree | 613fe26f410e083d324498767233adcbec838d16 /liveengine/src/testApp.h | |
| parent | 61fc4a4da64b82fad53f7080ee47181ab2272221 (diff) | |
tracking kinda working
Diffstat (limited to 'liveengine/src/testApp.h')
| -rwxr-xr-x | liveengine/src/testApp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/liveengine/src/testApp.h b/liveengine/src/testApp.h index 2f4b4e1..3df1482 100755 --- a/liveengine/src/testApp.h +++ b/liveengine/src/testApp.h @@ -181,10 +181,12 @@ class testApp : public ofxFensterListener, public ofxMidiListener{ ofxToggle transparentBlack; ofxButton resetDrawscale; ofxButton resetFBscale; + ofxToggle drawCloud; void resetDrawscalePressed(bool & pressed); void resetFBscalePressed(bool & pressed); + //kinect stuff bool useKinect; |
