diff options
| author | Tim Redfern <tim@gray.(none)> | 2012-11-11 00:07:35 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@gray.(none)> | 2012-11-11 00:07:35 +0000 |
| commit | 61fc4a4da64b82fad53f7080ee47181ab2272221 (patch) | |
| tree | bdf373109ddb090987217c25cfa70370d482c73b /tshirtmapping/src/testApp.h | |
| parent | caace54e8adb8f0ad13303f6f387f3f62e429579 (diff) | |
adding kinect 3d cameras
Diffstat (limited to 'tshirtmapping/src/testApp.h')
| -rwxr-xr-x | tshirtmapping/src/testApp.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tshirtmapping/src/testApp.h b/tshirtmapping/src/testApp.h index c18b950..9af276a 100755 --- a/tshirtmapping/src/testApp.h +++ b/tshirtmapping/src/testApp.h @@ -37,9 +37,12 @@ class testApp : public ofBaseApp{ int mode; - ofImage target; + ofImage texture; bool draw3D; float camRotationY; + + ofCamera camera; + ofNode target; }; |
