Loading remote osg files from a web server generally works very well when the curl plugin has been compiled into OpenSceneGraph. However, if an osg file contains a ProxyNode that points to a missing remote file (404) this leads to a storm of requests (once per frame!) for the non-existing resource. This only seems to happen with ProxyNodes. Trying to access a missing top-level osg file fails as expected after the 404 response.
Is there any setting in either the curl plugin or in ProxyNode that would stop this behaviour? Regards, Magnus Kessler _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

