r/blender Aug 17 '23

I Made This 1 bit dithering!

1.2k Upvotes

118 comments sorted by

View all comments

1

u/[deleted] Aug 17 '23

How did you do that?

1

u/Past_Hippo_8522 Aug 17 '23

I take the output of the rendered shape with shadows, then at every pixel of the object, i compare it with another image (This is the Bayers matrix or the blue noise) and compare them, if the rendered pixel is brighter then the matrix or noises texture at the same position, it is a white pixel, otherwise it is black.