Re: [osg-users] Accessing Child Nodes

2010-03-21 Thread Ulrich Hertlein
On 21/03/10 16:27 , John Galt wrote: > I'm trying to access a child node to perform Position Attitude > Transformations but I > am unable to figure out how to do so. > > My createModel(overlay, technique) is defined as follows: >> >> osg::Group* root = new osg::Group; >> osg::Node* b

[osg-users] Accessing Child Nodes

2010-03-20 Thread John Galt
Hi, I'm trying to access a child node to perform Position Attitude Transformations but I am unable to figure out how to do so. My createModel(overlay, technique) is defined as follows: > > > osg::Group* root = new osg::Group; > > // float baseHeight = center.z()-radius*0.5;