Thank you, now it works:) The real problem in my case was that i didn't know that adding BG to TG is even possible (yup, there are still such persons in our world:). By the way - could you recommend me good Java3D books, for beginners but not only (mostly e-books, because i have "(always) hungry wallet":). Greetings, [EMAIL PROTECTED]
----- Original Message ----- From: "Nikolai V. Chr." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 11, 2004 4:25 PM Subject: Re: [JAVA3D] Removing object > Alessandro Borges wrote: > > >hi > >I guess you can not remove child of TG. > >You can remove only child of BG nodes. > > > >Chenge your scene to > >BG --> TG --> TG1 --> BG1 --> Box > >then > >BG1.removechild(Box); > > > >Maybe it solve your problem. > > > > No, that will not work: > > wrong -> You can remove only child of BG nodes. > > corrected -> You can only remove BG nodes. > > Therefore use the graph Alessandro suggested, but call TG1.removechild(BG1) instead. Remember to set the capabilities to do that. > > Regards > Nikolai > > ---------------------------------------------- > Nikolai V. Christensen, Computer Engineer, > Simulation and Training department > IFAD, Forskerparken 10A, DK-5230 Odense M > Denmark, EU > Phone: +45 63 15 71 31 Fax: +45 65 93 29 99 > WWWeb: http://www.ifad.dk > e-mail: [EMAIL PROTECTED] > ---------------------------------------------- > > =========================================================================== > 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". > > =========================================================================== 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".