Chris 'Xenon' Hanson wrote:
  For filesystem-management purposes, I know I'd prefer a .osgb extension. So 
much easier
to grep and write scripts when you can assume the content based on the 
extension.

That would be true if it weren't for the fact that .osgb is already in use: http://osgbullet.googlecode.com.

If you all want to use extensions that are already in use, such as .osg and .osgb, I'll repeat my previous offer to enhance the osgDB so that it handles this case without requiring the app to explicitly load a plugin. See the thread "Plugin extension registry" from last June for a summary of the issue. This should be s simple matter of adding a loop at about Registry.cpp line 1684, to iterate over all possible plugin names for the extension, until either the load succeeds or the list of plugin names is exhausted.

If such a modification would be accepted, I'd be glad to code it. Let me know if you're interested.

_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to