Ogre::TexturePtr tex = Ogre::TextureManager::getSingleton( ).getByName( "YaHeiTexture" );
Ogre::Image image;
tex->convertToImage( image );
image.save( "tex.png" );
05-17 20:06