diff options
| author | Tim Redfern <tim@getdrop.com> | 2018-10-28 22:18:00 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2018-10-28 22:18:00 +0000 |
| commit | a2d734a72ff37a5798608563c7550cd09abff951 (patch) | |
| tree | bf5db81331a8c42018449ad6dbc90f950576e947 /gui/src/chainImage.h | |
| parent | f1bf4431e11666ca0131af8f10a934993b768f44 (diff) | |
disabled luttim/lut
Diffstat (limited to 'gui/src/chainImage.h')
| -rw-r--r-- | gui/src/chainImage.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gui/src/chainImage.h b/gui/src/chainImage.h index 3763aab..9d6d13e 100644 --- a/gui/src/chainImage.h +++ b/gui/src/chainImage.h @@ -3,7 +3,7 @@ #include "ofMain.h" #include "ofxJSON.h" #include "ofxEasing.h" -#include "ofxGpuLutBlend.h" +#include "ofxGpuRemapBlend.h" #define min(a,b) ((a) < (b) ? (a) : (b)) #define max(a,b) ((a) > (b) ? (a) : (b)) @@ -125,7 +125,9 @@ class chainImage : public ofImage{ bool isLoaded; ofShader shader; - ofxGpuLutBlend lut; + ofxGpuRemapBlend remap; + + bool lutLoaded; //int totalframes,framecount; |
