[osg-users] Intergration with QT

2018-03-13 Thread Ali Ozdin
Hi, I am using QT 5.4.1 and osg 3.4.1. I am drawing a line and moving this line to the right of the screen dynamically. This code was working before integrating with Qt. With Qt, the line moves to the right of the screen; but lines in the old position is not removed from the screen. I have

Re: [osg-users] Getting the height of a 3DS node

2018-03-13 Thread Robert Osfield
HI Adrian, On 13 March 2018 at 02:13, Adrian Jelffs wrote: > Awesome, this works great! Thank you for steering me in the right direction. > > osg::BoundingSphere bs = _myNode->getBound(); > > Is there anything that can get just the height of the node? In my case the >

Re: [osg-users] Backward compatibility of osgb file through Schema

2018-03-13 Thread liangzhi zhou
saedrna1 wrote: > Thanks anyway, this is in fact what I felt after looking into the code in the > OutputStream code, because it seems that it changes some way to write data > and add some new fields without version guard. > > I think the only way is to write my own write callback and set to

Re: [osg-users] Javascript read .osg/.osgb?

2018-03-13 Thread Eran Pinhas
Hi, Recently I have implemented this functionality exactly you can view my repo at: github/eran-pinhas/osg-serializer-js Cheers -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=73084#73084 ___