Jump to content

Engine/lib/collada: usage?


saindd

Recommended Posts

I've noticed that T3D has a bundled library called collada, which seems to be part of a Sony SDK from ages ago. Is it actually used for parsing DAE files? What are it's other usages? I'm considering the replacement of that in favor of Assimp in order to fix the build for Linux.

Link to comment
Share on other sites

The replace of collada for assimp was talked months ago, if I'm not wrong is a open issue on github/torque3d. Please do a search at garagamegames and github, maybe someone have already started the coding. I'm not at home right now to help with the links...

Link to comment
Share on other sites

Andrew had started implementing assimp but had issues with getting the animation portion working a while back.


I took a look at it myself because assimp support is on the docket for 4.0, and had integrated it into the ShapeAsset for loading. Got mesh loading fine and had been looking into the animation side(got it mostly figured out, but not 100% done).


I'll get the code I had for that and toss it into a branch for you if you wanted to poke at it. If we get animation loading sorted, it's mostly done. The odd part comes from how the different formats store their bone transform tweens.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...