[osg-users] Strange near/far behaviour when chaining several RTT cameras

2010-11-06 Thread Leszek Swirski
Hi, I have a problem trying to combine osgoit (depth peeling) with a non-trivial arrangement of groups and RTT cameras. The current set-up I have (as simplified as possible) is: Composite Camera [Not RTT] Depth Camera [0] [RTT] Group "Scene" Group "Processed La

[osg-users] osgconv segfaults exporting to ac3d

2010-11-06 Thread Peter Bear
Hi, I have been trying to convert some files over to AC3D format using osgconv from the .osg file format. In the process, I have found that both the latest trunk, and 2.8.3 both segfault when trying to convert to AC3D. I have confirmed this with both Linux and Windows, and it appears to be somet

Re: [osg-users] How can I calculate a matrix via a MatrixManipulator

2010-11-06 Thread Grosser, Martin
Hello Jean-Sebastien, I create one GraphicsWindowEmbedded for all views. And I create a special composite viewer with the functions setSceneData(), setCameraManipulator() and setUpViewerAsEmbeddedInWindow(). And my GTKViewer is a specialisation of the special composite viewer. That was my fi

Re: [osg-users] [build] 3rd party libs and VS 2010

2010-11-06 Thread Joel Graff
Just as a follow-up (esp. for others who aren't greatly familiar with cmake), I discovered that most of my problems getting the various plugins to show up in the generated VS project were solved by clicking the "Advanced" checkbox in the upper right of the cmake gui. This exposes a whole bunch

Re: [osg-users] License Question

2010-11-06 Thread Robert Osfield
Hi Dinesh, On Fri, Nov 5, 2010 at 8:38 PM, Dinesh Malav wrote: > Does the LGPL include these exceptions from wxWindows and are we allowed to > re-distribute the OSG binaries similar to wxWidget binaries? Errhhh what does it say it's based on the WxWindows license, which is relaxation of the

Re: [osg-users] Rotation

2010-11-06 Thread Cosimo Luigi Manes
ok, Thank you! Cheers, Cosimo -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=33552#33552 ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/os

Re: [osg-users] setupViewer() hijacks thread affinity mask.

2010-11-06 Thread J.P. Delport
Hi, I've run into the same issue: http://thread.gmane.org/gmane.comp.graphics.openscenegraph.user/52734 I think it might be worthwhile to add the affinity clear code to the OpenThreads lib. regards jp On 05/11/10 12:00, Anders Backman wrote: Using OSG 2.8.3 under windows 7 64bit. VS2008. H