Changeset 193
- Timestamp:
- Jan 11, 2011, 8:32:22 PM (14 years ago)
- Location:
- osgVisual/trunk/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
osgVisual/trunk/include/util/visual_util.h
r191 r193 259 259 * @return : On error an empty string, otherwise the terrain path specified in the configuration file. 260 260 */ 261 static std:: stringgetTerrainFromXMLConfig(std::string configFilename);261 static std::vector<std::string> getTerrainFromXMLConfig(std::string configFilename); 262 262 263 263 /** -
osgVisual/trunk/include/vista2D/visual_vista2D.h
r156 r193 78 78 * \brief This static function must be called to instantiate a vista2D project. 79 79 * 80 * @param vista2DFilename_ : Vista2D project file to display.81 * @param sceneGraphRoot_ : Scenegraph to add the vista2D note as child.80 * @param sceneGraphRoot_ : Coordinate system node to display the Vista2D project in. 81 * @param configFileName : Filename of the XML configuration file. 82 82 * @return : True if successful. 83 83 */
Note: See TracChangeset
for help on using the changeset viewer.