Quitened down debug for ViewConfig argument parsing
git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14927 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
parent
d3baf9d311
commit
5cd478e4bb
@ -307,10 +307,11 @@ bool Viewer::readConfiguration(const std::string& filename)
|
||||
ViewConfig* config = dynamic_cast<ViewConfig*>(object.get());
|
||||
if (config)
|
||||
{
|
||||
OSG_NOTICE<<"Using osgViewer::Config : "<<config->className()<<std::endl;
|
||||
OSG_INFO<<"Using osgViewer::Config : "<<config->className()<<std::endl;
|
||||
|
||||
config->configure(*this);
|
||||
|
||||
osgDB::writeObjectFile(*config,"test.osgt");
|
||||
//osgDB::writeObjectFile(*config,"test.osgt");
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user