Search found 2 matches
- Tue May 23, 2006 04:57
- Forum: Help
- Topic: Cannot display the texture.
- Replies: 3
- Views: 4112
I generate the .dds image through the Texture Atlas Tool supplied by the NVIDIA, and the dds images can display correctly on all the machines. So the problem is solved by this way. But I still want to know what's the difference between the .dds image and the common image formats. And, does there any...
- Sat May 20, 2006 07:25
- Forum: Help
- Topic: Cannot display the texture.
- Replies: 3
- Views: 4112
Cannot display the texture.
hello, i'm a newer to cegui. I try to display a jpeg file on the screen. This is my code: //Init(); ImagesetManager::getSingleton().createImagesetFromImageFile( "MainMenuBackground", "GUI/images/MainMenuBk.jpg"); //DisplayFunc: StaticImage *background = .....