Adriano,
This simply means that you've added this object to another parent already.
For example, if you have:
TransformGroup tgA = new TransformGroup();
BranchGroup bgA = new BranchGroup();
BranchGroup bgB = new BranchGroup();
bgA.addChild( tgA );
bgB.addChild( tgA);
The last line will throw the exception you've indicated.
--Mark
At 04:44 PM 2/9/2001 +0100, you wrote:
>Hi there,
>
>Really I have just began with Java3D implementations. So, I will be
>thankfully by any hints about this problem:
>
>javax.media.j3d.MultipleParentException: Group.addChild: child already
>has a parent
>
>What could be wrong on my program? |8>(.
>
>Rgds,
>Adriano
>
>===========================================================================
>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".
Mark Ferneau 240-462-6262 (cell)
Director of Adv. Technology 801-437-4608 (efax)
Xtivia Technologies, Inc. 732-248-9399 x629 (NJ office)
[EMAIL PROTECTED] 301-279-5703 (home office)
http://www.xtivia.com/ [EMAIL PROTECTED] (wireless email)
===========================================================================
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".