Search found 10 matches

by thefuzion
Fri Feb 19, 2010 8:57 pm
Forum: Advanced Help
Topic: device-run() issue when switching GUI
Replies: 3
Views: 703

No it wasn't that. I don't have the problem anymore but I remove the menu and the toolbar...
by thefuzion
Fri Feb 19, 2010 8:27 pm
Forum: Advanced Help
Topic: device-run() issue when switching GUI
Replies: 3
Views: 703

Thanks for reply,

I tried env->clear() but it was even worse as it made it fail almost all the time (the exception occurred more often).

It seems I have just solved my problem by removing only what I strictly needed to remove. Thus, I am not removing anymore the Menu and the Toolbar them-self. I ...
by thefuzion
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 ...
by thefuzion
Mon Mar 12, 2007 3:03 pm
Forum: Advanced Help
Topic: Carving a mesh
Replies: 10
Views: 1817

thanks omaremad ! I don't know anything about postprocessor method so I can't do it immediatly... I will have to learn what is postprocessor method before. This is a critical time in my studies too, so I have not a lot of time for Irrlicht and so i'll see all of this later...
but thank you for help ;)
by thefuzion
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

ok, that's what i though, but i wasn't sure.
Thanks
by thefuzion
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 ...
by thefuzion
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...
by thefuzion
Wed Mar 07, 2007 10:52 am
Forum: Beginners Help
Topic: How to position window on the desktop ?
Replies: 4
Views: 413

thanks !
That's what i needed :)
by thefuzion
Tue Mar 06, 2007 6:56 pm
Forum: Code Snippets
Topic: [C++] Reflective Water (conversion from .NET)
Replies: 58
Views: 44486

Very nice effect ! :D
I think i'll use it a lot
Please, could you specify the licence ? Can we use it as we want ?
by thefuzion
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 ?