Will JPCT - AE support .dae format

Started by Gopinath, August 18, 2015, 06:54:07 PM

Previous topic - Next topic

Gopinath

I have a requirement to use .dae file format to form the 3D object in Android. Is there any possibility to achieve this. If so, pls guide me with the necessary steps.

EgonOlsen

You would have to write a loader/importers for it yourself. You can do either by creating an Object3D and add each triangle one after the other or use the bulk constructor of Object3D.
Another option might be to have a look at Bones, the skeletal animation addon-API for jPCT and -AE. I think it can convert collada files to it's own format. Maybe that helps.

Gopinath

#2
Thank you EgonOlsen for your reply. I am not familiar with the fundamentals of how the file structure to add the trangles. Probably I will try your second option and get back to you.