"Copps, Kevin D" schrieb: > I'm using View.PARALLEL_PROJECTION and I would like to implement a > transformation that would make it appear that the viewer is moving in closer > to the scene. > > Scaling the whole scene is the wrong thing to do, that makes everything > shrink around the origin. I would like to make the apparent distance between > the viewer and scene smaller, no matter what point the viewer is currently > looking at.
Changing the distance between viewer and scene will have no effect when using parallel projection. Use View.setScreenScale instead. regards Paul =========================================================================== 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".