kraflab / dsda-doom

This is a successor of prboom+ with extra tooling for demo recording and playback, with a focus on speedrunning and quality of life.
342 stars 87 forks source link

Sprite-clipping in hardware renderer equal to software renderer possible? #508

Closed Meerschweinmann closed 2 months ago

Meerschweinmann commented 2 months ago

Hello.

Is it possible to modify the hardware renderer to handle sprite clipping equal to the software renderer?

DSDA's hardware renderer has the possibility to emulate the paletted color and original DOOM lightning look. So it would be fine when it could do the sprite clipping in hardware-mode as in software-mode as well.

Here are two pictures of a Revenant in a low ceiling room, where the poor Revenant's head is cut in hardware-mode.

doom00 doom01

Greetings

kraflab commented 2 months ago

It's technically possible but not trivial. It would need a dedicated opengl expert to work on this, and we don't currently have one. As it's a known / accepted difference, I will close the issue, but if someone is interested in working on this in the future feel free to open a PR.