Help ! two universes

hi all,

I want to detach a branchgroup of a scene and add it in a other universe

and J3d say a object can only exist in One Universe

the universe keep a reference to the objet even this object is not conected to the scene graph?

how can i release my objet from the first Universe?

Thanking you in advance for your help.

Renaud

[370 byte] By [JBorneoa] at [2007-9-19]
# 1
you have to set ALLOW_DETACH for the group node and then you can use NodeGroup.detach()(see J3D class overview)MD
mauromana at 2007-7-8 > top of java,Security,Cryptography...
# 2
yes i've already use this method!but the universe keep a reference on the node .and i want to add it in a another universeRen
JBorneoa at 2007-7-8 > top of java,Security,Cryptography...