RenderPipeline icon indicating copy to clipboard operation
RenderPipeline copied to clipboard

Shadow visual errors

Open thetestgame opened this issue 7 years ago • 6 comments

I recently started experimenting with the render pipeline and noticed shadows do not seem to render correctly. They always have this weird look to them and are not just flat.

image

Screenshot from Gyazo

In some cases it is even fuzzy and moving Animation

My machine has a 1080 gtx and a 3.40GHz i7. I am also using the latest build of Panda3D

thetestgame avatar Feb 23 '18 21:02 thetestgame

Hm, this is weird, did you change the settings of the PSSM plugin? Otherwsie I can imagine that your driver is performing additional filtering. You could try disabling settings like "PCF" in your driver settings .. The moving is perfectly fine, the shadows samples are randomized to provide a higher sample rate, however, it should usually not be that visible - but I believe this is related to the filtering issue.

tobspr avatar Feb 24 '18 09:02 tobspr

Id did however resetting everything to default does not seem to help. What "PCF" setting would you be referring to? I was unable to locate anything in my driver settings.

thetestgame avatar Feb 24 '18 14:02 thetestgame

This is pretty weird, can you try disabling use_pcf in the Pssm settings and see if it gets better? Also, if you lower filter_radius to something very small, what does happen then ?

tobspr avatar Feb 26 '18 12:02 tobspr

Disabling use_pcf does seem to help. Almost all the problems go away when that is turned off.

thetestgame avatar Mar 09 '18 03:03 thetestgame

It seems that you have some weird driver, which is trying to "optimize" the shadows, but makes it just much worse. I think the Application is called Geforce Experience or something like that, maybe you have some weird settings there?

tobspr avatar Mar 09 '18 07:03 tobspr

I don't see anything that could be doing it. An out of the box fresh install of the latest drivers still has the same issues

thetestgame avatar Jan 16 '20 04:01 thetestgame