try something like this
class MyMatrix4d extends Matrix4d implements java.io.serializable
{
...
}
or
class MyMatrix4d implements java.io.serializable
{
Matrix4d currMatrix;
...
}
you have more posibilities
Leonid Perlov writes:
> I am wondering how to serialize a java3d object. Espessialy a compiled
> one.
> Thank you.
> Leo Perlov
>
> ===========================================================================
> 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".