Hi, in
Code: Node* osgDB::readNodeFile(const std::string& filename,const ReaderWriter::Options* options) function, if a file is not found then Code: if (rr.error()) notify(WARN) << rr.message() << std::endl; doesn't show anything because rr.message() is null. just wanted to notify about it. Thank you! Cheers, Samiul ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=45276#45276 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

