diff options
| author | Tim Redfern <tim@eclectronics.org> | 2012-03-22 17:44:49 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2012-03-22 17:44:49 +0000 |
| commit | 3badbcdf8d8a0005543521849694fa481dfce628 (patch) | |
| tree | 8c8102e95b4b5c687e477057c8813f83f3d67190 /rayhit/src/testApp.h | |
| parent | b7e30249fc262d6f0b018417934f6cf13e924240 (diff) | |
ray hit working
Diffstat (limited to 'rayhit/src/testApp.h')
| -rw-r--r-- | rayhit/src/testApp.h | 8 |
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; }; |
