Quote Originally Posted by Darthman View Post
Hi there.

You must need too set textures to CLAMP mode and enable 2 texture stages for 2 different textures.
Then you must just set UV for every vertex like this (clockwise from top):
1st texture:
0.5 0.0
1.5 1.0
0.5 1.0
Thank you for answer

I guess you meant for the first texture those coordinates?

0.5 0.0
0.5 1.0
1.0 1.0