Pixelation
A pixelation effect.
Warning: This effect cannot be merged with convolution effects.
import { Pixelation } from '@react-three/postprocessing'
return (
<Pixelation
granularity={5} // pixel granularity
/>
)
Example
Pixelation Demo
Props
Name | Type | Default | Description |
---|---|---|---|
granularity | Number | 30 | Pixel Size |