Masked walls texture bounds problem

Moderators: Rachael, dpJudas

Locked
User avatar
Rachael
Developer
Developer
Posts: 3639
Joined: Sat May 13, 2006 10:30

Masked walls texture bounds problem

Post by Rachael »

Screenshot_Doom_20161105_104918.png
Screenshot_Doom_20161105_104918.png (320.89 KiB) Viewed 2413 times
This seems to have happened pretty recently but unfortunately I don't have time at the moment to pin this one down.
dpJudas
Developer
Developer
Posts: 798
Joined: Sat Jul 23, 2016 7:53

Re: Masked walls texture bounds problem

Post by dpJudas »

Try do a pull and see if its gone. My linear filtering support for the sprites (and some masked walls) had a rather nasty bug that could cause what you're seeing on that screenshot.
User avatar
Rachael
Developer
Developer
Posts: 3639
Joined: Sat May 13, 2006 10:30

Re: Masked walls texture bounds problem

Post by Rachael »

The problem is still there. If it's relevant I turn off linear filtering, mipmapping, use single-column drawers, multi-threading is true, and am using the D3D canvas (it's faster, for some reason, for me, I think it's been that way since you used OpenGL to get the canvas instead of pushing one to OpenGL yourself).
dpJudas
Developer
Developer
Posts: 798
Joined: Sat Jul 23, 2016 7:53

Re: Masked walls texture bounds problem

Post by dpJudas »

Hmm, strange then. I'll see if it happens here too. D3D vs OpenGL canvas shouldn't matter for anything except menu and weapon sprite and such. Which gfx card do you have btw?
dpJudas
Developer
Developer
Posts: 798
Joined: Sat Jul 23, 2016 7:53

Re: Masked walls texture bounds problem

Post by dpJudas »

Ah, it seems to only happen if r_mipmap is set to false.
dpJudas
Developer
Developer
Posts: 798
Joined: Sat Jul 23, 2016 7:53

Re: Masked walls texture bounds problem

Post by dpJudas »

Fixed the error on that screenshot. Hopefully this isn't happening elsewhere.
User avatar
Rachael
Developer
Developer
Posts: 3639
Joined: Sat May 13, 2006 10:30

Re: Masked walls texture bounds problem

Post by Rachael »

Closing this, since it's fixed. :)
Locked

Return to “Closed Bugs”