I have made a first cut of a libcurl based plugin, it now checked into SVN. Its very simple, and does yet support a local file cache like the old .net plugin does, this will come though.
To use the new plugin all you need to do install libcurl, rerun CMake/CMakeSetup to pick it up and then rebuild the OSG, the new curl plugin should build, and at runtime osgDB::Registry should loaded the curl plugin whenever you have a http address, if its not available then it'll fallback to loading the .net plugin. The code is still in development, please shout if something doesn't work. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

