www.jpct.net

jPCT-AE - a 3d engine for Android => Support => Topic started by: Gopinath on August 18, 2015, 06:54:07 pm

Title: Will JPCT - AE support .dae format
Post by: Gopinath on August 18, 2015, 06:54:07 pm
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.
Title: Re: Will JPCT - AE support .dae format
Post by: EgonOlsen on August 18, 2015, 11:18:35 pm
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.
Title: Re: Will JPCT - AE support .dae format
Post by: Gopinath on August 20, 2015, 06:38:21 am
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.