Added support for initial cut of static build of Present3D.

This commit is contained in:
Robert Osfield
2009-06-20 17:03:38 +00:00
parent cc4cc7b403
commit 771101d79b
7 changed files with 54 additions and 10 deletions

View File

@@ -70,8 +70,10 @@ public:
virtual osgDB::ReaderWriter::ReadResult read_rotation_path(std::istream& fin, const osgDB::Options* options) const;
};
// Register with Registry to instantiate the above reader/writer.
osgDB::RegisterReaderWriterProxy<ReaderWriterPaths> g_readerWriter_PathsL_Proxy;
// now register with Registry to instantiate the above
// reader/writer.
REGISTER_OSGPLUGIN(paths, ReaderWriterPaths)
osgDB::ReaderWriter::ReadResult ReaderWriterPaths::readObject(const std::string& file, const osgDB::Options* options) const
{