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