Search found 3 matches

by axel
Tue Jun 09, 2009 10:57 am
Forum: Beginners Help
Topic: [solved] Howto change the color in the wireframe modus
Replies: 1
Views: 370

[solved] Howto change the color in the wireframe modus

I need to have a colored wireframe model - I did not find the answer - neither here nor in the source... Does anyone know how to get a colored wireframe (EMF_WIREFRAME=true)? Is it impossible while in the EMF_LIGHTING = false mode? OK- It works f.i as follows: Set EMF_LIGHTING = true node->getMateri...
by axel
Fri Jun 05, 2009 4:18 pm
Forum: Open Discussion and Dev Announcements
Topic: possible? irrlicht loop in a pthread
Replies: 6
Views: 1273

Ok - thank you very much! Is there any way to understand the problem? I mean in my simple play-example no other thread is running (exeption: the main thread, which is waiting for an input)- I also saw a forum-thread in here "http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=26195&highl...
by axel
Fri Jun 05, 2009 3:13 pm
Forum: Open Discussion and Dev Announcements
Topic: possible? irrlicht loop in a pthread
Replies: 6
Views: 1273

possible? irrlicht loop in a pthread

I tried to let the main loop of the simple tutorial example run in a pthread, all pointers that are needed for the loop are passed to the thread, but as soon as the scene is not empty the drawAll() function crashes when the first object should be drawn. The crash happens deep down in the OpenGL code...