Heres my 2 cents:
 
It looks as though you are trying to have a graph node with multiple parents.  You need to use a Link node with a SharedBranchGroup I believe, in order to do this.
 
I could be wrong, however,

[Adam Tegen] 
 -----Original Message-----
From: Discussion list for Java 3D API [mailto:[EMAIL PROTECTED]]On Behalf Of Edith
Sent: Tuesday, November 07, 2000 10:57 AM
To: [EMAIL PROTECTED]
Subject: [JAVA3D] JAVA3D && NT

hello, everybody!!!
I have problems again, I am trying see my java3D applet on the IE browser on NT, but after load the applet i recieve the following error message in the java console of Java Plug in
 
javax.media.j3d.MultipleParentException: Group.addChild: child already has a parent
 at javax.media.j3d.GroupRetained.checkValidChild(GroupRetained.java:374)
 at javax.media.j3d.GroupRetained.addChild(GroupRetained.java:383)
 at javax.media.j3d.Group.addChild(Group.java:261)
 at Tesis7.AppletCity.initUniverse(AppletCity.java:391)
 at Tesis7.AppletCity.jbInit(AppletCity.java:300)
 at Tesis7.AppletCity.init(AppletCity.java:99)
 at sun.applet.AppletPanel.run(Unknown Source)
 at java.lang.Thread.run(Unknown Source)
 
Can anyone please tell me what I should do to solve this problem?.

Thanks & Regards
Edith

Reply via email to