Added support for passing options to the .dot plugin

This commit is contained in:
Robert Osfield
2010-04-28 18:53:34 +00:00
parent b459fb4a25
commit 8b8ca09ab1
2 changed files with 38 additions and 8 deletions

View File

@@ -263,7 +263,7 @@ public:
};
SlideShowConstructor(const osgDB::ReaderWriter::Options* options);
SlideShowConstructor(osgDB::Options* options);
void createPresentation();
@@ -398,7 +398,7 @@ protected:
return stateset;
}
osg::ref_ptr<const osgDB::ReaderWriter::Options> _options;
osg::ref_ptr<osgDB::Options> _options;
osg::Vec3 _slideOrigin;
osg::Vec3 _eyeOrigin;