postprocessing
postprocessing copied to clipboard
Implement ChromaticAberrationEffect
Description
Implement a ChromaticAberrationEffect.
Tasks
- [ ] Create
ChromaticAberrationEffect. - [ ] Create
chromatic-aberrationdemo. - [ ] Add unit test.
Implementation Details
- The implementation from v6 can be copied mostly as-is.
- The effect should define an
offsetinput uniform.- Also provide an
offsetsetter for this uniform's value. - The
GlitchEffectprovides anoffsetoutput uniform.
- Also provide an