Ignore:
Timestamp:
Feb 10, 2011, 11:49:39 AM (13 years ago)
Author:
Torben Dannhauer
Message:

TRacking nodes by XML config should work now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • osgVisual/trunk/include/object/visual_object.h

    r223 r226  
    7777        #include <leakDetection.h>
    7878public:
     79        //META_Object(osgVisual,visual_object);
     80
    7981        /**
    8082         * \brief Constuctor: Adds this object to the scenegraph,
     
    9395
    9496        static visual_object* createNodeFromXMLConfig(osg::CoordinateSystemNode* sceneRoot_, xmlNode* a_node);
     97
     98        /**
     99         * \brief This functions searches in the scene graph for a node with a tracking ID
     100         *
     101         * @param trackingID : Id to search for.
     102         * @param currNode_ : Scene graph to search in.
     103         * @return : Pointer to the first found node, otherwise NULL.
     104         */
     105        static osg::Node* findNodeByTrackingID(int trackingID, osg::Node* currNode_);
    95106
    96107
Note: See TracChangeset for help on using the changeset viewer.