Raúl schrieb:

> ----- Original Message -----
> From: "Raj Vaidya" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Saturday, January 19, 2002 2:48 PM
> Subject: Re: [JAVA3D] ZOOM??
>
> > Hi:
> >
> > what kind of projection ( parallel / perspective ) are you using ?
> Both.
>
> > Also, what kind of behaviors are you using for effecting zooming -
> > those supplied by the API or your own ?
> my own.
> >
> > If you are using perspective proj., then the zoom classes supplied
> > with the J3D API should work.
> What do you think on moving the view about z-axis?

This will only work when perspecitve projection is used. But generally you
should use the View.setFieldOfView method (but check the WindowEyepintPolicy you
are using if this is possible. If you use the default, it is possible).
If you use parallel projection you must use the View.setScreenScale method.

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