Hi,
'copied' is in MHO a misleading expression, better would be 'the NodeComponent object is referenced'.
Have a look at:
http://download.java.net/media/java3d/javadoc/1.5.1/javax/media/j3d/doc-files/SceneGraphSharing.html-> Cloning Subgraphs -> References to Node Component Objects
"When cloneTree reaches a leaf node, there are two possible actions for handling the leaf node's NodeComponent objects (such as Material, Texture, and so forth).
First, the cloned leaf node can reference the original leaf node's NodeComponent object-the NodeComponent object itself is not duplicated. Since the cloned leaf node shares the NodeComponent object with the original leaf node, changing the data in the NodeComponent object will effect a change in both nodes. This mode would also be used for objects that are read-only at run time.
Alternatively, the NodeComponent object can be duplicated, in which case the new leaf node would reference the duplicated object. This mode allows data referenced by the newly created leaf node to be modified without that modification affecting the original leaf node."
August
[Message sent by forum member 'interactivemesh' (interactivemesh)]
http://forums.java.net/jive/thread.jspa?messageID=281344---------------------------------------------------------------------
To unsubscribe, e-mail:
interest-unsubscribe@...
For additional commands, e-mail:
interest-help@...