Re: [osg-users] Multiple plugins for a single format

2007-12-04 Thread Robert Osfield
Hi Paul, Its a pretty unusal instance - having two plugins implementing support for a single format, so I'm inclined to look for specific workarounds for this case rather than introduce greater complexity into the internals of osgDB. One thing I'd do right now is preload your writer plugin

Re: [osg-users] Multiple plugins for a single format

2007-12-04 Thread Paul Martz
Its a pretty unusal instance - having two plugins implementing support for a single format, Hm. I thought I recalled a post from you saying that two plugins for a single format, one for reading and one for writing, should work. (I tried to find this in the archives but they don't seem to go

[osg-users] Multiple plugins for a single format

2007-12-03 Thread Paul Martz
Hi Robert -- I've encountered a small issue in developing my OpenFlight export plugin, which is written as a separate plugin from the existing FLT import plugin. I have a small test app that performs the following steps: 1) Register an extension alias so that osgDB knows my export plugin support