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