diff options
| author | Tim Redfern <tim@getdrop.com> | 2018-01-18 23:39:41 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2018-01-18 23:39:41 +0000 |
| commit | 7f2fb4dc45faa9d87906b9e1006be851a5549534 (patch) | |
| tree | 5e56252741406021e6456e18b7c736bdc1b49fb0 /drawing/src/ofApp.h | |
| parent | 3e7861432b655075890ad3ad4efaf57881188839 (diff) | |
ofxClipper
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; }; |
