I import a 3DS file to O2,but fail to convert the texture file (which i believe is
belong to the 3DS file and is TGA formats) to the PAA file.
how to solve this problem?
thank you for giving me an answer!!
I import a 3DS file to O2,but fail to convert the texture file (which i believe is
belong to the 3DS file and is TGA formats) to the PAA file.
how to solve this problem?
thank you for giving me an answer!!
Well, most of the time two things may be involved :
- the size of the texture, which must be in power of 2 (such as 128 x 128 or 64 x 128 etc.)
- the compression of the tga file, which must be 32 bits per pixel.
Last edited by dirkkmm; Sep 26 2011 at 01:47.
Oh, ok, i got it wrong. Then i don't know.