Hello Egon, I get some .ser file and I want to convert them to obj file , but I don't know how to do this , can you help me ? Thanks very much ! :)
You can't, at least not by using a magic method from the API. With .ser, i assume that you mean an object in jPCT's serialized format? If that's the case, you can load it by the default means that jPCT provides and then extract the geometry and export it back in any format you like. The catch is, that you have to do this yourself. There's no export method that does this. Maybe this thread helps:
http://www.jpct.net/forum2/index.php?topic=4116.0 (http://www.jpct.net/forum2/index.php?topic=4116.0)
Thanks for your help !