Pages: [1]
  Print  
Author Topic: texture resolutions  (Read 7154 times)
hyp3rfocus
Guest
« on: September 14, 2007, 04:40:37 PM »

i know that normally textures are along the lines of 128x128, 256x256, 512x512 etc, but why is this?

i've tried differently sized textures and they work, so is it that the engine works better with these sizes?
Logged
fromhell
Administrator
GET A LIFE!
**********

Cakes 35
Posts: 14520



WWW
« Reply #1 on: September 14, 2007, 10:20:16 PM »

If you don't stick with the power of two, you'll:
- be all misaligned in tiling
- slow down video cards
- increase loading times
- look like crap when it tries to resize to another resolution on load

video cards don't support odd texture resolutions unless it's a Geforce8.
Logged

asking when OA3 will be done won't get OA3 done.
Progress of OA3 currently occurs behind closed doors alone

I do not provide technical support either.

new code development on github
hyp3rfocus
Guest
« Reply #2 on: September 14, 2007, 11:54:37 PM »

thanks for clearing that up.

is it ok to use rectangular textures that use power of two measurements like 256x128?
Logged
kit89
Member


Cakes 6
Posts: 636


Shoot him..


« Reply #3 on: September 15, 2007, 12:02:36 AM »

Quote
is it ok to use rectangular textures that use power of two measurements like 256x128?

Yes.
Logged
hyp3rfocus
Guest
« Reply #4 on: September 15, 2007, 01:48:42 AM »

cool. thanks kit89.
Logged
Pages: [1]
  Print  
 
Jump to: