Hello. I forgot to mention that i check it. That's why i posted it. Cause it is very strange to run even though there is no group as root..
osg::ref_ptr<osg::Group> node =
dynamic_cast<osg::Group*>(osgDB::readNodeFile( "astroboy_walk.dae" ));
if(!node) {
std::cout << "Model could not be loaded " << std::endl;
return 1;
}
thank you.
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

