Changeset 226 for osgVisual/trunk/include
- Timestamp:
- Feb 10, 2011, 11:49:39 AM (14 years ago)
- Location:
- osgVisual/trunk/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
osgVisual/trunk/include/object/visual_object.h
r223 r226 77 77 #include <leakDetection.h> 78 78 public: 79 //META_Object(osgVisual,visual_object); 80 79 81 /** 80 82 * \brief Constuctor: Adds this object to the scenegraph, … … 93 95 94 96 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_); 95 106 96 107 -
osgVisual/trunk/include/util/visual_util.h
r221 r226 34 34 #include <osgUtil/LineSegmentIntersector> 35 35 36 37 36 38 #ifdef FUNFUNCTIONS_ENABLED 37 39 #ifdef WIN32
Note: See TracChangeset
for help on using the changeset viewer.