Completed first pass at providing commandline option usage via the new

osg::ArgumentPareser and osg::ApplicationUsage classes. The osgproducer
demo has been implemented using these new mechansims.
This commit is contained in:
Robert Osfield
2003-02-18 21:58:40 +00:00
parent cabc0025cb
commit 73f741d16f
8 changed files with 99 additions and 79 deletions

View File

@@ -99,7 +99,6 @@ Node* osgDB::readNodeFiles(std::vector<std::string>& commandLine)
Node* osgDB::readNodeFiles(osg::ArgumentParser& arguments)
{
osgDB::readCommandLine(arguments);
typedef std::vector<osg::Node*> NodeList;
NodeList nodeList;