-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Bryan Berg wrote: > Hi, > > So apparently while the vrml plugin compiled when I tried building I > get the following errors ... > > [osg-users] running vrml plugin on 2.0 >
Well, I am not a Windows user myself, but these errors look like a missing antlr parser library. There is a subdirectory 'antlr' under 'lib' in the OpenVRML distribution, you may need to build it and link with it. For me this was done automatically while compiling the library. > Okay So I don't just want to load up a vrml file calling the > osgviewer command. > > Rather I want to make an application in visual studio that first loads up > the vrml file (wrl) and then uses the camera to move around. Well, build the osgviewer example and replace the osgDB::readNodeFile(filename) call with loading of your VRML file. That does the same. Or provide the file name as an argument to the osgviewer example through the project settings in VC++. Regards, Jan -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) Comment: Using GnuPG with Mandriva - http://enigmail.mozdev.org iD8DBQFGgZ2Ln11XseNj94gRAjasAJ4+2TDbn+q6rNPo6oysg+Pwz9U08wCgtdUi x0l6xxYvMxxe/i7utpm5Dxs= =/KpU -----END PGP SIGNATURE----- _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
