Search found 10 matches
- Fri Feb 19, 2010 8:57 pm
- Forum: Advanced Help
- Topic: device-run() issue when switching GUI
- Replies: 3
- Views: 703
- Fri Feb 19, 2010 8:27 pm
- Forum: Advanced Help
- Topic: device-run() issue when switching GUI
- Replies: 3
- Views: 703
- Fri Feb 19, 2010 6:49 pm
- Forum: Advanced Help
- Topic: device-run() issue when switching GUI
- Replies: 3
- Views: 703
device-run() issue when switching GUI
Hi,
I'm having troubles to write a clean and safe function that switches between two GUIs.
I precise that my program is NOT multithreaded. And I use only Irrlicht to handle inputs/GUI events.
I have something like that :
// clear current GUI
device->clearSystemMessages();
device->setEventReceiver ...
I'm having troubles to write a clean and safe function that switches between two GUIs.
I precise that my program is NOT multithreaded. And I use only Irrlicht to handle inputs/GUI events.
I have something like that :
// clear current GUI
device->clearSystemMessages();
device->setEventReceiver ...
- Mon Mar 12, 2007 3:03 pm
- Forum: Advanced Help
- Topic: Carving a mesh
- Replies: 10
- Views: 1817
- Wed Mar 07, 2007 6:28 pm
- Forum: Beginners Help
- Topic: How to set a different texture to each face of a mesh ?
- Replies: 2
- Views: 374
- Wed Mar 07, 2007 6:21 pm
- Forum: Advanced Help
- Topic: Carving a mesh
- Replies: 10
- Views: 1817
Carving a mesh
(at first, i post in advenced help because i think it's a difficult topic. Also, even if i've posted only 3 messages, i've used irrlicht since v0.8 so i'm not a begginer (i'm not saying i'm good with irrlicht ! just not a begginer ;) ))
If you have ever used Worldcraft (HL map editor) you will see ...
If you have ever used Worldcraft (HL map editor) you will see ...
- Wed Mar 07, 2007 5:25 pm
- Forum: Beginners Help
- Topic: How to set a different texture to each face of a mesh ?
- Replies: 2
- Views: 374
How to set a different texture to each face of a mesh ?
I create my own mesh (to make simple, it's a cube) with this code and it works fine
Now, i would like to apply different textures on each face of the mesh but I didn't find how to do...
Now, i would like to apply different textures on each face of the mesh but I didn't find how to do...
- Wed Mar 07, 2007 10:52 am
- Forum: Beginners Help
- Topic: How to position window on the desktop ?
- Replies: 4
- Views: 413
- Tue Mar 06, 2007 6:56 pm
- Forum: Code Snippets
- Topic: [C++] Reflective Water (conversion from .NET)
- Replies: 58
- Views: 44486
- Tue Mar 06, 2007 11:57 am
- Forum: Beginners Help
- Topic: How to position window on the desktop ?
- Replies: 4
- Views: 413
How to position window on the desktop ?
Is it possible to position the main window (not an irrlicht gui window, but the window in which the program is launched when you are in windowed mode) on the desktop ?