Changeset 151 for osgVisual/include
- Timestamp:
- Nov 9, 2010, 10:37:40 PM (14 years ago)
- Location:
- osgVisual/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
osgVisual/include/distortion/visual_distortion.h
r150 r151 87 87 * @param subgraph : Undistorted scene graph. 88 88 * @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 ). 90 90 */ 91 91 osg::Group* initialize(osg::Group* subgraph, const osg::Vec4& clearColor ); -
osgVisual/include/util/visual_util.h
r146 r151 231 231 * xmlNode* yourNode = util::getModuleXMLConfig( configFilename, "core", tmpDoc ); 232 232 * // use yourNode 233 * if( tmpDoc)233 * if(yourNode) 234 234 * { 235 235 * xmlFreeDoc(tmpDoc); xmlCleanupParser();
Note: See TracChangeset
for help on using the changeset viewer.