Re: [osg-users] New feature : osgconv --plugins and --formatsReaderWriter::supported*() API

2008-07-24 Thread Paul Martz
Hi Robert -- This change appears to have introduced a build problem on VS
2005...

PluginQuery.cpp
c:\osgdev\osg\applications\osgconv\pluginquery.cpp(149) : error C4716:
'osgDB::outputPluginDetails' : must return a value

Not sure whether you need this to return true or false, so I'll let you
submit the change.

Thanks, nice feature.
   -Paul


 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 : .objAlias 
 Wavefront OBJ format
options: noRotation  Do not do the default
 rotate about X axis
options: noTesselateLargePolygonsDo 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.
 ___
 osg-users mailing list
 osg-users@lists.openscenegraph.org
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-opensce
negraph.org

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] New feature : osgconv --plugins and --formatsReaderWriter::supported*() API

2008-07-24 Thread Robert Osfield
Thanks for the note, I've added in both a return true and a return false ;-)

On Thu, Jul 24, 2008 at 3:27 PM, Paul Martz [EMAIL PROTECTED] wrote:
 Hi Robert -- This change appears to have introduced a build problem on VS
 2005...

 PluginQuery.cpp
 c:\osgdev\osg\applications\osgconv\pluginquery.cpp(149) : error C4716:
 'osgDB::outputPluginDetails' : must return a value

 Not sure whether you need this to return true or false, so I'll let you
 submit the change.

 Thanks, nice feature.
   -Paul


 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 : .objAlias
 Wavefront OBJ format
options: noRotation  Do not do the default
 rotate about X axis
options: noTesselateLargePolygonsDo 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.
 ___
 osg-users mailing list
 osg-users@lists.openscenegraph.org
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-opensce
 negraph.org

 ___
 osg-users mailing list
 osg-users@lists.openscenegraph.org
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org