Re: [JAVA3D] Scaling objects with mouse

2000-01-29 Thread Frédéric Chopard - BaK
> Hi, > > > primitives) with the mouse. The scale could be non-uniform, depending on the > > move of the mouse. > > I try to modify MouseTranslateBehavior this way and I always get a > > BadTransformException ... non-affine transform. > > Hmm, sounds like you're trying to modify the TransformGroup

Re: [JAVA3D] Scaling objects with mouse

2000-01-29 Thread Jimmy Talbot
Hi, > primitives) with the mouse. The scale could be non-uniform, depending on the > move of the mouse. > I try to modify MouseTranslateBehavior this way and I always get a > BadTransformException ... non-affine transform. Hmm, sounds like you're trying to modify the TransformGroup belonging to

[JAVA3D] Scaling objects with mouse

2000-01-28 Thread Frédéric Chopard - BaK
I'm desperatly searching a way of scaling objects (in fact only Box primitives) with the mouse. The scale could be non-uniform, depending on the move of the mouse. I try to modify MouseTranslateBehavior this way and I always get a BadTransformException ... non-affine transform. Is there a problem