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