Completed support for automatic detection of plugin features.
Cleaned up debug out of various plugins to ensure a clean osgconv --formats.
This commit is contained in:
@@ -30,12 +30,12 @@ osg::ref_ptr<BrowserManager>& BrowserManager::instance()
|
||||
|
||||
BrowserManager::BrowserManager()
|
||||
{
|
||||
osg::notify(osg::NOTICE)<<"Constructing base BrowserManager"<<std::endl;
|
||||
osg::notify(osg::INFO)<<"Constructing base BrowserManager"<<std::endl;
|
||||
}
|
||||
|
||||
BrowserManager::~BrowserManager()
|
||||
{
|
||||
osg::notify(osg::NOTICE)<<"Destructing base BrowserManager"<<std::endl;
|
||||
osg::notify(osg::INFO)<<"Destructing base BrowserManager"<<std::endl;
|
||||
}
|
||||
|
||||
void BrowserManager::init(const std::string& application)
|
||||
@@ -45,7 +45,7 @@ void BrowserManager::init(const std::string& application)
|
||||
|
||||
BrowserImage* BrowserManager::createBrowserImage(const std::string& url, int width, int height)
|
||||
{
|
||||
osg::notify(osg::NOTICE)<<"Cannot created browser"<<std::endl;
|
||||
osg::notify(osg::NOTICE)<<"Cannot create browser"<<std::endl;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user