Added :
osg::PagedLOD::s/getDatabasePath() and support in PagedLOD::traverse().
osgDB::ReaderWriter::Options::s/getDatabasePath()
osgDB::Input::s/getOptions()
setting of osgDB::Input::setOptions() in ReaderWriterOSG.cpp
src/osgPlugins/ive/DataInputStream::s/getOptions()
setting of src/osgPlugins/ive/DataInputStream::setOptions() in ReaderWriterIVE.cpp
This commit is contained in:
@@ -43,11 +43,12 @@ class OSGReaderWriter : public ReaderWriter
|
||||
|
||||
}
|
||||
|
||||
virtual ReadResult readNode(std::istream& fin, const Options*)
|
||||
virtual ReadResult readNode(std::istream& fin, const Options* options)
|
||||
{
|
||||
|
||||
Input fr;
|
||||
fr.attach(&fin);
|
||||
fr.setOptions(options);
|
||||
|
||||
typedef std::vector<osg::Node*> NodeList;
|
||||
NodeList nodeList;
|
||||
|
||||
Reference in New Issue
Block a user