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

Reply via email to