Quick and dirty node mask example here: http://www.nps.navy.mil/cs/sullivan/osgtutorials/osgNodeMaskII.htm
________________________________________ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Osfield Sent: Tuesday, September 19, 2006 8:57 AM To: osg users Subject: Re: [osg-users] Shallow copy question Hi John, Just create a single scene graph, but select different parts of it for each view. You could use the NodeMask to select between the various parts. Robert. On 9/19/06, Argentieri, John-P63223 <[EMAIL PROTECTED]> wrote: Hello All. I would like to make slight variations of a scene graph for each of my views. If I keep a copy that is disconnected from any views, and create a shallow copy of that for each view, then append the slight differences to the shallow copies, will those copies be unique in the way that I want them to be? When I delete them, will I have to take special measures to do it properly? If it makes it simpler, let's assume that I am using ref_ptrs to store the data. Many thanks. Sincerely, John Argentieri _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/ _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
