Skip to content

PostProcessing

Post-processing pipeline plugin providing Bloom, FXAA, and more via the Three.js WebGPU node system.

Usage

ts
import { PostProcessing } from '@threeuse/core/plugins'

app.use(PostProcessing, { bloom: true, fxaa: true })
app.$postProcessing.enable('bloom')

Options

OptionTypeDefaultDescription
bloombooleanfalseEnable bloom effect
fxaabooleanfalseEnable FXAA antialiasing

Released under the MIT License.