Game Development Community

Whats the largest size image i can import

by Mark Hanham · in Torque X 2D · 10/06/2007 (5:15 am) · 3 replies

Whats the largest size image i can import into torque x is it 1048 by 1048
Just want to know i keep getting error and need to know its limitations
cheers

#1
10/06/2007 (11:14 am)
I'm pretty sure its 2048x2048, though that's not really a limitation of torque. Just keep it to a power of 2, (256,512,1024,2048..)
#2
10/06/2007 (11:28 am)
Note textures don't need to be square either - they just need to be a power of two on each side. so 512x2048 is also vald.
#3
10/08/2007 (3:17 am)
Thanks guys if i get an error in xna how would i get rid of it do i delete the graphics from torque
Cant figure out errorchanges and loss graphic set up and hav to start from scratch