Re: [osg-users] [build] OSG 3.3.7 cmake_policy CMP0020

2015-05-05 Thread Gianni Ambrosio
Hi Robert, yes I confirm the trunk code builds correctly now. Regards Gianni -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=63636#63636 ___ osg-users mailing list osg-users@lists.openscenegraph.org

[osg-users] Rendering kinda attached to the camera moving

2015-05-05 Thread Andreas Schreiber
Hi, hope someone can help me. If you got any problems with my explanation, please just ask me! I will try to explain it better. I added two image, in the second image I moved the camera a bit to the left. I've got the following problem: I want to render a glitter path of car headlights. For

[osg-users] [build] OSG 3.3.7 cmake_policy CMP0020

2015-05-05 Thread Gianni Ambrosio
Hi, I'm trying to build version 3.3.7 on windows7, VC++ 2012 and Cmake 2.8.10.2 And I get the error: CMake Error at CMakeLists.txt:43 (cmake_policy): Policy CMP0020 is not known to this version of CMake. Looking at the CMakeLists.txt file and CMake online documentation

Re: [osg-users] [build] OSG 3.3.7 cmake_policy CMP0020

2015-05-05 Thread Robert Osfield
Hi Gianni, The OSG has lots of CMakeList.txt files, which one are you referring to? Robert. On 5 May 2015 at 08:36, Gianni Ambrosio g.ambrosio+...@gmail.com wrote: Hi, I'm trying to build version 3.3.7 on windows7, VC++ 2012 and Cmake 2.8.10.2 And I get the error: CMake Error at

[osg-users] osganimationhardware does not seem to work with nathan.osg

2015-05-05 Thread Steven Powers
I tried out osganimationhardware with nathan.osg but it does not seem to skin the object correctly. When compared to running the same application with the --software flag turned on the results are VERY different. With --software turned on it looks like the arms and head move correctly but

Re: [osg-users] [build] OSG 3.3.7 cmake_policy CMP0020

2015-05-05 Thread Gianni Ambrosio
Hi Robert, the one at root level :) Regards Gianni -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=63633#63633 ___ osg-users mailing list osg-users@lists.openscenegraph.org

Re: [osg-users] [build] OSG 3.3.7 cmake_policy CMP0020

2015-05-05 Thread Robert Osfield
Hi Gianni, On 5 May 2015 at 11:48, Gianni Ambrosio g.ambrosio+...@gmail.com wrote: the one at root level :) Thanks for the clarification, what I have checked into svn/trunk and the OSG-3.2 branch is: # disable autolinking to qtmain as we have our own main() functions (new in Qt 5.1)