Hi Renan

2008/5/6 Renan Mendes <[EMAIL PROTECTED]>:

> Hi, everyone.
>
>        I've tried creating another thread in my application using the
> windows API (CreateThread, etc), but it seems that this thread has become a
> "main thread",

 here it's probably misuse of  multithreading.


> i.e, my program is not working as a multithreaded application. In my case,
> this means that I'm not even displaying the OSG default screen - all I have
> is the prompt display, printing some information I wanted. Does OSG have
> support for multithreading?

yes it is, but only to render the scene. When you have multi camera or multi
graphics context, you can render them in multithreaded operations.

HTH
David Callu
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to