Re: [osg-users] Selecting a GPU to be used in a dual-GPU laptop

2018-10-18 Thread Trajce Nikolov NICK
I owned laptop with same configuration and obviously the Radeon driver software kit (or how it is called) comes with an app where you select the card per app. You select your app in this Radeon app and it will run on the selected device On Thu, Oct 18, 2018 at 9:09 PM Chris Hanson wrote: > I

Re: [osg-users] osg::observer_ptr and osg::ref_ptr

2018-10-18 Thread Robert Osfield
HI Kristofer, There is an intermediate ObserveSet object that both the object being observed and the observer_ptr<> share, the the observed gets deleted it resets the ObserverSet so that when then the observer_ptr<> is accessed it can check to see if the pointer is still valid. The ObserverSet

Re: [osg-users] Selecting a GPU to be used in a dual-GPU laptop

2018-10-18 Thread Chris Hanson
I believe I was previously told that there are some secret C symbols wherein if you create a variable of a particular name, it acts as a hint to the driver to trigger particular behavior. I can't at the moment find the names of the symbols or what they do, but I'll look around. Maybe you can find

[osg-users] Selecting a GPU to be used in a dual-GPU laptop

2018-10-18 Thread Alberto Luaces
Hi, some client owns a laptop with a dual GPU system —the typical integrated Intel card plus an additional Radeon 530 one into a windows10 system. It seems that the driver selects automatically the Radeon when using some CAD applications, but only the integrated Intel when running our OSG

Re: [osg-users] [build] Building OpenSceneGraph-3.6.0 on Windows 10 with VS2017

2018-10-18 Thread Maxim Stere
Thank you, --Maxim -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=75093#75093 ___ osg-users mailing list osg-users@lists.openscenegraph.org

Re: [osg-users] osg::observer_ptr and osg::ref_ptr

2018-10-18 Thread Kristofer Krus
Seems handy! So how can nodeObs become NULL when the Node object is deleted? Does the latter store a list of the observer_ptr objects that it is observed by, and set them all to NULL when it is destructed? Or how does it work? Cheers, Kristofer -- Read this topic online here:

Re: [osg-users] [osgPlugins] osg3.6.3 plugin issues

2018-10-18 Thread Robert Osfield
On Thu, 18 Oct 2018 at 08:10, Jai Singla wrote: > I have built osg3.6.3 with VS2017 and newer dependencies > https://download.osgvisual.org/3rdParty_VS2017_v141_x64_V11_small.7z > > and it is successfully built. but, osgviewer --image *.png, *.tiff etc. > does not work ?? pls help > I'm not a

Re: [osg-users] [build] Building OpenSceneGraph-3.6.0 on Windows 10 with VS2017

2018-10-18 Thread Jai Singla
Hi, Does VS2017+ osg 3.6 + 64 bit depe. supports .jpg and .tiff plugins ? Thank you! Cheers, Jai -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=75090#75090 ___ osg-users mailing list

[osg-users] [osgPlugins] osg3.6.3 plugin issues

2018-10-18 Thread Jai Singla
Hi, I have built osg3.6.3 with VS2017 and newer dependencies https://download.osgvisual.org/3rdParty_VS2017_v141_x64_V11_small.7z and it is successfully built. but, osgviewer --image *.png, *.tiff etc. does not work ?? pls help ... Thank you! Cheers, Jai -- Read this