diff options
| author | Comment <tim@gray.(none)> | 2014-02-20 23:37:25 +0000 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2014-02-20 23:37:25 +0000 |
| commit | d07c0df6a9836376f93853c64e06b3daa03c12f1 (patch) | |
| tree | ddba71bdd5bf4c4e09548d2fd0e2fa4c636b38c3 /offsetProject/src/ofApp.h | |
| parent | 7bcc9dccf8dd50ff95aea8e461b7eb5e491c0707 (diff) | |
making recursive descender
Diffstat (limited to 'offsetProject/src/ofApp.h')
| -rw-r--r-- | offsetProject/src/ofApp.h | 4 |
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; }; |
