Hi, I want to make a complete copy of part of my scene graph. I run cloneTree(true), but this does not replicate any of the tree below a SharedGroup. Any ideas?
I have used Xj3D to build the scene graph from an X3D file. I want to replicate part of it in another Canvas3D. Cheers, Hugh Example of the scene graph - Old one ------------------------ [EMAIL PROTECTED] level = 0 <- Called cloneTree(true) on this [EMAIL PROTECTED] level = 1 [EMAIL PROTECTED] level = 2 New one ------------------------ [EMAIL PROTECTED] level = 0 [EMAIL PROTECTED] level = 1 [EMAIL PROTECTED] level = 2 =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".