Changeset 191 for osgVisual/trunk/include
- Timestamp:
- Jan 11, 2011, 10:10:59 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
osgVisual/trunk/include/util/visual_util.h
r190 r191 253 253 static xmlNode* getSceneryXMLConfig(std::string configFilename, xmlDoc*& doc); 254 254 255 /** 256 * \brief This function returns the path of the terrainfile specified in the configuration file. 257 * 258 * @param configFilename : Filename of the XML configuration file. 259 * @return : On error an empty string, otherwise the terrain path specified in the configuration file. 260 */ 255 261 static std::string getTerrainFromXMLConfig(std::string configFilename); 256 262 263 /** 264 * \brief This function returns the path of the animationpath file specified in the configuration file. 265 * 266 * @param configFilename : Filename of the XML configuration file. 267 * @return : On error an empty string, otherwise the path of the animationpath specified in the configuration file. 268 */ 257 269 static std::string getAnimationPathFromXMLConfig(std::string configFilename); 258 270
Note: See TracChangeset
for help on using the changeset viewer.