diff options
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; }; |
