Jean-Sébastien Guay wrote: > Hello Gino, > > >> 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". >> > > Are you sure about that? I don't know either way, but I remember last > time I did some fixes to the OpenVRML plugin, Jan Ciger commented that > according to the RFCs, the second syntax is correct. (actually, I think > it's "file://C:/data/blah" but I'm not sure). > > Rather than changing the same code multiple times to support what > different people think is correct (osgShadow anyone? :-) ), I think we > should find some facts to support whatever final conclusion we make, and > put that in a comment in the code so others can refer to it later. > > Jan, could you please comment on this? > > J-S > Hi Jean-Sebastien,
You could be right about the correct URL format but this is what I had to change in order to be able to use OpenVRML 0.14.3. I believe some time ago the consensus in the OSG community was to stick with OpenVRML 0.14.3, since following releases depended on boost. I'm not sure if this is still the way to go. Do you know which version of OpenVRML fixes the URL issue? I can probably use the openvrml::browser::version() string to workaround this bug. Cheers, Gino _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
