|
Hello,
I was trying to do a simple Java3d demo which
requires users to move objects around. For now, I'm
using PickTranslateBehavior. The problem is that
this translation is along X,Y. I need to use the mouse
to move objects along the Z axis. Is there any way
to specify translation axis? The only solutions I
found were changing
Java3d source code, or doing some rotations to swap axis around. But
neither
of these seem very logical. Certainly,
there must be a simpler solution.
Any ideas?
Thanks,
Miguel Branco
|
- Re: [JAVA3D] PickTranslateBehavior Miguel Branco
- Re: [JAVA3D] PickTranslateBehavior Eric Reiss
- [JAVA3D] PickTranslateBehavior Gianni Riccio
- Re: [JAVA3D] PickTranslateBehavior Cheng Chang Dong
- [JAVA3D] PickTranslateBehavior Gianni Riccio
- [JAVA3D] PickTranslateBehavior Jason Cheatham
- Re: [JAVA3D] PickTranslateBehavior Jason Cheatham
