PDA

View Full Version : Need some help please


darkshooter
11-22-2007, 12:01 PM
This is my first CS creation and I have an erorr when I try tp insert the texture in the improter the erorr is "The width/height of the texture is not power of 2. could someone please help solve this problem

michielh3
11-22-2007, 12:15 PM
The texture should be ( just like stated ) in a dimension by the power of 2

So ;

2x2 , 4x4 , 8x8 , 16x6 , 32x32 , 64x64 etc

darkshooter
11-22-2007, 12:31 PM
Thanks !