postprocessing icon indicating copy to clipboard operation
postprocessing copied to clipboard

Implement ChromaticAberrationEffect

Open vanruesc opened this issue 1 year ago • 0 comments

Description

Implement a ChromaticAberrationEffect.

Tasks

  • [ ] Create ChromaticAberrationEffect.
  • [ ] Create chromatic-aberration demo.
  • [ ] Add unit test.

Implementation Details

  • The implementation from v6 can be copied mostly as-is.
  • The effect should define an offset input uniform.
    • Also provide an offset setter for this uniform's value.
    • The GlitchEffect provides an offset output uniform.

vanruesc avatar Feb 16 '24 15:02 vanruesc