diff options
| author | Tim Redfern <tim@getdrop.com> | 2018-01-30 00:35:30 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2018-01-30 00:35:30 +0000 |
| commit | d60cc2aa2994f9e63d9570bea4fac8b8a9949b43 (patch) | |
| tree | bc333e74981e1a4bdae2bdc5faf31655033f653f /ofxHelios/src/ofxHelios.h | |
| parent | 512d5703e4e1affc1dc5dcd9f2892ac5944c666f (diff) | |
much progress
Diffstat (limited to 'ofxHelios/src/ofxHelios.h')
| -rw-r--r-- | ofxHelios/src/ofxHelios.h | 9 |
1 files changed, 5 insertions, 4 deletions
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 <HeliosDac.h> |
