Nornec / Midinous-Issues

2 stars 0 forks source link

1.1.0 - Points have drawing artifacts at specific zoom level #19

Closed Marvai closed 3 months ago

Marvai commented 1 year ago

image image

Per first image, the leftmost point and the bottom-right point both have small white vertical lines on the left side of them. Second image shows the zoom level. Camera position has no effect on whether the vertical lines show up. Different zoom amounts cause different points to have vertical lines, and sometimes horizontal lines as well

Nornec commented 1 year ago

This is a texture atlas issue. It's a problem with how the textures are captured from the larger atlas texture. I've noticed this for awhile but not really sure what to do about it. I could change the atlas texture to separate the textures by a 1px border if I do ever get around to fixing this.

Nornec commented 3 months ago

Fixed in the 1.2.0.0 release