Hi David,

On Fri, Oct 17, 2008 at 10:24 AM, David Spilling
<[EMAIL PROTECTED]> wrote:
> Ah! I learn something every day...
>
> Is there any system-wide check (other than by eye, at checkin) that makes
> sure that all of the options are unique to each loader? e.g. there isn't a
> "dds_flip" option in, say, the .ac3d loader?

There is only one default Options obejct attached to the Registry,
this is passed to all plugins if you don't pass your own Options
object to the readNode/Image/etc call.  The plugins themselves just
need to pick out what parts of the options string that make sense to
them - so the ac3d plugin wouldn't care about dds_flip.

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

Reply via email to