HI Karl,

If the standard cloning options don't do exactly what you want then
simply write your own method for cloning.  A custom NodeVisitor should
be easy to write, where you do a shallow copy on all the nodes you
don't want to share and just directly assign the nodes/objects from
the subgraph that you can share.  The most important thing to share
are the StateSet and Drawables, the internal scene graph should be
relatively light weight.

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

Reply via email to