Hi,

there is the openThreads lib included into the osg core. OpenThreads::Thread

class MyThread : public OpenThreads::Thread {

public:


  virtual void run() {  .... your code ... }

}

2007/10/25, Daniel Moos <[EMAIL PROTECTED]>:
>
> Hi everybody
>
> I have a complex model. From this model i calculate the silhouette edges.
> This
> calculation need some seconds.
> If i calculate this the view isn't updated.
>
> How can i create a thread for this calculation? Or how can I show a
> message on
> a osgText::Text before calculating the edges?
>
> Thanks for your help!
> Have a nice evening!
> Daniel
> _______________________________________________
> osg-users mailing list
> [email protected]
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>



-- 
********************************************
Adrian Egli
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to