Re: [osg-users] [build] osgText issue

2012-05-14 Thread Robert Osfield
Hi David, I can't work out how to provide any suggestion given your posts contents, I simply can't make sense of what you are doing or what you need. Robert. On 11 May 2012 12:30, David Fernandes davidmfernan...@gmail.com wrote: Hi, I want to add some text to the scene using the osgtext

[osg-users] [build] osgText issue

2012-05-11 Thread David Fernandes
Hi, I want to add some text to the scene using the osgtext library. I have this code to paint a 3D Object in the X3M mark. osg::ref_ptrosg::MatrixTransform transform = new osg::MatrixTransform(osg::Matrix::scale(8, 8, 8)); transform-addChild(osgDB::readNodeFile(data\\cow.osg)); object2_X3M =