On 6/13/2011 4:19 PM, basil huffman wrote: > Ok, I am trying to write a node to file (pretty much just verbatim stuff from > the e-book). When I make this call: > bool result = osgDB::writeNodeFile(*(root.get()), fileName ); > result comes back as false and a warning message is output saying that it > couldnt write the node due to not being able to find a plugin. Which plugin > am I missing and how to I use it?
Depends -- what was your filename? The file extension of the filename determines which plugin (and therefore DLL) OSG is looking for. Try turning up the OSG debug level and it'll probably tell you more. Much more. http://www.openscenegraph.org/projects/osg/wiki/Support/TipsAndTricks -- Chris 'Xenon' Hanson, omo sanza lettere. [email protected] http://www.alphapixel.com/ Digital Imaging. OpenGL. Scene Graphs. GIS. GPS. Training. Consulting. Contracting. "There is no Truth. There is only Perception. To Perceive is to Exist." - Xen _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

