Retexturing - multiple textures or one big texture

Post » Sun Aug 14, 2011 6:33 pm

I'm retexturing some items and I noticed that some items use multiple small textures (like a chitin helm has 4) and some use multiple parts of one big texture (like a common shirt where the front and sleeves are next to each other). Is there a good reason for these to be multi-textured or single-textured? Or was it just a personal choice on the part of the artist that made it?

I'm wondering because it's a lot easier to retexture something that references one big texture. I don't know if it affects performance, how the Morrowind engine works, etc. Will I break something if I switch an item to only using one big texture and editing the UV map?
User avatar
sarah simon-rogaume
 
Posts: 3383
Joined: Thu Mar 15, 2007 4:41 am

Post » Sun Aug 14, 2011 5:05 pm

Single texture: Less quality, more intricate UV mapping but smaller filesize and better file management.
Multiple textures: Higher quality, simpler UVs but larger (total) filesize and worse file management.

Rule of thumb for single texture files is to let important areas take precedence over less important areas to maximize texture space efficiency. Like say the bottom of the feet gets less texture space than the top since the former is less likely to be seen and if it is it's usually short and takes up a small area of the screen.
For multiple textures, items requiring less texture space can be fitted into a single texture while the more important ones gets their own texture files. Just be aware of the filesizes.

For instance, a box with six sides can be textured in three standard ways. Firstly, you can layer the UVs of each side on top of each other. That way, each side gets a high resolution texture at the cost of uniqueness. Secondly, you can layer the six sides side by side. That way, each side can be unique but the side will have a smaller resolution. Thirdly and more next-gen, is to do the previous one but bump up the resolution of the texture file to get high resolution texture of the sides of the box at the cost of filesize. A fourth, more unorthodox way in this case, would be to give each side their own texture with multiple files. It will have roughly the same total filesize as the next-gen method but it will require a bit more work moving those files.
User avatar
JAY
 
Posts: 3433
Joined: Fri Sep 14, 2007 6:17 am


Return to III - Morrowind