Adding support for controlling visual settings via environmental variables
and command line paramters. Including support for stereo and stencil buffer.
This commit is contained in:
@@ -36,7 +36,11 @@ OSGDB_EXPORT extern osg::Image* readImageFile(const std::string& filename);
|
||||
* The osgDB::Registry is used to load the appropriate ReaderWriter plugin
|
||||
* for the filename extension, and this plugin then handles the request
|
||||
* to read the specified file.*/
|
||||
OSGDB_EXPORT extern osg::Node* readNodeFile(const std::string& filename);
|
||||
OSGDB_EXPORT extern osg::Node* readNodeFile(const std::string& filename);
|
||||
|
||||
/** Read an osg::Node subgraph from files, creating a osg::Group to contain the nodes if more
|
||||
* than one subgraph has been loaded.*/
|
||||
OSGDB_EXPORT extern osg::Node* readNodeFiles(std::vector<std::string>& commandLine);
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user