Changeset 151 for osgVisual/include


Ignore:
Timestamp:
Nov 9, 2010, 10:37:40 PM (14 years ago)
Author:
Torben Dannhauer
Message:
 
Location:
osgVisual/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • osgVisual/include/distortion/visual_distortion.h

    r150 r151  
    8787         * @param subgraph : Undistorted scene graph.
    8888         * @param clearColor : Clear color for distortion.
    89          * @return : Group node which contains the distortion and the undistorted scene graph.
     89         * @return : Group node which contains the distortion and the undistorted scene graph ( distortedGraph ).
    9090         */
    9191        osg::Group* initialize(osg::Group* subgraph, const osg::Vec4& clearColor );
  • osgVisual/include/util/visual_util.h

    r146 r151  
    231231         *  xmlNode* yourNode = util::getModuleXMLConfig( configFilename, "core", tmpDoc );
    232232         *  // use yourNode
    233          *  if(tmpDoc)
     233         *  if(yourNode)
    234234         *  {
    235235         *     xmlFreeDoc(tmpDoc); xmlCleanupParser();
Note: See TracChangeset for help on using the changeset viewer.