Quote from: EgonOlsen on June 25, 2013, 10:08:46 AM
Yes, serialized files are Object3Ds written to disk for faster loading on Android (http://www.jpct.net/wiki/index.php/Differences_between_jPCT_and_jPCT-AE#Performance_and_memory_issues.2C_serialized_objects). They are not useful for loading other 3d formats. If you want to load a 3d format that isn't supported by default, you have to write your own loader. jPCT-AE offers methods to create an object out of single triangles as well as out of bulk data.
using assimp for load models is a good idea for JPCT-AE ?