You can't fix that due to how the textures are mapped to the top of the cart.
Lets look at the end of the edge strip in the texture:
The & pixels are ones that share an edge with each other at the corners.
So when it's mapped to the cart you get:
As you can see the pixel occurs on both the inside and outside edge due to the mapping. This is what is causing your problem.
I suggest just making the whole top edge an even shade. Either that or make the 2x2 square at each end a solid color. It might not look quite like you want it to but at least it will wrap.
Rollback Post to RevisionRollBack
Tis far better to be a witty fool than a foolish wit.
The boat looks fine, the minecart, I could live with. But if you really want perfection, I don't know how to help you. How about emotional support? GREAT JOB!
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I just want the textures on the top to wrap around in a rectangle, not protrude out like that. Here are my texture files if anyone could please help:
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumLets look at the end of the edge strip in the texture:
The
So when it's mapped to the cart you get:
As you can see the
I suggest just making the whole top edge an even shade. Either that or make the 2x2 square at each end a solid color. It might not look quite like you want it to but at least it will wrap.