Hi all, I have notice that when I run the following code scale value is
reset to 1.0. Is that the expected behavior or should keep the scale
value before rotX was run?

   tg.getTransform(t3d);
   t3d.rotX(Rot);
   tg.setTransform(t3d);  <- Here scale have been reset to 1.0

   V�ctor

--
Maldecir es el �nico lenguaje que dominan todos los programadores.

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