Bug #976
Fakeradio: One sided mid textures
100%
Description
I'm not sure whether this could be considered a bug, oversight or impossible to deal with limitation/issue, but if you have a mid texture on only one side of a linedef, the fake radio for it is still rendered from the other side there is no mid texture on. This means the player looking at the line from the side there is no mid texture on will see a line of fakeradio on the planes, 'seemingly' attached to nothing.
Labels: Graphics
History
#1 Updated by vermil almost 13 years ago
Indeed, there is no 'correct' way to handle it, but I wasn't sure what currently happens was a bug, oversight, limitation of fake radio or a design choice?
Personally, I think the shadow should disappear in this case, but if its Deng Teams design choice, so be it.
#2 Updated by danij almost 13 years ago
It was a design choice. When I implemented this I reasoned that the shadow would be cast regardless of whether the viewer can see the object that casts it. In this case, the shadow is cast because of light interactions on the other side, irrespective of the fact the viewer is behind the linedef.
#3 Updated by danij over 12 years ago
Are you saying you think the shadow should disappear when you are viewing it from behind the one-sided surface that casts it? This is an impossible construct (in a real world sense), there is no "correct" way to handle it imo.