[osg-users] Third-Person Camera Manipulator

2015-10-13 Thread Michael Chapman
Hi, I'm trying to write a simple third-person camera manipulator, and I seem to be confused about something to do with how it handles the coordinate system. I am inheriting from the osgGA::StandardManipulator. Code: ThirdPersonManipulator::ThirdPersonManipulator() : osgGA::StandardManipulat

Re: [osg-users] Selecting techniques for an osgEffect in Camera Callbacks

2015-10-13 Thread Florent Berthaut
Hi all, In the end, I gave up on the idea of using osgFX, and instead create multiple parent nodes of the scene root, one per camera and with each a different StateSet. This seems to be working fine, and is probably faster since I can use the multithreading now. Regards, Florent

Re: [osg-users] [3rdparty] Chromium Embedded Framework (CEF3) integration

2015-10-13 Thread Paul
I've been able to make some advances in including CEF into OSG.. https://github.com/aquawicket/DigitalKnob/tree/master/Libs/DigitalKnob/DKCef References to any of the DK library wrapped around it should be easy to understand and replace if needed. Speaking of.. My library is open source and

[osg-users] how to use osgviewerQt and osgposter together .

2015-10-13 Thread Yeedunuri Hema
Hi, i want to take screen shots of osgviewerqt using osgposter .i have tried to integrate both. but the images are not saved properly.how this can be done ? ... Thank you! Cheers, Yeedunuri -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=65354#

Re: [osg-users] Updating the Open Scene Graph Wiki

2015-10-13 Thread Michael Chapman
Hi, Yeah, I'd be willing to look into doing some updating. The username I set up is the same one I have on the forum: kabbotta Thank you! Cheers, Michael -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=65353#65353 ___