Re: [osg-users] osgDesigner or other Editor

2014-02-27 Thread David Callu
Hi Daniel I did osgDesigner with 2 friends as a end-studies project 7 years ago, It is base on osgIntrospection and Qt. If I remember well, you should see value of reflected class, but no change them, or not easely. Today, I use a text editor and edit .osgt files. Whit this way, you could only ch

Re: [osg-users] [build] Integration osg with QT

2014-02-27 Thread Mattias Helsing
Hello Ajit, I'm guessing that you want to build the osgQt library (part of OSG). If so - you shouldn't have to modify any CMakeLists.txt, you only need to tell CMake where your Qt development headers and libraries are at, typically this is simply a matter of entering the path to qmake (in the cmake

Re: [osg-users] Camera rotation by Mouse

2014-02-27 Thread Mattias Helsing
Hi Drew The TrackballManipulator is overriding your setting of viewmatrix! The call to frame will (in the updatetraversal) update the ViewMatrix local to the TrackbalManipulator, then your viewer goes and collects a currect ViewMatrix from an attached CameraManipulator (which is the TrackballManipu

Re: [osg-users] [osgPlugins] ffmpeg plugin : play a video frame by frame

2014-02-27 Thread Andrea Martini
Hi to all, i looked at osgmovie.cpp. I used seek method of imagstream, but i'm unable to visualize a specified frame (only the pecified frame). Is it possibile to get this result with imagestream? Thank you! Cheers, Andrea -- Read this topic online here: http://forum.openscenegr

Re: [osg-users] [osgPlugins] ffmpeg plugin : play a video frame by frame

2014-02-27 Thread Stephan Huber
Hi, Imagestream is definitly capable to seek to specific frames. It seems that the ffmpg implementation does not support this. The QTKit/AVFoundation implementations do support this. Perhaps you can add the missing functionality to the ffmpg-plugin? Cheers, Stephan Von meinem iPad gesendet >