Ignore:
Timestamp:
Jan 11, 2011, 10:10:59 AM (13 years ago)
Author:
Torben Dannhauer
Message:

animationpath is now configurable by XML

File:
1 edited

Legend:

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

    r190 r191  
    253253        static xmlNode* getSceneryXMLConfig(std::string configFilename, xmlDoc*& doc);
    254254
     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         */
    255261        static std::string getTerrainFromXMLConfig(std::string configFilename);
    256262
     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         */
    257269        static std::string getAnimationPathFromXMLConfig(std::string configFilename);
    258270
Note: See TracChangeset for help on using the changeset viewer.