Author Topic: Will JPCT - AE support .dae format  (Read 2580 times)

Offline Gopinath

  • byte
  • *
  • Posts: 22
    • View Profile
Will JPCT - AE support .dae format
« 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.

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: Will JPCT - AE support .dae format
« Reply #1 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.

Offline Gopinath

  • byte
  • *
  • Posts: 22
    • View Profile
Re: Will JPCT - AE support .dae format
« Reply #2 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.
« Last Edit: August 20, 2015, 06:41:38 am by Gopinath »