summaryrefslogtreecommitdiff
path: root/rayhit/src/testApp.h
diff options
context:
space:
mode:
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;
};