I am trying to figure out how to use the osg::cloneTree() and osg::deepCloneTree() methods. Unfortunately, there is no doxygen documentation about how the methods work or what the parameters are for.

I think I have determined that osg::cloneTree(node) will clone the node passed and all subnodes while setting the new cloned nodes to shared the cores from the originals. Is this correct?

I am not having as much luck deciphering the functionality of deepClone() from source though. Namely, what are the share* parameters used for and what do they correspond to? Are they a list of core types and if so what is the format to pass in?

-Allen


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to