Simeon asked
> What mechanism are you using to switch which behaviors are enabled or
> disabled? I ask because there was some discussion vis a vis re-enabling
> behaviors on this list last month. I have a "Sectioning Object" in my
> application, and switching between scene navigation vs. sectioning object
> control works fine (I'm using Java3d 1.2).
>
I'm doing nothing fancy. just
sectionerMouseRotate.setEnable(false);
sectionerMouseZoom.setEnable(false);
sectionerMouseTranslate.setEnable(false);
viewPlatformMouseRotate.setEnable(true);
viewPlatformMouseZoom.setEnable(true);
viewPlatformMouseTranslate.setEnable(true);
But its working fine for everything else below the controlled
TransformGroup. Its only the ModelClip in the transform group thet
misbehaves so it seems. I am using Java3D 1.2.1 under windows on a GForce
graphics card.
Alex
> -----Original Message-----
> From: Discussion list for Java 3D API
> [mailto:[EMAIL PROTECTED]]On Behalf Of Simeon H.K. Fitch
> Sent: 24 April 2002 13:58
> To: [EMAIL PROTECTED]
> Subject: Re: [JAVA3D] Java3D bug? ModelClip plane looses association
> with containing Transform Group.
>
>
> > -----Original Message-----
> > From: Discussion list for Java 3D API
> > [mailto:[EMAIL PROTECTED]]On Behalf Of Alex Bowden
> > Sent: Wednesday, April 24, 2002 6:43 AM
> > To: [EMAIL PROTECTED]
> > Subject: [JAVA3D] Java3D bug? ModelClip plane looses association with
> > containing Transform Group.
> >
> <snip>
> > If the Sectioning Object (containing the ModelClip Frame) is
> the initially
> > current (mouse controlled) object then the mouse will correctly
> > control the
> > position/orientation of that object including the ModelClip
> plane and the
> > grid of boxes. However, once the mouse is switched to control something
> > else (ie the mouse behaviours associated with the transform
> group in which
> > the ModelClip resides are disabled) and then switched back (the mouse
> > behaviours are reenabled), the solid components in the Sectioning Object
> > (the grid of boxes) again correctly moves, but the sectioning plane does
> > not. It is left frozen relative to the viewer at its last location.
> >
> <snip>
>
> What mechanism are you using to switch which behaviors are enabled or
> disabled? I ask because there was some discussion vis a vis re-enabling
> behaviors on this list last month. I have a "Sectioning Object" in my
> application, and switching between scene navigation vs. sectioning object
> control works fine (I'm using Java3d 1.2).
>
> Simeon
>
> ==================================================================
> =========
> 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".