hello , use the scale factor of a TG... in the scene, or in the view branchGraph. if you want to make your own MouseScaleBehavior instead of the MouseZoomBehavior, be carefull the minus scale is between 0 to 1 and the plus scale is between 1 to infinity, you can look the source code of the MouseZoom to write your own behavior, just change the Z translation to a scale transformation in the doProcess method. you don't have to modify the field of view.
regards Renaud --- portsacero <[EMAIL PROTECTED]> a �crit : > Hello! > > Could anybody tellme how to make zoom in an > ortogonal policy view? > > P.S: > I set the window policy to RELATIVE_TO_FIELD_OF_VIEW > and changed the > field of view value. I changed the back clip and > front clip distances > but I didn't get to make a zoom! > > > > > > > _________________________________________________________ > Do You Yahoo!? > Get your free @yahoo.com address at > http://mail.yahoo.com > > > =========================================================================== > 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". ___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran�ais ! Yahoo! Mail : http://fr.mail.yahoo.com =========================================================================== 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".
