Re: [osg-users] Strange problem with QT, OSG and osgdb_dae.so

2016-08-09 Thread Robert Osfield
Hi Philipp, Is there any chance that the COLLADA_DOM assumes a certain locale while Qt is changing it? Robert. On 9 August 2016 at 11:41, Philipp Meyer wrote: > Hi, > > Im trying to build a collada model viewer using osg, the osgdb_dae plugin and > QT for the

[osg-users] Strange problem with QT, OSG and osgdb_dae.so

2016-08-09 Thread Philipp Meyer
Hi, Im trying to build a collada model viewer using osg, the osgdb_dae plugin and QT for the user interface. For integrating osg into QT, I have followed the example implementation here: https://github.com/openscenegraph/OpenSceneGraph/blob/master/examples/osgviewerQt/osgviewerQt.cpp I can see

Re: [osg-users] Potential fix for osgDB MSVC linkage issues (FORCE:MULTIPLE needed)

2016-08-09 Thread Robert Osfield
Hi James, On 9 August 2016 at 09:08, James Turner wrote: > I would prefer to fix the underlying issue in osgDB, rather than finding > better work-arounds. My intuition, but as a non-Windows user it may be wrong, > is that exporting the ctor / dtor for a class you don’t ‘own’

Re: [osg-users] Potential fix for osgDB MSVC linkage issues (FORCE:MULTIPLE needed)

2016-08-09 Thread James Turner
> On 8 Aug 2016, at 09:57, Trajce Nikolov NICK > wrote: > > this was discussed while ago for different versions of Visual Studio and > there was a work around (which was not forcing to use force:multiple). Might > be worth to look in the archive > I would

Re: [osg-users] Left handed scene

2016-08-09 Thread Antoine Rennuit
Hi Sam, I have tested this solution and it solves for the geometry inversion, but it does not solve the behavior inversion problem. This means that when the trackball is moved up the scene actually goes down (either in rotation or in pan). From: osg-users