I have a scene graph with (S = Switch, SG=SharedGroup)

BG1A->S1A->BG1B->TG1A->TG1B->Link(SG1)
   SG1->S1B

and also

BG2A->S2A->BG2B->TG2A->TG2B->Link(SG2)
   SG2->S2B->BG2C->Shape3D

I detach BG2A from the live scene graph and attach it to S1B.

Then whenever I change TG1A (for example, change the position) the displayed
scene is *not* updated until I give focus to the Canvas3D (click on the
JFrame containning the Canvas3D.)

However, I *can* change TG2A and the displayed scene is updated even when
the JFrame does not have focus.

Any thoughts on why I need to give the JFrame containning the Canvas3D focus
for it to update the displayed scene?

I know there has been some talk of a bug with SharedGroups and Links.  Is
this one of those bugs or a new bug?

Cheers,
Bob Gray

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