diff options
Diffstat (limited to 'drawing/src/ofApp.h')
| -rw-r--r-- | drawing/src/ofApp.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/drawing/src/ofApp.h b/drawing/src/ofApp.h index 05d4441..32b848c 100644 --- a/drawing/src/ofApp.h +++ b/drawing/src/ofApp.h @@ -4,6 +4,8 @@ #include "ofxSvg.h" #include "lineSegmenter.h" +#include "ofxSyphon.h" + class ofApp : public ofBaseApp{ @@ -30,6 +32,12 @@ class ofApp : public ofBaseApp{ void dragEvent(ofDragInfo dragInfo); void gotMessage(ofMessage msg); - vector <lineSegmenter> segments; + vector <lineSegmenter> segmenters; + int numsegments; + float coverage; + + int mode; + + ofxSyphonServer mainOutputSyphonServer; }; |
