Hi J.D.
In v1.3 the matrix class implement Cloneable interface
and the clone() procedure which already catch the
CloneNotSupportedException inside that function.
/**
* Creates a new object of the same class as this object.
*
* @return a clone of this instance.
* @exception OutOfMemoryError if there is not enough memory.
* @see java.lang.Cloneable
* @since Java 3D 1.3
*/
public Object clone()
- Kelvin
---------------
Java 3D Team
Sun Microsystems Inc.
>Delivered-To: [EMAIL PROTECTED]
>MIME-Version: 1.0
>Date: Mon, 14 Jan 2002 15:40:36 +0100
>From: Joachim Diepstraten <[EMAIL PROTECTED]>
>Subject: [JAVA3D] Matrix3f different in 1.3beta1?
>To: [EMAIL PROTECTED]
>
>Hi
>
>I just noticed that there has been made a change in Matrix3f from
>1.2.1_03 to 1.3beta1 which makes it impossible to compile the same source
>on different versions. I've my own Matrix class which extends Matrix3f and
>in 1.2.1_03 for the clone method I have to set a try-catch-block in
>1.3beta1 I don't have to set a try-catch-block, why's that?
>
>EOF,
> J.D.
>
>--
>Explore SRT with the help of Java3D
>(http://wwwvis.informatik.uni-stuttgart.de/relativity/minkowski)
>(http://www.antiflash.net/java3d/relativity (mirror)
>
>===========================================================================
>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".