Are shadows on translucent material really not possible?

I’m talking about RECEIVING shadows, not casting them. I’ve read here and there that a dynamic shadow should work, but my light is set to dynamic and I still have this result:

None of the Lighting models in the shaders material settings have worked, they just give varying degrees of opacity and specularity (as they should I believe). If there is a way to get dynamic shadows to affect a translucent material, what exactly do I need to do for it? Is it maybe related to a wrong spec or roughness map? If there is no way, could I achieve a shore fade like here with an opaque material as well? or should I just give up and hope nobody notices?

nice question but i dont have an answer :slight_smile:

I think I found a solution for you – I was just running into the same problem.

  • go to your material properties
  • switch the blend mode to masked
  • scroll down a bit and look for “dither opacity mask” and check that box
  • you might also want to play with the “opacity mask clip value” next. the default .3333 works by default, but maybe not so much in every case. right now i’m messing with values between .4 and .6

If I find any more relevant solutions, I’ll let you know.

Any news to this question? blend mode masked is not working for me…

So the solution to get shadows casted on translucent material is to not use translucent material. Ok.

1 Like

This is insane. I’ve read almost all threads about shadow casting on translucent material and all of them never has an answer. How the hell is it so hard to get something that is on by default in every engine on earth

I fount a solution where shadows work on a translucent material.
There is a shadow beneith the water surface and on the water surface… So its quite expensive to use.

Looks like that:

And that is the one with the shadow on the water surface

The key was this tutorial ^^:

Hope this helps…
~magerbeton

This works indeed and looks very nice… Sadly the oppacity can not be zero or there is nothing visible. So this wont work for a Shadow Catcher - Matte Shadow iam looking for…