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/ofxGpuLutBlend.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'gui/src/ofxGpuLutBlend.h') diff --git a/gui/src/ofxGpuLutBlend.h b/gui/src/ofxGpuLutBlend.h index d2f7d33..8ec1af2 100644 --- a/gui/src/ofxGpuLutBlend.h +++ b/gui/src/ofxGpuLutBlend.h @@ -1,10 +1,11 @@ #pragma once +/* #include "ofMain.h" #define STRINGIFY(e) #e -class ofxGpuLutBlend{ +class ofxGpuRemapBlend{ private: ofShader lutShader; @@ -14,8 +15,8 @@ private: ofImage lutImage; float blendAmt; public: - ofxGpuLutBlend(); - ~ofxGpuLutBlend(); + ofxGpuRemapBlend(blendAmt=1;); + ~ofxGpuRemapBlend(); void load(ofTexture lutTexture); void load(ofImage lutImage); @@ -23,4 +24,5 @@ public: void setBlend(float amt); void begin(); void end(); -}; \ No newline at end of file +}; +*/ -- cgit v1.2.3