Loading GUI Images [solved]

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
AshmenGlue
Posts: 29
Joined: Wed Oct 12, 2005 9:09 am

Loading GUI Images [solved]

Post by AshmenGlue »

Is it just me or displaying images in Irrlicht turns the image quality really really low?

I save my image as a 32 bit bmp file and load it as my main menu splash. The text comes out blurry at the edges. I tried it on more than one machine. I'm not sure what's wrong here; the image itself is sharp as ever.

I did not enlarge the image or anything.


EDIT: Sorry I didn't browse through the forums more thoroughly I found my answer already. Just to help those facing the same problem, Textures and images loaded have to be multiples of 2 for example :

64 x 32
128 x 512
1024 x 1024

Or it will look blurry as hell and your text will be nigh unreadable.
Post Reply