Re: [osg-users] Make a text scroller

2014-02-25 Thread I Snow
Hi, ... Thank you! Cheers, I Hi, I also seek to make scroll with hundreds of texts; the problem is that the texts are embedded in a group of transforms to place it in the scene, like a notification panel around the scene. How should I set the projection for each text? Thanks!

[osg-users] Make a text scroller

2013-09-12 Thread Sebastien le Goff
Hi, I'm looking for a way to create a text scroller. My pb is that I can move dynamicaly the TextBaseElement using a positionAttittudTransform by I can't hide the top or the bottom of the Element Have you got some tips ? Thank you! Cheers, sebastien -- Read this topic online

Re: [osg-users] Make a text scroller

2013-09-12 Thread Eric Sokolowsky
I use a osgText::Text object, put the text into it with all the appropriate attributes. I put the osgText::Text under an osg::Geode with addDrawable(). I put the geode under an osg::MatrixTransform (I believe it may have changed name in the latest version of OSG) with addChild(). Then I use a