Hi, I would like to use the osgDB architecture to load script and xml files, possibly other stuff. I would like to be able to use the CURL plugin to load these files from the net, which means I can't simply get a path with osgDB::findFile and fopen that. Ideally I would like to enter a path or URL and somehow get a std::istream in return.
Is reading arbitrary files through the plugin structure possible without writing a ReaderWriter plugin for each format and wrapping the return in an osg::Object? I only see very concrete methods like osgDB::Registry::readImage() or readNode(), not readFile() or something similar. Thank you! Cheers, Martin ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=51432#51432 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

