[osg-users] New feature : osgconv --plugins and --formats &ReaderWriter::supported*() API
Robert Osfield
robert.osfield at gmail.com
Thu Jul 24 04:36:13 PDT 2008
Hi All,
I have just added some further options into osgconv, --format and
--plugin, which allow you to query the details on a specific plugin
i.e.
osgconv --format obj
Will report:
Plugin osgPlugins-2.5.6/osgdb_obj.so
{
ReaderWriter : Wavefront OBJ Reader
{
extensions : .obj Alias Wavefront OBJ format
options : noRotation Do not do the default
rotate about X axis
options : noTesselateLargePolygons Do not do the default
tesselation of large polygons
options : noTriStripPolygons Do not do the default
tri stripping of polygons
}
}
Tabbing doesn't look so good in email client... better in the console ;-)
Robert.
More information about the osg-users
mailing list