can anyone tell me what is happening over here. Thanks"> Bitmap problem | Torque Game Engine | Forums | Community | GarageGames.com

Game Development Community

Bitmap problem

by Temasek Polytechnic Tp8 · in Torque Game Engine · 06/22/2006 (8:24 pm) · 4 replies

Hey guys i encountered a problem below is the error popup box



can anyone tell me what is happening over here. Thanks

#1
06/22/2006 (10:47 pm)
One or more of your textures aren't ^2. Make sure all of your textures are a square and have dimensions measuring 64, 128, 256, 512, 1024, etc.
#2
06/23/2006 (12:13 am)
My textures are 128 by 128 some 256 by 256. Mincetro what do u mean by ^2?
#3
06/23/2006 (2:32 am)
I'd never thought to encounter anyone from Temasek Polytechnic here... anyway Hello..!!

^2 means power of two. 128 x 128 is a power of two.
64, 128, 256, 512 are power of two.

I'm not a programmer, so I do apologise that I can't identify your error.

Regards,
Broken_Sword
#4
06/26/2006 (7:58 pm)
Thanks man the prob is solved.