PDA

View Full Version : Grab textNode from osg file


Andy
08-07-2014, 02:10 AM
Is it possible to grab a osgText Node from an *.osg file. After getChild('...') I would like to change the message() of the textNode dynamically.

I add a osgText object in the inspector 5.0, save it as an *.osgb file. In Vizard 5.0 I get the node with getChild(). I can change the position but it is not possible to change the text of this node.

Any idea, it would be very helpful :)?