con not load textures

81fairmont

New member
dose any one know how to correct the problim of not beeing able to load textures on stuff that cmp shows as faulty some stuff also shows that bmp is not a power of 2 i have corrected a lot of stuff that showed faulty if anyone can help i would appreate it a lot

thank you
fairmont
 
It would help if you told us what the errors actually are.

The power of 2 problem is simple. All textures must be sized so each dimension in pixels is one of the following:-

2,4,8,16,32,64,128,256,512,1024.

Rectangular images are acceptable provided that the larger dimension is no more than 4 times the smaller one such as 512 x 128.

Cheers

Narrowgauge
 
Back
Top