Re: [osg-users] How to get position of sub-drawable object from PositionAttitudeTransform

2011-05-17 Thread Nan WANG
anybody knows that? using osg::Node* findNamedNode(const std::string searchName, osg::Node* currNode)? Thank you! Cheers, Nan -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=39450#39450 ___

[osg-users] How to get position of sub-drawable object from PositionAttitudeTransform

2011-05-16 Thread Nan WANG
Hello I am wondering how to get position of sub drawable object from PositionAttitudeTransform. Two objects are created with osg::Cylinder and osg::Sphere, the I created two osg::ShaperDrawable...then declare an instance of geode class and attached tow Drawables to it, finally, added