![Image](http://img463.imageshack.us/img463/6852/nixxyp0.jpg)
But when I load it to my application, it lost its smoothness. Please take a look at this picture below.
![Image](http://img395.imageshack.us/img395/8002/nixxappad9.jpg)
I use the BMP version of this image. Even the JPG has better image.
What happened to the image? What I should I do t make it better?
I have no trouble running Irrlicht tutorial application, as well as softwares using Irrlicht.
I use this code
Code: Select all
nixxLogo = gameManager->getIrrlichtDevice()->getVideoDriver()->getTexture("resources/images/nixx.bmp");
gameManager->getIrrlichtDevice()->getVideoDriver()->makeColorKeyTexture(nixxLogo, core::position2d<s32>(0,0));
........
intro->getGameManager()->getIrrlichtDevice()->getVideoDriver()->draw2DImage(nixxLogo,
pos,
core::rect<s32> (0,0,400,143),
0,
video::SColor(255,255,255,255),
true
);
Thanks, I'll appreciate the help.
ps: Never mind the production house, there is no such a company
![Very Happy :D](./images/smilies/icon_biggrin.gif)