diff options
| author | Tim Redfern <tim@getdrop.com> | 2018-08-29 13:02:50 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2018-08-29 13:02:50 +0100 |
| commit | 2fffe4f87ca2cf1c5383aa3000c371e491e46310 (patch) | |
| tree | 7fc285022a3fb790d438b05e539e3cdd31b95bf0 /gui/src/chainImage.h | |
| parent | 25873b7bd177c6bb4ad4b00a51eb8fa213468126 (diff) | |
read LUT correctly
Diffstat (limited to 'gui/src/chainImage.h')
| -rw-r--r-- | gui/src/chainImage.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/src/chainImage.h b/gui/src/chainImage.h index 78b4eaf..f67abf1 100644 --- a/gui/src/chainImage.h +++ b/gui/src/chainImage.h @@ -3,6 +3,7 @@ #include "ofMain.h" #include "ofxJSON.h" #include "ofxEasing.h" +#include "ofxGpuLut.h" #define min(a,b) ((a) < (b) ? (a) : (b)) #define max(a,b) ((a) > (b) ? (a) : (b)) @@ -110,6 +111,7 @@ class chainImage : public ofImage{ bool isLoaded; ofShader shader; + ofxGpuLut lut; //int totalframes,framecount; |
