chinedufn / collada-dae-parser

Parse collada .dae 3d animation files into a WebGL friendly JSON format
http://chinedufn.github.io/collada-dae-parser/
MIT License
103 stars 10 forks source link

Parsing Maya collada exports #3

Open chinedufn opened 7 years ago

chinedufn commented 7 years ago

At the time of this issue all collada files in the test suite are from Blender exports.

We'll want to add tests for collada files exported from Maya (and other tools)

crobi commented 7 years ago

We'll want to add tests for collada files exported from Maya (and other tools)

Quick comment: Last time I checked (>1 year ago), the native Maya COLLADA exporter did not produce valid COLLADA documents. Only files exported with the OpenCOLLADA plugin were valid COLLADA files.

chinedufn commented 7 years ago

@crobi ah thanks a lot for that info, that's super useful. We'll definitely want to keep that in mind whenever we explore Maya-collada unit tests.

Hopefully they've been improving their native exporter :crossed_fingers: