Hi Chris,

in my opinion, what you try to do should work fine. I see no reason,
why the detached BG should have a reference to the locale it was
attached to, so my first guess is, that it is a bug in Java 3D.
An alternative that should work, is to clone your detached BG and use
the created copy. Of course this has the big disadvantage, that
probably you will have to fight with the well known memory leaks
(still waiting for 1.2.1beta to come).

Ingo


> Thanks for the quick response.
>
> Unfortunately it doesn't quiet solve the problem - simply detaching OR attaching
> works fine.
> The problem appears when I try doing following sequence:
> - Attach the BG to a locale
> - Do whatever's to be done..
> - Detach the BG from the locale
> - Reattach the BG (same instance) to another locale
>
> In fact, my BG is a tiny guy who walks through several scenes.
> Scenes change, but the guy doesn't - so I told myself why create an instance of
> it in each scene..?
>
> Chris

===========================================================================
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".

Reply via email to