From 7f2fb4dc45faa9d87906b9e1006be851a5549534 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Thu, 18 Jan 2018 23:39:41 +0000 Subject: ofxClipper --- drawing/src/ofApp.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'drawing/src/ofApp.h') 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 segmenters; + vector mask; int numsegments; float coverage; int mode; + ofx::Clipper clipper; + ofxSyphonServer mainOutputSyphonServer; }; -- cgit v1.2.3