Re: [osg-users] sign language avatar with osg

2018-03-12 Thread Jan Ciger
On Sun, Mar 11, 2018 at 9:18 PM, Trajce Nikolov NICK < trajce.nikolov.n...@gmail.com> wrote: > Hello Community, > > I carry this idea with me from my UNI days (which is about 20 years ago) > and since recent it was just an idea. Over time it was even close to get > some funding but it did not happ

Re: [osg-users] sign language avatar with osg

2018-03-12 Thread Richard Kennaway
On Sun, March 11, 2018 8:18 pm, Trajce Nikolov NICK wrote: > Hello Community, > > > I carry this idea with me from my UNI days (which is about 20 years ago) > and since recent it was just an idea. Over time it was even close to get > some funding but it did not happen. > > The idea is to have virtu

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

2018-03-12 Thread Adrian Jelffs
Hi Robert, 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 node is quite long but not very tall so using a sphere places my text much further a