Custom transparent ground that receives shadows, show mirror and use diffuseTexture

That’s because I set a straight black when in shadow: color = vec4(0., 0., 0., 1.);

Improved PG:

https://playground.babylonjs.com/#9KLUBA#12

1 Like