From a2d734a72ff37a5798608563c7550cd09abff951 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Sun, 28 Oct 2018 22:18:00 +0000 Subject: disabled lut --- gui/src/chainImage.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'gui/src/chainImage.h') 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; -- cgit v1.2.3