Hi Matti,

I didn't see an answer on the mailing list - did you get it working?

Is it as simple as setting cull to none?  After all, you're viewing the back
of your object now.

        Mike

-----Original Message-----
From: Matti Hietajarvi [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 14, 2000 2:00 PM
To: [EMAIL PROTECTED]
Subject: [JAVA3D] setVpcToEc() and reflection


 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".

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