Texture distortion #3565
Unanswered
MyShallowTime
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Probably just naive texture minification sampling. If you shrink something enough, the two texels averaged for sampling can stretch across the line.
If you want that visual data to be preserved, you'll want to calculate and supply your own mipmaps. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, have you encountered this problem?
When I draw this image in small size, part of it disappears.
Look, the vertical lines disappeared。why?
Does anyone know why?
Thanks in advance!
demo:
texture.zip
Beta Was this translation helpful? Give feedback.
All reactions