From 50877e0deaf349f6950de8342045c96d5bce257b Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Thu, 18 Jan 2018 14:58:40 +0000 Subject: segmenting demo with syphon --- drawing/src/ofApp.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'drawing/src/ofApp.h') 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 segments; + vector segmenters; + int numsegments; + float coverage; + + int mode; + + ofxSyphonServer mainOutputSyphonServer; }; -- cgit v1.2.3