Alpha not drawn correctly?

Bugs that have been resolved.

Moderator: Graf Zahl

Locked
User avatar
Nash
Developer
Developer
Posts: 1226
Joined: Sun Sep 25, 2005 1:49
Location: Kuala Lumpur, Malaysia
Contact:

Alpha not drawn correctly?

Post by Nash »

http://nash.wanzafran.com/doomstuff/smoke.zip

Have a look at the included SMOKA0.png. If you examine it in SLumPed or any graphics program, it'll seem that the smoke fades out smoothly.

In GZDoom however, it doesn't fade out as smooth. It's like as if certain alpha value are ignored.

I really hope you can fix this because it poses a limitation for graphical effects.

Thanks for your time.
User avatar
Graf Zahl
GZDoom Developer
GZDoom Developer
Posts: 7148
Joined: Wed Jul 20, 2005 9:48
Location: Germany
Contact:

Post by Graf Zahl »

http://forum.drdteam.org/viewtopic.php?p=14176#14176


Duplicate. Unfortunately it's not that easy to fix because there's a lot of overhead involved in tracking the information through all the stages of the renderer.
User avatar
Nash
Developer
Developer
Posts: 1226
Joined: Sun Sep 25, 2005 1:49
Location: Kuala Lumpur, Malaysia
Contact:

Post by Nash »

I see. That's too bad then. Thanks anyway.
User avatar
KeksDose
Stronghold Team
Posts: 319
Joined: Thu Apr 12, 2007 21:35
Location: Germany

Post by KeksDose »

So it can be fixed, but not that easy... hm, wouldn't be funny though to look all over for the bug in your renderer. So take your time for this. That's on your low-priority list, right?
User avatar
Graf Zahl
GZDoom Developer
GZDoom Developer
Posts: 7148
Joined: Wed Jul 20, 2005 9:48
Location: Germany
Contact:

Post by Graf Zahl »

Yes. This is not a bug though. To render non-translucent stuff properly I have to set an alpha threshold below which filtered pixels are no longer rendered. Unfortunately this can't be switched on selectively for certain types of pixels and to fix this I need to keep track of additional information about any texture. But to be honest, I haven't worked on the GL renderer for a long time now. Most Doom related programming I did recently was related to adding new DECORATE features to ZDoom.
User avatar
KeksDose
Stronghold Team
Posts: 319
Joined: Thu Apr 12, 2007 21:35
Location: Germany

Post by KeksDose »

Ah, so this is done to render normal non-filtered sprites correctly (so that's why my a bit alpha'd monster disappears).

This Decorate stuff sounds interesting. I saw a thread over the ZDoom forums about this (Lua), and I heard of this "Uber-Phenomenal-Legendary-Doomscript", which sounds really interesting to me. :wink:
Locked

Return to “Closed Bugs”