From 4f4662fba0c22c91c17eeea436d566398f8e5779 Mon Sep 17 00:00:00 2001 From: Comment Date: Mon, 17 Jun 2013 00:40:52 +0100 Subject: much done: al lot more to do --- 03_play/src/testApp.h | 3 +++ 1 file changed, 3 insertions(+) (limited to '03_play/src/testApp.h') diff --git a/03_play/src/testApp.h b/03_play/src/testApp.h index c162d2b..1b3a0c1 100644 --- a/03_play/src/testApp.h +++ b/03_play/src/testApp.h @@ -4,6 +4,7 @@ #include "ofxOpenNI.h" #include "ofMain.h" #include "ofxXmlSettings.h" +#include "ofxMayaCam.h" #define MAX_DEVICES 2 @@ -44,6 +45,8 @@ public: ofSoundPlayer soundplayer; float offset; + + ofxMayaCam cam; }; -- cgit v1.2.3