Hey all, is there anyway to disable shadows in the rendering image? I only want the transparent background rendering image and the shadow does not really make sense here:
Hmm setting RenderSettings.ShadowmapLevel to 0 doesn’t work.
looks like the ground shadow plane or somem:
Thanks! Is there anyway to do this via the render command without modifying the viewport settings?
There’s a bug in raytracing where the shadow-only ground plane shows that weird reflection sort of thing. Setting the ground plane to a dull matte shader will help that, but if you need the transparency that’s not gonna work.
Is there really no way to remove those shadows?
Besides turning off the ground plane? What sort of effect are you looking for exactly?
I want to render the only the product in good quality on a transparent background and place it on my stock photo. The shadow might not work for my stock photo and I want to add the shadow myself if I want to.
You need to turn on the transparent background in the render options to get the alpha channel. T
Then just turn off the ground plane, I guess, it can get more elaborate if you want.
That works! thank you so much!