http://www.irrlicht3d.org/wiki/index.ph ... ingAnImage
Too slow 2D
http://www.irrlicht3d.org/wiki/index.ph ... ingAnImage
^ When you call IGUIEnvironment::AddImage, give it the rectangle of the size you want the image drawn, then just call IGUIImage::setImage(tex), where tex is the texture of the image you want to draw, and
IGUIImage::setScaleImage(true).
^ When you call IGUIEnvironment::AddImage, give it the rectangle of the size you want the image drawn, then just call IGUIImage::setImage(tex), where tex is the texture of the image you want to draw, and
IGUIImage::setScaleImage(true).