From d07c0df6a9836376f93853c64e06b3daa03c12f1 Mon Sep 17 00:00:00 2001 From: Comment Date: Thu, 20 Feb 2014 23:37:25 +0000 Subject: making recursive descender --- offsetProject/src/ofApp.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'offsetProject/src/ofApp.h') 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; }; -- cgit v1.2.3