Game Development Community

Trying to Create Textures, to use in Constructor

by EnchaJin · in Technical Issues · 06/13/2007 (4:36 am) · 2 replies

As the title says, im trying to make some textures to place in constructor
to go round certain objects.

i keep getting a "warning: the size of 'file.jpg' is not power of 2"
is there way of fixing this.

About the author


#1
06/13/2007 (4:44 am)
Yep, make the texture a power of two, i.e 128x128, 256x256, 512x512, 256x512...etc

www.garagegames.com/index.php?sec=mg&mod=resource&page=view&qid=10745
#2
06/13/2007 (8:18 am)
Thanks dude.