Hi, I cannot figure out how to implement a zoom in Java3D. I want to use it in my own version of keyboard navigation. My Behavior class works fine for moves in all space directions, but I didn't find any solution for zooming in/out (which means rescaling the image, not moving the view position).
Since I don't want a rescale or movement when resizing or moving the window on the screen I use the WindowEyepointPolicy RELATIVE_TO_WINDOW. Unfortunately with this policy changes of the "fieldOfView" (which should normally do the zoom) have no effect. Has anyone found a solution or is there a better documentation of the transformation details than Sun has in its API documentation or tutorial? Thanks for any help Werner =========================================================================== 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".