Re: [osg-users] osg-users Digest, Vol 42, Issue 19

2010-12-09 Thread william nily
Can Intel TBB work with OSG? ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

[osg-users] How to add ViewerFrameThread(in osgQtBrowser) into osgviewerQT ?

2010-11-30 Thread william nily
hi, I use the ViewerQOSG in Examples osgviewerQT for my app. I create a class CViewer : public ViewerQOSG, and add it to my QMainWindow as the centralWidget. That works well. However, now I want to use multi-thread in my qt app. I leant from the example osgQtBrowser, but I find it hard to add

[osg-users] Can I find a StateSet which has been setName?

2010-09-28 Thread william nily
Hi! Since the StateSet inherits from Object,so i can setName to a specific StateSet.Then can I find the StateSet by its name?Is there any way to do this such like to find a Node through its name? Thanks very much! ___ osg-users mailing list