Pixelate 3D #6632
Pixelate 3D
#6632
-
Is there a easy way to pixelate a 3D Camera by just setting the pixels lower or ideally a simple shader script? thanks :) |
Beta Was this translation helpful? Give feedback.
Answered by
torsteingrindvik
Nov 16, 2022
Replies: 1 comment 3 replies
-
I have a plugin which supports this: https://github.com/torsteingrindvik/bevy-vfx-bag If you don't want to use the plugin you could take a look at the shader: https://github.com/torsteingrindvik/bevy-vfx-bag/blob/main/assets/shaders/pixelate.wgsl |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
DasLixou
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a plugin which supports this: https://github.com/torsteingrindvik/bevy-vfx-bag
If you scroll down there is a video of pixelation with an adjustable block size.
If you don't want to use the plugin you could take a look at the shader: https://github.com/torsteingrindvik/bevy-vfx-bag/blob/main/assets/shaders/pixelate.wgsl
and add it to your project.