Updated the demos to support the new commandline handling of stereo and

convinience functios for loading libs and files.
This commit is contained in:
Robert Osfield
2001-12-19 10:29:18 +00:00
parent 3c1c0f015e
commit 0721f0a818
10 changed files with 106 additions and 306 deletions

View File

@@ -41,7 +41,7 @@ Node* osgDB::readNodeFiles(std::vector<std::string>& commandLine)
typedef std::vector<osg::Node*> NodeList;
NodeList nodeList;
// note currently doesn't delete the loaded files yet...
// note currently doesn't delete the loaded file entries from the command line yet...
for(std::vector<std::string>::iterator itr=commandLine.begin();
itr!=commandLine.end();