[osg-users] setLightingMode crash in multithread mode

2014-04-20 Thread Sylvain Comtois
Hi, First, my program work without any problem when the threading model is configure to single thread and i use one master camera and tree slaves cameras on a multiprocessor computer. When i call the method Viewer::setLightingMode of my viewer, osg crash when the method

[osg-users] [build] osg and Qt5 and debian wheezy

2014-04-20 Thread Bernd Hahnebach
OK delete all links :-( Hi All, I'm new to the forum. I provide a linuxbuild of IfcPlusPlus. It is a viewer to display digital modells of building in file format ifc. The linuxbuild is on github .../berndhahnebach/IFCPlusPlus. Branch linuxbuild-qt4 runs smooth on debian wheezy using the osg of

[osg-users] Is it possible to render in one RTT two cameras?

2014-04-20 Thread Anton
Is it possible to render in one RTT two cameras? The first camera is the 'main scene', and the second camera - '2d menu'. -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=59074#59074 ___ osg-users

Re: [osg-users] Is it possible to render in one RTT two cameras?

2014-04-20 Thread Sebastian Messerschmidt
Hi Anton, Is it possible to render in one RTT two cameras? The first camera is the 'main scene', and the second camera - '2d menu'. Your question is hard to understand, but I guess you want to draw two passes into one render target. This can be done in many ways, but as the second pass seems to

Re: [osg-users] [build] error compiling the stable version

2014-04-20 Thread Tianlan Shao
Hi Sajjadul, apparentlly to me the problem is that you were trying to build the plugin osgdb_svg. And osgdb_svg depends on librsvg, which should have been found (otherwise CMake wouldn't have added the target osgdb_svg). But librsvg depends on Cairo, which was somehow not correctly found. Do you

Re: [osg-users] [build] error compiling the stable version

2014-04-20 Thread Sajjadul Islam
Hi, How to disable the plugin from within the cmake ? I did not find any opetion to do it Thank you! Cheers, Sajjadul -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=59077#59077 ___ osg-users