From a47b39541a7f60dfdda921c9598abe947e1e6ad9 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Wed, 28 Mar 2012 00:42:08 +0100 Subject: rayhit still iffy. starting morpher --- gaunt01/src/testApp.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'gaunt01/src/testApp.h') 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; }; -- cgit v1.2.3