Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
Why is is that in GL mode this texture is aligned properly (right), but in software mode it is not (left), and how can I fix this so it works correcty in both modes?
The texture is 32x128, and is spread over a line 46 units long, with a vertice in the middle, so that I can align the texture properly to fit this distance, the right half of the texture has alignment -19. (both lines highlighted in red)
Could it be some of the same things we'v seen in gl render which sometimes can be edited manully?
Try moving some vertices around in the given area that wouldn't be in the players view, and then run a GL build on it again.
Sometimes this works, depending on the sourceport or gl node builder.
I guess one thing you can try is scrolling the right section in the other direction until it matches what it was before. This should eliminate the negative value without visual changes. (Unless of course it fixes the issue for Software )