[osg-users] Site down

2015-11-07 Thread Samiul Hoque
Hi, Hey guys... Seems, openscenegraph site is down... Can anyone please tell me, when the site might be running again ? Thank you! Cheers, Samiul -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=65565#65565

[osg-users] notify not printing error msg when file not found

2012-02-07 Thread Samiul Hoque
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