I am writing a simple viewer for loaded objects.  Basically you load the
file and it shows in a canvas.  I then want the user to have the ability to
move the view "around" the object.  I currently have controls in to
translate the view platform, and that works great for moving closer and
farther away from the object, as well as moving to the left or right.

What I want to do now is:

1).  Allow the user to define an X, Y, Z position and then rotate the view
on the axises so as to "snap" the view back towards 0,0,0 where the object
is centered.

2).  I'd eventually like to give the user the ability to modify the rotation
of the view to give them the ability to "pan" up and down, left and right
from their current X, Y, Z.

Has anyone had experience with this sort of thing?

Thank you.

Eric Sandegren

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to