|
From: Braden M. <br...@en...> - 2001-08-02 04:50:30
|
On 02 Aug 2001 10:06:59 +0530, S.K.Bose wrote: > > > On 30 Jul 2001, Braden McDaniel wrote: > > > OpenVRML 0.11.0 has been released. > > > > OpenVRML is a C++ library for reading and displaying VRML worlds. The > > OpenVRML distribution includes Lookat, a simple GLUT-based VRML viewer. > > > > Highlights for this release: > > > > * New memory manager for nodes, using a refcounted smart pointer instead > > of an intrusive reference count. > > * Significant reworking of the JavaScript binding. More to come. > > * Now (optionally) depends on the Mozilla distribution of JavaScript > > instead of compiling our own into the library. > > * libpng and libjpeg are now optional dependencies. > > * API cleanup for VrmlField classes. > > * Consolidated node implementations into fewer files. > > > > As "ScriptJDK" is not included (I know, it is not functional yet) in this > distribution, there will be problem in making this OpenVRML lib under > Win32. I fixed it in OpenVRML-0_11 branch by removing this file from > compilation in *.dsp and Makefile.* files. Er... ScriptJDK.* weren't in 0.10.x either... :-/ Michael, is the Mac CodeWarrior project okay? I'd like to cut 0.11.1 no later than the beginning of next week. > Now in this release we can have OpenVRML DLLs under Win32. Yea! Sorry I forgot to include this bullet point in the release announcement. Thanks for adding it to NEWS. Braden |