When scrolling the mouse wheel quickly, using SpriteMap, by adjusting the camera’s Radius, a white thin line will suddenly appear on the screen and disappear immediately
Another way to reproduce this problem is to open a browser console and change the height of the current window to reproduce it
Is there a way to avoid this kind of noise
2、There is also an additional question on how to optimize the clarity of sprites. Currently, the clarity is not the clearest, at least not comparable to the original image
I think the setting in texture packer was set to 6 pixels of extrude. (To accommodate mipmapping if you are not using mipmapping you can probably just do 1 pixel).
this will also make some artifacts that you have to clean up by hand (see on the castles and houses in this example) but that is usually really easy.
Also when you make the sprites take up about the same screen size they render at the same quality. Can you tell which one of these is from the 3d scene and which is from the flat image?