| Braden McDaniel 2005-01-10, 7:15 am |
| OpenVRML 0.15.5 is now available. The distribution can be obtained from
<http://prdownloads.sourceforge.net/...tar.gz?download>
OpenVRML is a C++ runtime library for VRML97 worlds. It is capable of
reading and displaying VRML; it can be used for creating loaders, file
converters, and VRML browsers.
OpenVRML includes a Mozilla browser plug-in as well as a simple stand-
alone VRML browser that uses SDL.
You can find OpenVRML on the Web at
<http://openvrml.org>
New in OpenVRML 0.15.5:
- Mozilla plug-in is now out-of-process. This addresses the
interactivity issues present in 0.15.4 and provides an overall more
robust design for the plug-in.
- Fixed bugs in openvrml::browser::find_node and
openvrml::node_traverser.
- Fixed a problem with the build system when configuring with
--disable-script-node-javascript.
- Updated API documentation to use Doxygen 1.4.
|