Plasma decal incorrect in hardware rendering

Forum rules
Please construct and post a simple demo whenever possible for all bug reports. Please provide links to everything.

If you can include a wad demonstrating the problem, please do so. Bug reports that include fully-constructed demos have a much better chance of being investigated in a timely manner than those that don't.

Please make a new topic for every bug. Don't combine multiple bugs into a single topic. Thanks!

Post a reply

Smilies
:D :) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :geek: :ugeek: :!: :?: :idea: :arrow: :| :mrgreen: :3: :wub: >:( :blergh:
View more smilies

BBCode is ON
[img] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Plasma decal incorrect in hardware rendering

Re: Plasma decal incorrect in hardware rendering

by Graf Zahl » Wed May 19, 2021 8:07 am

Unlikely. The only reason SSAO got in in the first place was public demand, despite my reservations for the feature's shortcomings.

Re: Plasma decal incorrect in hardware rendering

by Marisa the Magician » Wed May 19, 2021 7:39 am

Apologies for the bump, but will this ever be dealt with?

I mean, sure, SSAO is kind of crap but still...

Re: Plasma decal incorrect in hardware rendering

by dpJudas » Wed Aug 14, 2019 1:26 am

If I turn on gl_ssao_debug 4 (shows the contents of normal gbuffer) and fire the plasma there's a white mark on the wall that then goes away. Unfortunately due to how it presented I can't easily tell if that's a translucent thing drawn afterwards (like how you can see the things drawn on top), or if that's a clear sign of a broken normal being written.

Re: Plasma decal incorrect in hardware rendering

by Graf Zahl » Wed Aug 14, 2019 1:15 am

Decals are drawn in a separate pass that belongs to the solid block. The normal for a decal should always be the same as for the underlying surface. Can it be that this is uninitialized somehow and only works by happenstance for alpha-shaded decals?

Re: Plasma decal incorrect in hardware rendering

by dpJudas » Wed Aug 14, 2019 12:07 am

Since the SSAO pass only sees normal vectors and depth values, it has to be one of those two. Maybe one is drawn in the solid part of the scene and one in the translucent?

Re: Plasma decal incorrect in hardware rendering

by Graf Zahl » Tue Aug 13, 2019 11:56 pm

The green lightning is an alpha texture which is tinted green. The plasma decal is a translucent sprite. How this can affect SSAO I do not know.

Re: Plasma decal incorrect in hardware rendering

by Nash » Tue Aug 13, 2019 5:57 pm

This glitch doesn't happen with the green BFG lightning, by the way. Only the plasma...

Re: Plasma decal incorrect in hardware rendering

by Graf Zahl » Sat Aug 10, 2019 10:30 am

Yet another one... :(

Half of the reported render glitches I know of are being caused by SSAO. This feature really needs to be declared as experimental and incomplete...

Re: Plasma decal incorrect in hardware rendering

by _mental_ » Sat Aug 10, 2019 6:18 am

Seems to be caused solely by SSAO. For me, other settings are irrelevant.

Re: Plasma decal incorrect in hardware rendering

by Nash » Fri Aug 09, 2019 1:59 pm

Ok. Note that while there are a bunch of autoloads in the INI, my report (and also the video) is ran with -noautoload so mods are not the cause.
Attachments
gzdoom-nashb.zip
(6.5 KiB) Downloaded 211 times

Re: Plasma decal incorrect in hardware rendering

by Graf Zahl » Fri Aug 09, 2019 12:46 pm

Please post your INI. I need to find what causes it. For me it doesn't happen.

Re: Plasma decal incorrect in hardware rendering

by Nash » Fri Aug 09, 2019 12:39 pm



Still happens with latest commit as of this writing (3b41848). Examine the video closely, as I don't know how else to demonstrate this. Pictures won't show it clearly enough. In the video, you can see the animation differences more clearly.

Note that this behaviour is ancient, I have noticed this for a very long time - even while Randi was still around, even.

Re: Plasma decal incorrect in hardware rendering

by Graf Zahl » Fri Aug 09, 2019 2:42 am

Works fine for me.

Plasma decal incorrect in hardware rendering

by Nash » Fri May 10, 2019 6:34 pm

Fire the Plasma Rifle at a wall. Take a look at the blue, fading decal.

- In software rendering (either Carmack or Softpoly, any colour depth), it fades to transparent.
- In hardware rendering (either OpenGL or Vulkan), it fades to black, before abruptly disappearing.

The software rendering one looks correct to me.

Top