How to convert .ser file to an obj file?

Started by gamenewer, October 12, 2014, 11:53:40 AM

Previous topic - Next topic

gamenewer

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 ! :)

EgonOlsen

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