My texture is crashing the engine?
by Dallin Wellington · in Torque Game Engine · 09/23/2007 (9:47 pm) · 3 replies
Ok so when i dont add the texture of my gun to the folder it runs but my gun is untextured but when i put the texture in the folder it crashes, here is the error i get:
GBitmap::GBitmap: in order to extrude miplevels, bitmap w/h must be pow2
Thanks in advance
GBitmap::GBitmap: in order to extrude miplevels, bitmap w/h must be pow2
Thanks in advance
Torque Owner Thak
Your texture must be a power of 2 in pixel size:
256x256 or 512x512 or 1024x1024 etc