Changeset 13191 for OpenSceneGraph/trunk/include/osg/PagedLOD
- Timestamp:
- 06/19/13 19:28:28 (3 hours ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/include/osg/PagedLOD (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/include/osg/PagedLOD
r13041 r13191 45 45 46 46 47 /** Set the optional database osgDB::Options object to use when loadedchildren.*/47 /** Set the optional database osgDB::Options object to use when reading children.*/ 48 48 void setDatabaseOptions(osg::Referenced* options) { _databaseOptions = options; } 49 49 50 /** Get the optional database osgDB::Options object used when loadedchildren.*/50 /** Get the optional database osgDB::Options object used when reading children.*/ 51 51 osg::Referenced* getDatabaseOptions() { return _databaseOptions.get(); } 52 52 53 /** Get the optional database osgDB::Options object used when loadedchildren.*/53 /** Get the optional database osgDB::Options object used when reading children.*/ 54 54 const osg::Referenced* getDatabaseOptions() const { return _databaseOptions.get(); } 55 55
