Solved! Shadows not showing up on textured plane object

I am blocking in an environment scene. I have a plane object that has a texture map applied. It has a color (diffuse) map, a roughness map and a normal map applied. I have a few objects placed on it.

I have a “Sky Texture” applied for lighting. You can see that shadows are cast on the objects placed on the plane but not on the plane itself.

I put in another plane, the same size as the textured plane but this one without textured. It does get shadows.

Why does the textured one not receive any shadows? Thanks for looking!

Probably is something related to the ground shader. Could you share more?

1 Like

Here is the shader editor for the textured gound plane. Thanks for looking lucas.coutin.

You were right to have me look here. I see that the top texture is connected to the Material output. I correct it and now it works

Thank you !

1 Like