How to get shadow from png image with transparency

Hi all, I am having an image with transparent for fixed shadow. I need to apply it for a shadow plane and Make it transparent to view the shadow. I need to get it with PBR material. How to do this ?

You must set the transparencyShadow property to true on the shadow generator: Shadows | Babylon.js Documentation

1 Like