"W. Gampp" schrieb:

> 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
>
> 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.

In this case I think you have to use the setLeftManualEyeInImagePlate and 
setRightManualEyeInImagePlate methods of Canvas3D. Read the  Accessing and Modifying 
an Eye's Image Plate Position description in the API documentation of Canvas3D

>
>
> 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".

===========================================================================
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