react-postprocessing
react-postprocessing copied to clipboard
Add LUT Effect
Added in 2a5a2c090c14ceeda50dc9c001e6c9a4cfa188a6 but not tried it yet
anyone feel free to propose a demo with <LUT />
this one maybe? https://codesandbox.io/s/color-grading-wvgxp
@drcmda thanks, I'll use it as a reference to LUT example (and will replace with rpp code)
@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 |
|---|---|
![]() |
![]() |

