Found my problem. I needed to provide a copy constructor that takes a osg::CopyOp argument which copies the data from one to the other. So there is no need for an equivalent of setCopyFunc just create the constructors and call clone on the original.
------------------------ Tony V ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=65886#65886 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

