Changeset 193 for osgVisual


Ignore:
Timestamp:
Jan 11, 2011, 8:32:22 PM (13 years ago)
Author:
Torben Dannhauer
Message:
 
Location:
osgVisual/trunk/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • osgVisual/trunk/include/util/visual_util.h

    r191 r193  
    259259         * @return : On error an empty string, otherwise the terrain path specified in the configuration file.
    260260         */
    261         static std::string getTerrainFromXMLConfig(std::string configFilename);
     261        static std::vector<std::string> getTerrainFromXMLConfig(std::string configFilename);
    262262
    263263        /**
  • osgVisual/trunk/include/vista2D/visual_vista2D.h

    r156 r193  
    7878         * \brief This static function must be called to instantiate a vista2D project.
    7979         *
    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.
    8282         * @return : True if successful.
    8383         */
Note: See TracChangeset for help on using the changeset viewer.