diff options
| author | Tim Redfern <tim@getdrop.com> | 2018-10-29 08:42:08 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2018-10-29 08:42:08 +0000 |
| commit | 77b184994e5f8804f796489273b9ef99a2cd3d15 (patch) | |
| tree | 1c5d1cd9c4e108915ae76ca1fc59e3a5ebe69e2a /gui/src/chainImage.h | |
| parent | f1bf4431e11666ca0131af8f10a934993b768f44 (diff) | |
restored basic operationtim/apect
Diffstat (limited to 'gui/src/chainImage.h')
| -rw-r--r-- | gui/src/chainImage.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gui/src/chainImage.h b/gui/src/chainImage.h index 3763aab..75f290e 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)) @@ -124,8 +124,8 @@ class chainImage : public ofImage{ bool isLoaded; - ofShader shader; - ofxGpuLutBlend lut; + //ofShader shader; + //ofxGpuRemapBlend map; //int totalframes,framecount; |
