summaryrefslogtreecommitdiff
path: root/tshirtmapping/src/testApp.h
diff options
context:
space:
mode:
authorTim Redfern <tim@gray.(none)>2012-11-11 15:59:00 +0000
committerTim Redfern <tim@gray.(none)>2012-11-11 15:59:00 +0000
commit4656e88bb1626fcc0e7941883ac475884e4c99b0 (patch)
treecadd1759913be53a2ce4adb94d494918f7af2541 /tshirtmapping/src/testApp.h
parentd06fe4264b760e4be5880456cfd50f817dbeb1ea (diff)
working single threaded
Diffstat (limited to 'tshirtmapping/src/testApp.h')
-rwxr-xr-xtshirtmapping/src/testApp.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/tshirtmapping/src/testApp.h b/tshirtmapping/src/testApp.h
index 9af276a..1b68f8a 100755
--- a/tshirtmapping/src/testApp.h
+++ b/tshirtmapping/src/testApp.h
@@ -41,8 +41,7 @@ class testApp : public ofBaseApp{
bool draw3D;
float camRotationY;
-
- ofCamera camera;
- ofNode target;
+
+
};