On Wed, 2006-11-29 at 19:35 +0000, Robert Osfield wrote: > Hi Mark, > > On 11/29/06, [EMAIL PROTECTED] > <[EMAIL PROTECTED]> wrote: > > > Performer has/had a function called pfClone() that creates partially > > shared copies of the scenegraph. Geometry was shared between the copies > > (saving memory), but the node hierarchies where duplicated, enabling > > separate controls. > > > > Does OSG have a similar function? > > node->clone(osg::CopyOp(...))
Great! Then I suggest that that is how users will expect flt external references to be implemented. Shared instancing using multiple parents was used for internal instances and replications, but not external instances. Regards, Marcus _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
