From bb852cee91b52b71fccade7d4a1ef065eb0de2f0 Mon Sep 17 00:00:00 2001 From: Comment Date: Fri, 14 Mar 2014 00:51:24 +0000 Subject: nice --- offsetProject/src/ofApp.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'offsetProject/src/ofApp.h') 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; }; -- cgit v1.2.3