Skip to main content
4 of 4
Disambiguating reflection tag as discussed here https://gamedev.meta.stackexchange.com/q/2552/39518
DMGregory
  • 140.8k
  • 23
  • 257
  • 401

Matte reflection effect in Unity?

I'm trying to achieve that kind of scene but in real time using Unity.

enter image description here

It's basically composed of some primitives, a skybox, and a plane. I'm intrigued on how to do this effect in particular:

enter image description here

The plane acts like a mirror, but tainted and matte (and it appears to be less blurry at the bottom of the buildings... but I'm not quite sure). I have found some shaders to create mirrors in Unity but nothing about the matte effect like in this picture. Could you guide me on how to achieve this kind of effect (knowing that I'm pretty lame when it comes to write shaders but I want to learn).

Thanks.

lvictorino
  • 2.6k
  • 1
  • 15
  • 23