[osg-users] updating the webpages

2017-01-17 Thread Paul McIntosh
Hi, Just wondering what the protocol is for updating the webpages? Do you give out a login or do we just post it here? I want to fix up the missing newlines that are making the git commands hard to read here: http://www.openscenegraph.org/index.php/download-section/code-repositories/31-git-mirr

Re: [osg-users] osgQt and osg (CMake)

2017-01-17 Thread Trajce Nikolov NICK
Hi again, only thing I just spotted is the missing Find3rdPartyDependencies.cmake in the osgQt/CMakeModules. Cmake complains about this. To make it right this file has to be copied from the OSG/CmakeModules into osgQt/CmakeModules. It is Windows specific based on the code from the osgQt/CMakeLists

Re: [osg-users] Visualizing a light cone in scene

2017-01-17 Thread David Heitbrink
Basically What you want is the situation where the peak of the cone is at 0,0,0, and the base is at your negative direction pointed towards the ground. You may have to put transform between say the DOF node, and the cone. You might also just forgo the OSG cone, and have a model where the peak of

[osg-users] TrackballManipulator versus Camera->setProjectionMatrix

2017-01-17 Thread Werner Modenbach
Hi OSG community, my application needs "zoom keys". As a result the cursor position gets centered in the window and depending on key the scene gets zoomed. I do this with this short method: /**A zoom key was pressed (ESC,F1-F5) *_xand_y is the cursor position in the window scaled to-1.0..+1.0

Re: [osg-users] osgQt and osg (CMake)

2017-01-17 Thread Trajce Nikolov NICK
Hi Mathieu, Paul, Robert, I must apologize for the noise again :-(, I was working on some other git repo I found the link in this list https://github.com/robertosfield/osgQt This one https://github.com/openscenegraph/osgQt is just fine, I just gave it a

Re: [osg-users] osgQt and osg (CMake)

2017-01-17 Thread Mathieu MARACHE
Hi, Could you please post a Pull request on the osgQt project also ? It would benefit every one this way ! https://github.com/openscenegraph/osgQt Thanks Le mar. 17 janv. 2017 à 03:29, Trajce Nikolov NICK < trajce.nikolov.n...@gmail.com> a écrit : > Hi Paul, > > sure. Just give me some time si