Open
Description
Description
Implement a GlitchEffect
.
Tasks
- Create
GlitchEffect
. - Create
glitch
demo. Also useChromaticAberrationEffect
in that demo. - Add unit test.
Implementation Details
- Should be done after
ChromaticAberrationEffect
has been implemented. - The implementation from v6 can be copied mostly as-is.
- The effect should define an
offset
output uniform for chromatic aberration.- Also provide an
offset
getter for this uniform's value. - The
ChromaticAberrationEffect
will automatically use theoffset
uniform as input if it runs after aGlitchEffect
.
- Also provide an
Metadata
Metadata
Assignees
Labels
No labels