DaemonEngine / Daemon

The Dæmon game engine. With some bits of ioq3 and XreaL.
https://unvanquished.net
BSD 3-Clause "New" or "Revised" License
305 stars 60 forks source link

Translucent surfaces rendered in wrong order #1319

Closed slipher closed 2 weeks ago

slipher commented 1 month ago

On map Watah, these translucent walls on the opposite side of the room appear to be rendered on top of the closer ones. Judging by r_debugSort they both have sort order SS_BLEND0.

unvanquished_2024-09-20_185101_000

VReaperV commented 1 month ago

Might be related to #1079. IIRC they should be sorted by distance back to front.

slipher commented 2 weeks ago

Closing as duplicate.