diff options
| author | Comment <tim@gray.(none)> | 2014-03-14 00:51:24 +0000 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2014-03-14 00:51:24 +0000 |
| commit | bb852cee91b52b71fccade7d4a1ef065eb0de2f0 (patch) | |
| tree | 97ded3b49faa5d444fa5e9e6c9e58a04d8440afc /offsetProject/src/ofApp.h | |
| parent | 8072eb4d248debf2d049548dd5dec21cc0152c52 (diff) | |
nice
Diffstat (limited to 'offsetProject/src/ofApp.h')
| -rw-r--r-- | offsetProject/src/ofApp.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/offsetProject/src/ofApp.h b/offsetProject/src/ofApp.h index f3aa3be..e31c5b1 100644 --- a/offsetProject/src/ofApp.h +++ b/offsetProject/src/ofApp.h @@ -37,7 +37,11 @@ public: ofxCvGrayscaleImage depthImage,depthImage2; ofxKinect kinect; + //ofxCvFloatImage floatImage; + float* floatImage; + float* tiledata; + float* frametiledata; bool fullscreen; }; |
