How to ensure shadows show on terrain generated from heightmap

I am wondering why shadows are not appearing on my terrain generated from a heightmap.

PG:

line 409

if (mesh.name != “skybox”

try to exchange

if (mesh.name != “skyBox”

3 Likes

Thanks so much @11128 !

1 Like