> My problem is that a lot of things like picking, zooming, field of view
> setting, eyepoint setting start behaving unexpectedly once I enable the
> compatibility flag for getting the projection matrix.
This is what the Java3D API specification says of the compatibility mode:
"Note: Use of these view-compatibility functions will disable some of Java
3D's view model features and limit the portability of Java 3D programs.
These methods are primarily intended to help jump-start porting of
existing applications."
In my application, the picking does not work properly, with the
camera-based view model. However, navigation, field of view setting, etc.
has been succesfully implemented. Unfortunately, picking is the most
important feature in my application.
===========================================================================
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".