www.jpct.net

jPCT-AE - a 3d engine for Android => Support => Topic started by: sweeta on March 01, 2011, 07:33:20 am

Title: 3ds max file to Ser file
Post by: sweeta on March 01, 2011, 07:33:20 am
Hello frnds,

i want to convert .3ds file to .ser means serializable file. can anyone please let me know how to convert 3ds file to ser file. i want to use this ser file in my 3d game for android. please reply to this post as it is urgent.
Title: Re: 3ds max file to Ser file
Post by: EgonOlsen on March 01, 2011, 07:52:53 am
Download and setup desktop jPCT, load the model with that, build() the model, serialize it, load it in AE.

More on...

...loading models: http://www.jpct.net/wiki/index.php/Loading_models (http://www.jpct.net/wiki/index.php/Loading_models)

...serialized objects: http://www.jpct.net/wiki/index.php/Differences_between_jPCT_and_jPCT-AE#Performance_and_memory_issues.2C_serialized_objects (http://www.jpct.net/wiki/index.php/Differences_between_jPCT_and_jPCT-AE#Performance_and_memory_issues.2C_serialized_objects)

Keep in mind that .max format itself isn't support (but .3ds is).