Hi,
I’m trying to write a 3D animation recording system using java Serialization. gleem.linalg.Rotf and Vec3f are not Serializable, so I’m having to write seperate serializable versions, and then copying the parametres a frame at a time. This is future complicated by the Rotf not having a public setQ method. Currently it’s private.
I’m having to jump though code hoops that extracts the rotation from the toString method.
A Serializable subclass of gleem.linalg.Rotf and Vec3f would be gratefully appreciated.
I know that I could theoretically take the gleem.linalg package and recompile my own version. Just thought others might benefit.
Thanks
-j