Hi Patrick, On Fri, Dec 3, 2010 at 8:12 AM, Patrick Steffens <[email protected]> wrote: > Thanks. The plugin is now been found by the browser. Is there a possibility > to mage osg look into /usr/local/lib every time the system starts? > > I've done this before, but I don't really remember how I made it work ;-)
You can use the OSG_LIBRARY_PATH env var to point to the parent directory of the osgPlugins-version directory, or set this at runtime using osgDB::setLibraryFilePathList(..). See include/osgDB/FileUtils. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

