When I have OSG_CURL_PROXY and OSG_CURL_PROXYPORT set to valid values, the call to osgDB::readNodeFile( foo ) returns a valid pointer, and I'm able to load an *.osg model from my C: drive.
When I delete these environment vars, and re-run my project, the call to readNodeFile() returns NULL. Nothing else has changed. The path that I'm sending to readNodeFile is a valid *.osg file on my C: drive. Presumably, when I delete the CURL env vars, the CURL plugin stops working, and OSG has no other way to load my *.osg file. Is that a true statement? Does this mean that I'm missing a plugin to handle non-CURL file I/O? Thanks, Tim ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=50738#50738 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

