Hi Tim,

On 24/10/12 3:59, Tim O'Leary wrote:
> 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?

Are you specifying your path URL-style, as "file:///..."?
Curl is not necessary to load resources from the local disk, but they then have 
to be
specified as plain paths.

Cheers,
/ulrich
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to