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

@@ -207,8 +207,10 @@ public:
};
// Register with Registry to instantiate the above reader/writer.
osgDB::RegisterReaderWriterProxy<ReaderWriterP3DXML> g_readerWriter_P3DXML_Proxy;
// now register with Registry to instantiate the above
// reader/writer.
REGISTER_OSGPLUGIN(p3d, ReaderWriterP3DXML)
std::string ReaderWriterP3DXML::expandEnvVarsInFileName(const std::string& filename) const
{