From d60cc2aa2994f9e63d9570bea4fac8b8a9949b43 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Tue, 30 Jan 2018 00:35:30 +0000 Subject: much progress --- drawing/src/ofApp.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'drawing/src/ofApp.h') diff --git a/drawing/src/ofApp.h b/drawing/src/ofApp.h index d1674c7..13b3a0b 100644 --- a/drawing/src/ofApp.h +++ b/drawing/src/ofApp.h @@ -7,7 +7,7 @@ #include "ofxSyphon.h" #include "ofxOpenCv.h" -#include "colourPolyline.h" +#include "ofxHelios.h" class ofApp : public ofBaseApp{ @@ -71,4 +71,6 @@ class ofApp : public ofBaseApp{ int dirIdx; ofFbo syphonFbo; + + ofxHelios laser; }; -- cgit v1.2.3