OpenSceneGraph/src/osgPlugins/vrml
2013-06-27 14:46:16 +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 Replaced deprecatated osg::Geometry::get*Binding() calls. 2013-06-27 14:46:16 +00:00
ConvertToVRML.h Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
IndexedFaceSet.cpp With assistance from Sukender, moved the depreacted osg::Geometry vertex indices and AttributeBinding definitions out into a separated namespace/class so to use 2013-06-25 16:10:24 +00:00
LICENSE.txt Fixed permissions 2010-06-03 16:02:01 +00:00
Primitives.cpp Replaced deprecated osg::Geometry::set*Binding() calls. 2013-06-26 17:44:30 +00:00
ReaderWriterVRML2.cpp Build fixes for new deprecated osg::Geometry functions 2013-06-19 10:56:31 +00:00
ReaderWriterVRML2.h Build fixes for new deprecated osg::Geometry functions 2013-06-19 10:56:31 +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!