weird problem in texture

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
ttom
Posts: 43
Joined: Tue Aug 26, 2003 3:43 am
Location: Taiwan

weird problem in texture

Post by ttom »

i do the tile eninge with the irrlicht, but had a problem in the UV.
The U is ok, but the V is a big problem
ttom


Image
Guest

Post by Guest »

So... what's the original texture like?

Right now it just looks like an ordinary repeating texture (even if it has a seam).
ttom
Posts: 43
Joined: Tue Aug 26, 2003 3:43 am
Location: Taiwan

Post by ttom »

I use the WCIII's texture. I every quad give the U,V to each corner.
When i blend the two texture, the problem is show
Guest

Post by Guest »

So what we're seeing, is that one tile or about 9 tiles?

If it's 9, then I can tell you a couple of things:
1. you're using a corner texture instead of a full texture. (Sorry I can't make that any clearer).
2. The black seem between the tiles suggests that the tiles' corners are not identical to those of their neighbours.
Post Reply