diff options
| author | Tim Redfern <tim@getdrop.com> | 2017-10-29 11:01:41 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2017-10-29 11:01:41 +0000 |
| commit | bcc4abca24d04b29a929ed063f18a080041fe0be (patch) | |
| tree | 5e51a5a24d1f53901ebf1abdd67ff32299aa1b6a /gui/src/chainImage.h | |
| parent | 4d3ec3d2ef37102e5b233704deb4cd7af727e1a3 (diff) | |
loading fixed
Diffstat (limited to 'gui/src/chainImage.h')
| -rw-r--r-- | gui/src/chainImage.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gui/src/chainImage.h b/gui/src/chainImage.h index f391db8..4e3d58e 100644 --- a/gui/src/chainImage.h +++ b/gui/src/chainImage.h @@ -14,6 +14,8 @@ #define SWITCH_FORWARD 1 #define SWITCH_REVERSE 2 +//#define GPU_ALGORITHM + class chainImage : public ofImage{ //todo: threaded image loader @@ -22,6 +24,7 @@ class chainImage : public ofImage{ link=NULL; ofImage(); isLoaded=false; + colour=ofColor(255,255,255); } void init(ofPoint _linkPos,float _linkScale,float _linkRot); @@ -73,6 +76,8 @@ class chainImage : public ofImage{ float linkRot; float dragRot; + ofColor colour; + std::string filename; float transition; |
