Changeset 192 for osgVisual/trunk/src/core
- Timestamp:
- Jan 11, 2011, 8:32:13 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
osgVisual/trunk/src/core/visual_core.cpp
r191 r192 187 187 bool visual_core::loadTerrain(osg::ArgumentParser& arguments_) 188 188 { 189 osg::ref_ptr<osg::Node> model = osgDB::readNodeFiles( arguments_);189 osg::ref_ptr<osg::Node> model = osgDB::readNodeFiles(util::getTerrainFromXMLConfig(configFilename)); 190 190 if( model.valid() ) 191 191 {
Note: See TracChangeset
for help on using the changeset viewer.