Re: [JAVA3D] Problems with multiple MouseRotate behaviors

2002-03-08 Thread Cheng Chang Dong
IL PROTECTED]> Sent: Saturday, March 09, 2002 12:56 AM Subject: Re: [JAVA3D] Problems with multiple MouseRotate behaviors > On Thu, 7 Mar 2002 13:49:15 -0700, Raj Vaidya <[EMAIL PROTECTED]> wrote: > > >Multiple mousebehaviors ? Do you folks encounter a jump in your > >geomet

Re: [JAVA3D] Problems with multiple MouseRotate behaviors

2002-03-08 Thread Simeon H.K. Fitch
> Then I found that by reversing how I enabled/disabled the behaviors; > i.e., enabling them (and setting "reset" to "true") on a mouse release and > disabling the one I *didn't* want on a mouse press, I do not need > to override > the MouseRotate behaviors with Simeon's code after all. Except

Re: [JAVA3D] Problems with multiple MouseRotate behaviors

2002-03-08 Thread Charles Whitley
On Thu, 7 Mar 2002 13:49:15 -0700, Raj Vaidya <[EMAIL PROTECTED]> wrote: >Multiple mousebehaviors ? Do you folks encounter a jump in your >geometry while doing the following: > >1. Enable behavior 1 and manipulate the geometry under it. >2. Disable behavior 1, enable behavior 2 and manipulate the

Re: [JAVA3D] Problems with multiple MouseRotate behaviors

2002-03-07 Thread Raj Vaidya
Multiple mousebehaviors ? Do you folks encounter a jump in your geometry while doing the following: 1. Enable behavior 1 and manipulate the geometry under it. 2. Disable behavior 1, enable behavior 2 and manipulate the geometry under it. 3. Disable behavior 2, enable behavior 1. Now, upon the

Re: [JAVA3D] Problems with multiple MouseRotate behaviors

2002-03-07 Thread Charles Whitley
On Thu, 7 Mar 2002 08:52:53 -0600, Simeon H.K. Fitch <[EMAIL PROTECTED]> wrote: >> >> I have a scene with a TransformGroup that has a MouseRotate >> behavior attached to it. Under that TransformGroup is another >> TransformGroup, which has its own MouseRotate behavior attached >> to it. I enab

Re: [JAVA3D] Problems with multiple MouseRotate behaviors

2002-03-07 Thread Simeon H.K. Fitch
> > I have a scene with a TransformGroup that has a MouseRotate > behavior attached to it. Under that TransformGroup is another > TransformGroup, which has its own MouseRotate behavior attached > to it. I enable either the inner or the outer behavior when > the canvas sees a "mouse press" by che

[JAVA3D] Problems with multiple MouseRotate behaviors

2002-03-07 Thread Charles Whitley
To all, I have a scene with a TransformGroup that has a MouseRotate behavior attached to it. Under that TransformGroup is another TransformGroup, which has its own MouseRotate behavior attached to it. I enable either the inner or the outer behavior when the canvas sees a "mouse press" by checki