Added warning when model file has not be found

This commit is contained in:
Robert Osfield
2013-08-22 10:09:21 +00:00
parent 464628b5c4
commit db449b9e09

View File

@@ -1991,6 +1991,10 @@ void SlideShowConstructor::addModel(const std::string& filename, const PositionD
{
addModel(subgraph.get(), positionData, modelData);
}
else
{
OSG_NOTICE<<"Could not loaded model file : "<<filename<<std::endl;
}
OSG_INFO<<"end of SlideShowConstructor::addModel("<<filename<<")"<<std::endl<<std::endl;