summaryrefslogtreecommitdiff
path: root/tshirtmapping/src/testApp.h
diff options
context:
space:
mode:
Diffstat (limited to 'tshirtmapping/src/testApp.h')
-rwxr-xr-xtshirtmapping/src/testApp.h5
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;
};