HI Andrew,

A ProxyNode based psedo plugin would be the way to go.   Its a very specialist plugin though, I'm not sure how widely it'd be used.

Robert.

On 8/27/06, Andrew Sampson <[EMAIL PROTECTED]> wrote:
I didn't know that osg::ProxyNode existed.  Yes, it
does exactly what I need.

I think that there's still some role to play for a
plugin like the one I wrote.  The plugin is a
pseudoloader, which adds a osg::ProxyNode-like object
above a subgraph loaded from the specified model file.
This allows one to add external reference support to
any OSG editor (or other scene-generation tool)
without modifying the editor at all.

Take osgedit for example.  osgedit doesn't allow you
to add osg::ProxyNodes to the scene.  However, with a
pseudoloader like the one I wrote, you could work
around this by appending .extref to the end of the
file name when adding a model to the scene
(File->Add).

So what do you think?  Should I rework the
pseudoloader plugin to use osg::ProxyNode?  Or is the
idea not worth pursuing?

-Andrew




--- Robert Osfield < [EMAIL PROTECTED]> wrote:

> Hi Andrew,
>
> There is already an osg::ProxyNode for managing
> external references.  Is you
> implementation somehow different to this?
>
> Robert.
>
> On 8/25/06, Andrew Sampson
> <[EMAIL PROTECTED]> wrote:
> >
> > I've written a plugin for osgDB which adds
> so-called
> > "external references" (a la .txp and .flt files)
> to
> > the .osg format.  I'm hoping to have it accepted
> into
> > OSG.  You can read more about the feature and
> download
> > the plugin at
> >
> >
>
http://dinosaur.no-ip.org/~andy/index.php?show=Software%20-%20OSG%20external%20ref.%20plugin
> >
> > -Andrew Sampson
> >
> >
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Tired of spam?  Yahoo! Mail has the best spam
> protection around
> > http://mail.yahoo.com
> > _______________________________________________
> > osg-users mailing list
> > osg-users@openscenegraph.net
> >
> http://openscenegraph.net/mailman/listinfo/osg-users
> > http://www.openscenegraph.org/
> >
> > _______________________________________________
> osg-users mailing list
> osg-users@openscenegraph.net
> http://openscenegraph.net/mailman/listinfo/osg-users
> http://www.openscenegraph.org/


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
_______________________________________________
osg-users mailing list
osg-users@openscenegraph.net
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

_______________________________________________
osg-users mailing list
osg-users@openscenegraph.net
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to