Texture sizes

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
ctt
Posts: 8
Joined: Wed Mar 16, 2005 11:15 pm

Texture sizes

Post by ctt »

Quick question on texture sizes.. for optimum performance, the texture sizes have to be on the power of 2^n right? so.. 128X128 256X256, but is it also possible to have textures the size of 32X128 or 64X128? Thanks.
eXodus
Posts: 320
Joined: Tue Jan 04, 2005 10:07 am
Location: Canada
Contact:

Post by eXodus »

As far as I know, uneven textures not on the 2^n had some issues a long time ago. Nowadays, video cards have a tendency to take care of everything for you :roll:

Heck, my onboard SiS VGA can run the SWAT4 demo smoothly! So I'm sure uneven textures wouldn't have such an impact on performance.
Post Reply