| Braden McDaniel 2005-01-28, 7:42 pm |
| OpenVRML 0.15.6 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.6:
- Fixed build to more reliably find Mozilla headers.
- Fixed behavior of openvrml::find_interface function, which has the
side effect of fixing a problem parsing a field "zzz" in a node that
also has an eventIn "set_zzz" or an eventOut "zzz_changed".
- Fixed crash on malformed UTF-8 in the Text node.
- Fixed problem parsing rotation values.
|