Changeset 13041 for OpenSceneGraph/trunk/src/osgPlugins/ive/PagedLOD.cpp
- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/ive/PagedLOD.cpp
r10762 r13041 135 135 { 136 136 const std::string& path = in->getOptions()->getDatabasePathList().front(); 137 if (!path.empty()) 137 if (!path.empty()) 138 138 { 139 139 setDatabasePath(path); 140 140 } 141 } 141 } 142 142 143 143 … … 158 158 for(i=0; i<size; i++) 159 159 { 160 addChild(in->readNode()); 160 addChild(in->readNode()); 161 161 } 162 162 … … 179 179 setFileName(i, in->readString()); 180 180 } 181 181 182 182 183 183 // PagedLOD priority settings
