Added new coputeActiveCooridnateSystemNodePath method

This commit is contained in:
Robert Osfield
2004-07-08 22:28:15 +00:00
parent 3248f885ec
commit 8d325c24ff
2 changed files with 15 additions and 5 deletions

View File

@@ -104,6 +104,8 @@ class OSGPRODUCER_EXPORT Viewer : public OsgCameraGroup, public osgGA::GUIAction
typedef std::vector< osg::ref_ptr<osg::Node> > RefNodePath;
void computeActiveCoordindateSystemNodePath();
void setCoordindateSystemNodePath(const RefNodePath& nodePath) { _coordinateSystemNodePath = nodePath; }
void setCoordindateSystemNodePath(const osg::NodePath& nodePath);