summaryrefslogtreecommitdiff
path: root/offsetProject/src/ofApp.h
diff options
context:
space:
mode:
Diffstat (limited to 'offsetProject/src/ofApp.h')
-rw-r--r--offsetProject/src/ofApp.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/offsetProject/src/ofApp.h b/offsetProject/src/ofApp.h
index 8bde9a7..2e3ca28 100644
--- a/offsetProject/src/ofApp.h
+++ b/offsetProject/src/ofApp.h
@@ -42,6 +42,8 @@ public:
void mousePressed(int x, int y, int button);
void mouseReleased(int x, int y, int button);
void windowResized(int w, int h);
+
+ void checktile(int level,int levels,int levels_factor,int x,int y,int xoffset,int yoffset,int size);
ofxKinect kinect;
@@ -54,6 +56,6 @@ public:
int farThreshold;
int angle;
-
+ int levels;
int extend_w,extend_h;
};