2x Textures?

Questions regarding the creation of custom graphics (uniforms and stadium art).

Moderator: David Winter

Post Reply
NickZ
Posts: 22
Joined: Sun Aug 14, 2005 7:46 pm
Location: Orchard Park, NY

2x Textures?

Post by NickZ »

David or anyone else...

Is it possible to double the dimensions of the jersey images in order for the jersey texture to become more detailed in-game? In that case, will the texture of the jersey still wrap evenly? I'm wondering this because many addon makers for NHL 06 have done so-called "2x textures" for their jerseys and the results have been phenomenal, the jerseys wrap in-game perfectly and have better quality to match. I'm just wondering if something like this could work for Maximum as well.
User avatar
Tbird
Posts: 683
Joined: Wed Dec 15, 2004 12:28 am
Contact:

RE: 2x Textures?

Post by Tbird »

Edit
Wrong answer by me [:D]

I thought you meant texture stacking for some odd reason instead double size DOH!!!! [&:]


User avatar
David Winter
Posts: 5158
Joined: Tue Nov 23, 2004 10:51 pm
Location: Vancouver, BC
Contact:

RE: 2x Textures?

Post by David Winter »

Hi.
 
It's doubtful you would gain much in the way of on-screen quality by increasing the size of the textures. The texture size for the jersey torso is 256*256. All game textures should be ^2 but they don't need to be square. Some can be 128*256 for example. Others are 32 * 512
 
The reason I say that I don't think you would get much graphical improvement is because of the way I assemble my textures. Before I apply the texture to the model, I layer it internally. I create a base layer, put down the jersey texture, then the numbers, then any dirt or grime. The base layer is created at the size the shipping bitmaps are created at. This ensures there is no stretching or shrinking of the texture.
 
By creating larger textures I think all you would do is end up using more video card memory that could be used for more important things like rendering the image to the screen. The amount of improvement would probably be minimal and you're frame rates would likely start to suffer if you got too carried away with texture sizes.
 
It's certainly not going to hurt anything to try though. Maybe the little bit of improvement you get would be sufficient.
"They're not dolls. They're action figures. Valuable Action figures!"
Post Reply

Return to “Graphics Related”