threepipe
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.


prev:

text: 'VignettePlugin'
link: './VignettePlugin'

next:

text: 'FilmicGrainPlugin'
link: './FilmicGrainPlugin'

ChromaticAberrationPlugin

ExampleSource CodeAPI 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