Hi,
For some reason I get only blank image in compatibility mode if I try to
reflect (mirror) y-axis like this:
// relevant View setup code
tf = new Transform3D();
tf.setScale(new Vector3d(1,-1,1));
view.setVpcToEc(tf);
Simple rotations seem to work, so I should be doing everything right.
Does anyone know if there are any restrictions on that transform (other
than that it should be affine)?
-- Matti Hietaj�rvi
University of Oulu
Finland
+358 8 553 2811
===========================================================================
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".