I noticed that in the osgb format the database path of the ProxyNode is no longer determined at runtime. This is different than the ive format, which if you don't set the database path it will determine the database path by using the osgDB::Options' database path list. This was nice because it enalbed you to use a relative path in the file that contains the ProxyNode. Now that I've switched to the osgb format when I create a ProxyNode with a filename of "./NameOfFile.osgb" or just "NameOfFile.osgb" it won't load the file even though it is in the same directory as the file that contains the ProxyNode.
Is this behavior a bug or on purpose? If it is on purpose then I would say it seems a little inconsistent because the PagedLOD node in the osgb format still uses the Option's database path list to set the database path, so you can still have relative paths in the PagedLOD nodes, just not in the ProxyNodes. Thanks. Alex _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

