Hi Jan, I resorted to getting OpenVRML 0.18.3 to build under a Kubuntu 9.10 install, using this I came across a build issue with your changes - you missed sending your changes to ReaderWriterVRML2.h for the change in method signature of the convertFromVRML method. I was able to work out what this change should have been - simple use what you used in the .cpp, and got things to build cleanly. I also fixed an unused variable warning :
home/robert/OpenSceneGraph/src/osgPlugins/vrml/IndexedFaceSet.cpp:21: warning: unused variable ‘osg_stateset’ Which... was getOrCreateStateSet(), but I presume isn't required. All these changes are now checked into svn/trunk. Could you test out svn/trunk to make sure that my changes are all appropriate. Thanks, Robert. On Sun, Nov 8, 2009 at 3:25 AM, Jan Ciger <[email protected]> wrote: > Hello, > > Here is compilation fix for the OpenVRML plugin. > > Regards, > > Jan > > _______________________________________________ > osg-submissions mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org > > _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
