Patrick GIORDANO wrote:
>
> I want to use the method cloneTree() in a scenegraph which contains objects created 
>with any class Loader.
> How can i clone my scenegraph if the method cloneNode() or cloneNodeComponent() 
>aren't implemented in a class loader ?
> Are these methods implemented necessarily ?
>
I don't know what other loaders do, but from the vrml-loader returns
VrmlScene and
this class implements a method  getSceneGroup() which returns a
BranchGroup.
BranchGroups are cloneable.

Joerg

===========================================================================
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".

Reply via email to