* Gino van den Bergen -- Wednesday 05 March 2008: > 1) Full DOS paths are now correctly opened by OpenVRML. A URL containing > a DOS path should be "file:///C:data/blah" rather than "file://C:data/blah".
AFAIK the first is right and the second is wrong. I don't know how the C: is handled (as a dir or as a prefix to the first dir name), but apart from that the syntax is supposed to look like this: file://<hostname>/C:data/blah ... whereby a "localhost" can be left away: file:///C:data/blah ... which can be shortened to: file:/C:data/blah But file://C:data/blah is most certainly wrong. m. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

