Hi Robert, I may be wandering off topic a bit here, but it also just occured to me that I think there is another problem with the AuthenticationMap implementation in relation to the loading of referenced files and textures.
Assuming the idea is to prepopulate the map with authentication details for each filename/url loaded bu curl, I can't think of a sensible way to do this where the loaded models contain references to other models and textures. I wondered if it would be better to have a table in which the auth details are looked up in some other way, e.g. if the map contained a partial url like 'http://myserver.com', it could match to any explicit urls below that? Even getting rid of the map entirely and just having a single AuthenticationDetails object per osgDB::Options seems more usable in this scenario. BTW. I'm happy to implement changes if we can agree a way to do it. :-) Chris ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=20968#20968 _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
