What am I doing wrong?
by Jeff Wilkinson · in Torque Game Engine · 02/25/2002 (12:25 pm) · 4 replies
I have been at this problem(http://www3.sympatico.ca/jeffery.wilkinson/problem.jpg) of the textures not showing up properly for the past week and the olny thing I can think of is that I am texturing wrong! so here are the two files that you need the *.max file and the *.jpg file and it would be great to see where I went wrong
Here are the files just wondering if you could tell me what I am doing wrong!
http://www3.sympatico.ca/jeffery.wilkinson/Barrels.jpg
http://www3.sympatico.ca/jeffery.wilkinson/barrel5.max
Here are the files just wondering if you could tell me what I am doing wrong!
http://www3.sympatico.ca/jeffery.wilkinson/Barrels.jpg
http://www3.sympatico.ca/jeffery.wilkinson/barrel5.max
#2
02/25/2002 (1:19 pm)
This is something that has confused me so far. Textures 256x256 are ok, but is 256x128? I know 256x178 (for example) is not correct, but what are the real rules for textures?
#3
Thanks once again!
02/26/2002 (5:04 am)
thanks it was that I had it at a weird size of a texture. I put it to 256x256 and it ran with out a hitch!Thanks once again!
#4
02/26/2002 (7:59 am)
Textures have to be powers of 2, but not square. So 256x128 would be fine as well as 256x256
Torque Owner Joe Maruschak