diff options
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> |
