prev:
text: 'VignettePlugin'
link: './VignettePlugin'
next:
text: 'FilmicGrainPlugin'
link: './FilmicGrainPlugin'
Example — Source Code — API Reference
ChromaticAberrationPlugin adds a post-processing material extension to the ScreenPass in render manager
that applies a chromatic-aberration effect to the final render. The parameter intensity can be changed to customize the effect.
import {ThreeViewer, ChromaticAberrationPlugin} from 'threepipe'
const viewer = new ThreeViewer({...})
const chromaticAberrationPlugin = viewer.addPluginSync(ChromaticAberrationPlugin)
// Change the chromaticAberration color
chromaticAberrationPlugin.intensity = 0.5