Re: [osg-users] copying contents of osg::Group to rendered Group

2012-10-25 Thread Robert Osfield
Hi Joe, I can't say what might be wrong with the implementation you are using given the details provided. In general sharing and cloning the scene graph is easy and well established - it's been supported for a decade now, so in principle trying to do what you are doing should be possible.

[osg-users] copying contents of osg::Group to rendered Group

2012-10-19 Thread Joe Doob
Hi all. I have two osg::Groups, one which is being rendered in my viewer and another which is used as a buffer that collects geodes as they are created. Periodically, I want to flush the contents of my root group and copy over all the contents in the buffer. I have tried several methods of