0
$\begingroup$

In my scene, I show a computer monitor. This computer monitor shows an image.

I would like to know how I can set a material shader that looks realistic.

In my scene, I also have lights, and the lights affect the screen image in such a way that it (in my opinion) treats the image like a real object.

But I think a real monitor screen would react by strong reflections, but not by making anything brighter or dark, right?

enter image description here

This is the background image's material shader:

enter image description here

Edit: Here is what it looks like for me with the suggested glossy shader. But it doesn't look as I expected it:

enter image description here

I hope I did it correctly. I am using multiple images as a background image (I switch between them during the animation of the video), so my shader looks a bit complicated. I hope I did it correctly:

enter image description here

Because I didn't know how to post a screenshot of this huge node shader, I have uploaded the updated blend file here.

$\endgroup$

1 Answer 1

2
$\begingroup$

I would go with something like this for the monitor screen material - the Emission of the image makes it glow slightly like a real screen, and the Glossy Shader gives the desired level of reflection (based on the roughness value). You can also change the value of the mix shader - closer to 1 = more glassy, tinted screen - more towards 0 = brigher, more "glowy" screen:

EmitMonitor

$\endgroup$
7
  • $\begingroup$ Thanks. I have tried that, but it doesn't look as I expected. I have added a screenshot to my post. $\endgroup$
    – tmighty
    Commented Jul 10, 2022 at 7:06
  • $\begingroup$ Sorry, could you explain in a bit more detail what you find incorrect about the look of the screen/reflections (in your own example), and what your desired outcome is? Do you want it more or less reflective? Also - I see you have many lights nearby, do you want their "bulb spots" to be visible? $\endgroup$ Commented Jul 10, 2022 at 7:20
  • $\begingroup$ Thank you, but this is much too much. The effect should look very very subtle. I would like the screen to have almost no reflection at all, like a very good computer screen, but it should still be glossy so that the image colors are not "damped" like in a screen that was made a bit rough in order to avoid ANY reflections. $\endgroup$
    – tmighty
    Commented Jul 10, 2022 at 7:27
  • $\begingroup$ During the animation, the device is turned around and shown from different angles, and if there is NO reflection at all, it might not look right, I guess. $\endgroup$
    – tmighty
    Commented Jul 10, 2022 at 7:33
  • $\begingroup$ Maybe something more like this then - this is a more extreme example of "no reflection" - the key features are the high roughness and the low Specular (which the Principled BSDF provides), in addition to the emission. You may want to increase the specular to something like .1 and lower the roughness to .6 or something to fit your specific needs - ibb.co/5h81DCr $\endgroup$ Commented Jul 10, 2022 at 7:37

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .