Author Topic: Repeating textures problem  (Read 864 times)

I have a major issue that occurs with repeating textures. Its pretty annoying, and im not sure how to fix it.



Help?

So after fiddling around, I found out your texture has to be at a precise resolution in order to loop properly. Now I'm glad I fixed it.

If you are having the same problem, try making your texture's resolution 512x512 (i used a default texture, and this was the resolution)
« Last Edit: August 30, 2014, 04:46:54 PM by Wrapperup »

So after fiddling around, I found out your texture has to be at a precise resolution in order to loop properly. Now I'm glad I fixed it.

If you are having the same problem, try making your texture's resolution 512x512 (i used a default texture, and this was the resolution)
I believe textures have to be a power of two (ex, 256, 512, 1024, etc).
Else the edges stretch out as seen in your picture.