diff options
Diffstat (limited to 'gaunt01/src/testApp.h')
| -rw-r--r-- | gaunt01/src/testApp.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gaunt01/src/testApp.h b/gaunt01/src/testApp.h index eafbf00..de13eae 100644 --- a/gaunt01/src/testApp.h +++ b/gaunt01/src/testApp.h @@ -3,6 +3,7 @@ #include "ofMain.h" #include "ofxOpenCv.h" +#include "ofxRay.h" //#define _USE_LIVE_VIDEO // uncomment this to use a live camera // otherwise, we'll use a movie file @@ -43,6 +44,13 @@ class testApp : public ofBaseApp{ float cam_angle; + ofCamera cam; + + ofRay ray; + ofPlane plane; + ofProjector projector; + + ofVec3f pos; }; |
