OpenSceneGraph/src/osgPlugins/vrml
Robert Osfield 9f4fee5fd3 From Mathias Froehlich, "I have attached an updated version of the VRML2 loader.
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.
"
2011-07-21 09:07:22 +00:00
..
CMakeLists.txt From Johan Nouvel, "Some times ago, I have coded an osg to vrml2 writer. Today, I have updated our writer to osg 2.9.9. 2010-11-08 15:49:30 +00:00
ConvertToVRML.cpp Fixed warnings 2010-12-17 11:46:42 +00:00
ConvertToVRML.h From Johan Nouvel, "Some times ago, I have coded an osg to vrml2 writer. Today, I have updated our writer to osg 2.9.9. 2010-11-08 15:49:30 +00:00
IndexedFaceSet.cpp From Jan Ciger, build fixes to work with OpenVRML 0.18.3. 2009-11-19 16:06:30 +00:00
LICENSE.txt Fixed permissions 2010-06-03 16:02:01 +00:00
Primitives.cpp From Mathias Froehlich, "I added some features to the vrml plugin. 2010-03-25 14:19:01 +00:00
ReaderWriterVRML2.cpp From Mathias Froehlich, "I have attached an updated version of the VRML2 loader. 2011-07-21 09:07:22 +00:00
ReaderWriterVRML2.h Fixed for build with non autoatic ref_ptr<> to C pointer conversion 2011-01-14 11:46:43 +00:00
README.txt From Jan Ciger, "I am attaching the updated VRML plugin, as promised. This version works 2009-05-26 14:22:56 +00:00

########################################################
# 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!