I would like to getTexture(.gif) and setImage on a button.
However, it is not successful
Does anyone know if I can set a .gif on a button?
Search found 9 matches
- Sun Jan 08, 2006 4:02 pm
- Forum: Beginners Help
- Topic: Format of picture supported by IRR
- Replies: 2
- Views: 255
- Thu Nov 24, 2005 10:41 pm
- Forum: Project Announcements
- Topic: Expanded Tab Control
- Replies: 8
- Views: 2025
- Fri Nov 18, 2005 2:34 pm
- Forum: Project Announcements
- Topic: Expanded Tab Control
- Replies: 8
- Views: 2025
- Tue Nov 15, 2005 11:06 pm
- Forum: Project Announcements
- Topic: Expanded Tab Control
- Replies: 8
- Views: 2025
- Sun Oct 16, 2005 7:04 am
- Forum: Advanced Help
- Topic: 3D scene and GUI in the same view
- Replies: 9
- Views: 1189
- Sat Oct 15, 2005 7:35 pm
- Forum: Advanced Help
- Topic: 3D scene and GUI in the same view
- Replies: 9
- Views: 1189
I think someone else has asked for a similar thing, to have the 3D scene take up only part of the screen, so look through the beginners and advanced forums for something like that, i think one of the threads was called something about having a second camera view overlaid onto the main scene.
Yes ...
Yes ...
- Sat Oct 15, 2005 10:05 am
- Forum: Advanced Help
- Topic: 3D scene and GUI in the same view
- Replies: 9
- Views: 1189
Look in the IGUIEnvironment class, or some of the tutorials have some use of the GUI stuff, such as Hello World or the Mesh Viewer. You can create a window which can then have items added to it, or you dont even need to use a window in fact, just add items to the root GUI node and they'll appear on ...
- Sat Oct 15, 2005 7:35 am
- Forum: Advanced Help
- Topic: 3D scene and GUI in the same view
- Replies: 9
- Views: 1189
- Sat Oct 08, 2005 6:18 am
- Forum: Advanced Help
- Topic: 3D scene and GUI in the same view
- Replies: 9
- Views: 1189
3D scene and GUI in the same view
I decide to divide the screen into several part. One part is to draw a GUI. Another part is to draw the camera view.
Usually, if I want to add the GUI to on top on the camera view, I can add a small window (like the one in tutorial "MeshViewer").
Howerver, I don't want to do so since I don't want ...
Usually, if I want to add the GUI to on top on the camera view, I can add a small window (like the one in tutorial "MeshViewer").
Howerver, I don't want to do so since I don't want ...