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
| Option | Type | Default | Description |
|---|---|---|---|
bloom | boolean | false | Enable bloom effect |
fxaa | boolean | false | Enable FXAA antialiasing |