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

Adds recognition of triangle geometry and index list offsets. #8

Closed bigtimecriminal closed 6 years ago

bigtimecriminal commented 6 years ago

These changes are intended to make the tool compatible with triangulated meshes and meshes produced by the godot collada exporter: https://github.com/godotengine/collada-exporter

chinedufn commented 6 years ago

Hey thanks for submitting a PR!

I see that you've closed it, any reason why?

Thanks!!

bigtimecriminal commented 6 years ago

I don't think the way I read in normal info is valid for some Collada meshes. I'll work on it this week and resubmit.

chinedufn commented 6 years ago

Gotcha!