Texture in the middle of triangle

Started by
2 comments, last by RuneLanton 22 years, 9 months ago
Hi! I was wondering if anyone know how to draw a small texture i the middle of a triangle???
Advertisement
take a look at your texture stage states

there is one in there that will allow you to put a border on your texture, you can set the color too
"This is stupid. I can't believe this! Ok, this time, there really IS a bug in the compiler."... 20 mins pass ..."I'M AN IDIOT!!!"
but if it is for lighting, you can set the uv coords of the texture to where you want on the tri and set a texture stage state telling it to draw the texture only once
"This is stupid. I can't believe this! Ok, this time, there really IS a bug in the compiler."... 20 mins pass ..."I'M AN IDIOT!!!"
Of course, thanks!!!

This topic is closed to new replies.

Advertisement