Re: [osg-users] osg plugins

2011-11-21 Thread Robert Osfield
HI Andy, The code looks correct to me, this block with the loadLibrary in will only be called in no entry has been found to load that required tokens in the ascii file so the fallback then has to load a new library to be able to read it, but if no new library is loaded then it shouldn't attempt to

[osg-users] osg plugins

2011-11-16 Thread Andy Skinner
We're just moving from 2.8.something to 3.0.1. Looks like I should update from using .osg to .osgx. While I was looking at that, I was wondering about this line from DogOSGWrapper.cpp: if (osgDB::Registry::instance()->loadLibrary(*itr)==osgDB::Registry::LOADED) return writeObject(obj,fw)