Re: [osg-users] osgViewer's turns up black when run from different threads.

2008-08-14 Thread David Johansson
-isRunning() ) { OpenThreads::Thread::microSleep(50); } delete p; } garbage.clear(); return 1; } Regards, David Johansson On Thu, Aug 14, 2008 at 10:14 AM, Robert Osfield [EMAIL PROTECTED] wrote

Re: [osg-users] osgViewer's turns up black when run from different threads.

2008-08-14 Thread David Johansson
Hi Paul, type view 2 times to get 2 views. close the first window, i always press 'f' to get out of fullscreen, type view again.. turns up black. Maybe this is my driver? I'm using the default ubuntu Nvidia driver. Also, running Compiz in the background.. Regards, David Johansson On Thu

Re: [osg-users] osgViewer's turns up black when run from different threads.

2008-08-14 Thread David Johansson
there is some problem there? Hmmm, can you easily try without compiz? Done, and it did nothing im afraid. Regards, David Johansson On Thu, Aug 14, 2008 at 3:45 PM, Paul Melis [EMAIL PROTECTED] wrote: David Johansson wrote: Hi Paul, type view 2 times to get 2 views. close the first window

Re: [osg-users] osgViewer's turns up black when run from different threads.

2008-08-14 Thread David Johansson
Hi Robert, This does nothing i'm afraid. nvidia-xconfig --sli=Off followed by a restart of X.. David On Thu, Aug 14, 2008 at 4:02 PM, Robert Osfield [EMAIL PROTECTED] wrote: On Thu, Aug 14, 2008 at 2:56 PM, David Johansson [EMAIL PROTECTED] wrote: output of : cat /proc/drivers/nvidia/version

Re: [osg-users] osgViewer's turns up black when run from differentthreads.

2008-08-14 Thread David Johansson
Hi Jason, Setting multigpu did nothing either. You don't happen to have the same card and can test my code posted earlier? Regards, David Johansson On Thu, Aug 14, 2008 at 6:02 PM, Jason Daly [EMAIL PROTECTED] wrote: David Johansson wrote: Hi Robert, This does nothing i'm afraid

Re: [osg-users] osgViewer's turns up black when run fromdifferentthreads.

2008-08-14 Thread David Johansson
. Regards, David Johansson On Thu, Aug 14, 2008 at 8:07 PM, Jason Daly [EMAIL PROTECTED] wrote: David Johansson wrote: Hi Jason, Setting multigpu did nothing either. You don't happen to have the same card and can test my code posted earlier? Hi David, I gave it a quick try with OSG 2.2

[osg-users] osgViewer's turns up black when run from different threads.

2008-08-13 Thread David Johansson
()); viewer.addEventHandler(new osgViewer::ThreadingHandler()); viewer.addEventHandler(new osgViewer::WindowSizeHandler()); viewer.setSceneData(g); viewer.setThreadingModel(osgViewer::Viewer::ThreadPerContext); /**/ viewer.run(); Any help would be great! Regards, David Johansson

Re: [osg-users] XPath in osg

2008-07-02 Thread David Johansson
the query and traverse the tree to get the results. I think it's a bit intrusive to put such a feature into the core node class, and making a visitor is more in the OSG philosophy. On Tue, Jul 1, 2008 at 6:31 PM, David Johansson [EMAIL PROTECTED] wrote: Hi everyone, I was wondering

[osg-users] XPath in osg

2008-07-01 Thread David Johansson
://www.w3schools.com/xpath/xpath_syntax.asp?output=print David Johansson ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org