i 'm using Irrlicht 1.3 . And in my project i created a button , and i set a texture to it so that it to be an image button .
Code: Select all
button->setImage( resMgr->mGUIButtonS );
button->setPressedImage( resMgr->mGUIButtonP );
button->setUseAlphaChannel( true );
button->setDrawBorder( false );
But it does not work on my friend 's computer .It seems his video card is old . (Sis650)
So how to solve this problem ?