Hi Nicholas, For the VRML plugin you'll need to download the sources to the OSG and build against OpenVRML (0.14.x) or Coin (via the Intentor plugin). We haven't yet moved to using OpenVRML 0.16.x as this requires boost and rewrite of our plugin so its a bit of heavy payload.
The missing include/osgViewer was down to mistake in packaging, Mike Weiblen is aware of this and will fix it for the upcoming 2.2 release. Robert. On 8/30/07, Nicholas Yue <[EMAIL PROTECTED]> wrote: > Hi, > > I noticed a flurry of e-mail regarding VRML and happen to need to view > VRML files. > > I installed the binary 2.0 distribution (zip file) > > osg2.0.0_vs71_setup_2007-06-19.zip > > but noticed that it is unable to load VRML files because the VRML plugin > is not available. > > I read from the wiki page (can't find the location now) that it requires a > specific version of OpenVRML for it to work which is not the same version > available from SourceForge. > > Should the binary zip distribution be able to load VRML files out of the > box? > > While thinking about that, I thought I setup my own prototype to build > simple OSG application just in case I need to. > > From the tutorial, the simple geometry example source code refers to an > include directory > > #include <osgViewer/Viewer> > > The zip does not contain the osgViewer directory. Is this something I have > to generate or download separately? > > I have also downloaded 3rdParty just in case but it's not there either. > > I'd much prefer to be able to be able to load VRML files via osgViewer so > that I can showcase OSG as a better way to view VRML files because it uses > GL_BLEND to handle translucent geometry better and other VRML viewer > available. > > Regards > > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > > _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

