9f4fee5fd3
That change is the result of the '[osgPlugins] VRML plugin - "file" url' discussion on osg-users. The attached change avoids rewriting file names into some kind of file urls and then use the url for opening an fstream. Instead just use the given file name to open the stream. Also this change adds some Notify output for the error paths. " |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
ConvertToVRML.cpp | ||
ConvertToVRML.h | ||
IndexedFaceSet.cpp | ||
LICENSE.txt | ||
Primitives.cpp | ||
ReaderWriterVRML2.cpp | ||
ReaderWriterVRML2.h | ||
README.txt |
######################################################## # Replacement VRML plugin for OpenSceneGraph. # # (C) J.Ciger B.Herbelin T.Abaci 2003,2004 VRlab EPFL # ######################################################## - dependencies: OpenVRML (http://openvrml.org/) Boost (http://www.boost.org/) OpenSceneGraph (http://www.openscenegraph.org/) CAUTION! This version of the plugin requires OpenVRML 0.17.12 and Boost 1.38. Older version *may* work, but were not tested!