Zach Basanese wrote on 2012-08-09: > Hi, > > I can't seem to find this anywhere: What are the osgDB::ReadWriter general > Options strings? I think I could potentially use them, but the only one I know > of is "keepExternalReferences". > > To set these options strings, the > osgDB::ReadWriter::Options::setOptionString(string) method is used. > > Thank you!
Hi Zach, Options strings are specific to the ReaderWriter that you are using, which depends on what format you're reading from or writing to. To see what options are available, use 'osgconv --formats'; it will print out all the plugins OSG knows about and their ReaderWriters, and will list the options available for each one under "options". Hope this helps! -- Bryan Thrall Principal Software Engineer FlightSafety International [email protected] _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

