react-postprocessing icon indicating copy to clipboard operation
react-postprocessing copied to clipboard

Add LUT Effect

Open v1rtl opened this issue 4 years ago • 4 comments

In new postprocessing version a new effect was added. We should add it to react-pp as well

docs

v1rtl avatar Feb 18 '21 05:02 v1rtl

Added in 2a5a2c090c14ceeda50dc9c001e6c9a4cfa188a6 but not tried it yet

anyone feel free to propose a demo with <LUT />

v1rtl avatar Jun 08 '21 18:06 v1rtl

this one maybe? https://codesandbox.io/s/color-grading-wvgxp

drcmda avatar Jun 08 '21 22:06 drcmda

@drcmda thanks, I'll use it as a reference to LUT example (and will replace with rpp code)

v1rtl avatar Jun 09 '21 06:06 v1rtl

@drcmda looks like I didn't implement LUT properly... because it doesn't seem to load at all

here's the demo code: https://codesandbox.io/s/color-grading-forked-lo7p0?file=/src/App.js

and here's source for LUT effect: https://github.com/pmndrs/react-postprocessing/blob/master/src/effects/LUT.tsx

my demo your demo
image image

v1rtl avatar Jun 09 '21 22:06 v1rtl