diff options
| author | Tim Redfern <tim@gray.(none)> | 2012-11-11 15:59:00 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@gray.(none)> | 2012-11-11 15:59:00 +0000 |
| commit | 4656e88bb1626fcc0e7941883ac475884e4c99b0 (patch) | |
| tree | cadd1759913be53a2ce4adb94d494918f7af2541 /tshirtmapping/src/testApp.h | |
| parent | d06fe4264b760e4be5880456cfd50f817dbeb1ea (diff) | |
working single threaded
Diffstat (limited to 'tshirtmapping/src/testApp.h')
| -rwxr-xr-x | tshirtmapping/src/testApp.h | 5 |
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; + + }; |
