MadDeCoDeR / Classic-RBDOOM-3-BFG

DOOM: BFA (Big Freaking Anniversary) Edition (former Classic RBDoom 3 BFG) is a source port based on RBDOOM-3-BFG and enchance the experience of Ultimate DOOM, DOOM 2 and DOOM 3.
GNU General Public License v3.0
211 stars 22 forks source link

SSAO is completely broken #135

Open Arthandas opened 9 months ago

Arthandas commented 9 months ago

SSAO should produce subtle shadows where two surfaces meet, like in this picture:

ao-ssao

The current implementation however (DOOM BFA v1.3.0 x64): a) dims the whole image b) produces grain covering the whole screen c) creates permanent lines on the screen

no ssao ssao

I tested SSAO in RBDOOM3 and it works flawlessly like intended:

rbdoom-3-bfg-20231118-162910-001 rbdoom-3-bfg-20231118-162924-002

My specs: Win 10 RTX 3060 i3-12100F

Arthandas commented 1 week ago

Just wanted to say this is still broken in the newest version (also, it doesn't seem to work at all in borderless mode). Are there any plans to fix it or remove the setting?

MadDeCoDeR commented 1 week ago

Any plan for fixing it will be in a very long time in the future (other things have priority now). So I guess I will remove it for now (and hopefully I will figure out how to fix it)

Arthandas commented 1 week ago

That's a shame, as SSAO greatly improves the general depth and lighting.