Pixelizing objects in 3d scene

You can achieve a similar effect by using a custom shader. As you can see in this example, I use the image as a texture for a plane with a ShaderMaterial. The fragment shader computes are grid which is used to make certain parts of the surface totally transparent. I’ve added a few comments to the code in order to explain what’s happening.

3 Likes