Disable Shadows in the rendering

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:

image

2 Likes

Hmm setting RenderSettings.ShadowmapLevel to 0 doesn’t work.

1 Like

looks like the ground shadow plane or somem:

image

Thanks! Is there anyway to do this via the render command without modifying the viewport settings?

1 Like

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.

2 Likes

Is there really no way to remove those shadows?

1 Like

Besides turning off the ground plane? What sort of effect are you looking for exactly?

2 Likes

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.

1 Like

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.

3 Likes

That works! thank you so much!