Rick Pingry wrote on Friday, August 07, 2009 4:52 PM: > Is there a way already to force the viewer to load > a specific library based on some environment variable or better yet a command > line parameter? would that be sufficient?
Yes, osgviewer supports '-l libname' (that's a lower-case L) to load a specific library. Once the library is loaded, it will be used to load all extensions it says it supports (via acceptsExtension()). -- Bryan Thrall FlightSafety International [email protected] _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

