From d60cc2aa2994f9e63d9570bea4fac8b8a9949b43 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Tue, 30 Jan 2018 00:35:30 +0000 Subject: much progress --- ofxHelios/src/ofxHelios.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'ofxHelios/src/ofxHelios.h') diff --git a/ofxHelios/src/ofxHelios.h b/ofxHelios/src/ofxHelios.h index 4dfe5ec..80044c3 100644 --- a/ofxHelios/src/ofxHelios.h +++ b/ofxHelios/src/ofxHelios.h @@ -4,7 +4,8 @@ // // Created by Tim Redfern Nov 2017 // -// it would be good if ofxHelios could inherit the current transform +// it would be good if ofxHelios could inherit the current transform +// #ifndef ofxHelios_h #define ofxHelios_h @@ -13,9 +14,9 @@ #include "ofMain.h" #include "colourPolyline.h" -#define BUFFER_POINTS 2048 -#define SUBDIVIDE 10 -#define BLANK_NUM 10 +#define SUBDIVIDE 20 +#define BLANK_NUM 20 +#define MAX_ANGLE 20.0f #include -- cgit v1.2.3