Further steps towards reading coniguration files.
This commit is contained in:
@@ -32,10 +32,13 @@ class OSGVIEWER_EXPORT CompositeViewer : public osg::Object
|
||||
|
||||
CompositeViewer(osg::ArgumentParser& arguments);
|
||||
|
||||
META_Object(osg,CompositeViewer);
|
||||
META_Object(osgViewer,CompositeViewer);
|
||||
|
||||
virtual ~CompositeViewer();
|
||||
|
||||
/** read the viewer configuration from a configuration file.*/
|
||||
bool readConfiguration(const std::string& filename);
|
||||
|
||||
void addView(osgViewer::View* view);
|
||||
void removeView(osgViewer::View* view);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user