summaryrefslogtreecommitdiff
path: root/rayhit/src/testApp.h
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2012-03-22 17:44:49 +0000
committerTim Redfern <tim@eclectronics.org>2012-03-22 17:44:49 +0000
commit3badbcdf8d8a0005543521849694fa481dfce628 (patch)
tree8c8102e95b4b5c687e477057c8813f83f3d67190 /rayhit/src/testApp.h
parentb7e30249fc262d6f0b018417934f6cf13e924240 (diff)
ray hit working
Diffstat (limited to 'rayhit/src/testApp.h')
-rw-r--r--rayhit/src/testApp.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/rayhit/src/testApp.h b/rayhit/src/testApp.h
index e5a035d..e9ec1a3 100644
--- a/rayhit/src/testApp.h
+++ b/rayhit/src/testApp.h
@@ -26,11 +26,13 @@ class testApp : public ofBaseApp{
void gotMessage(ofMessage msg);
float cam_angle;
-
+
+ ofCamera cam;
+
ofRay ray;
ofPlane plane;
- ofProjector projector;
-
+ ofProjector projector;
+
ofVec3f pos;
};