diff options
Diffstat (limited to 'drawing/src/ofApp.h')
| -rw-r--r-- | drawing/src/ofApp.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/drawing/src/ofApp.h b/drawing/src/ofApp.h index 32b848c..ae4c1a3 100644 --- a/drawing/src/ofApp.h +++ b/drawing/src/ofApp.h @@ -3,7 +3,7 @@ #include "ofMain.h" #include "ofxSvg.h" #include "lineSegmenter.h" - +#include "ofxClipper.h" #include "ofxSyphon.h" @@ -33,11 +33,14 @@ class ofApp : public ofBaseApp{ void gotMessage(ofMessage msg); vector <lineSegmenter> segmenters; + vector <ofPolyline> mask; int numsegments; float coverage; int mode; + ofx::Clipper clipper; + ofxSyphonServer mainOutputSyphonServer; }; |
