Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ColladaLoader2: Added multi material support #11502

Merged
merged 3 commits into from
Jun 13, 2017
Merged

ColladaLoader2: Added multi material support #11502

merged 3 commits into from
Jun 13, 2017

Conversation

Mugen87
Copy link
Collaborator

@Mugen87 Mugen87 commented Jun 13, 2017

This PR adds multi material support to ColladaLoader2. So instead of creating a new BufferGeometry for each primitive (i mean here collada tags like polylist or triangles) of a mesh, the loader now creates a single geometry and adds groups to it. This is important to support skinned meshes with multiple materials on it.

@mrdoob
Copy link
Owner

mrdoob commented Jun 13, 2017

Oh man... Collada is quite a format, isn't it.

@mrdoob mrdoob merged commit a4eb5b3 into mrdoob:dev Jun 13, 2017
@mrdoob
Copy link
Owner

mrdoob commented Jun 13, 2017

Many thanks!

@Mugen87
Copy link
Collaborator Author

Mugen87 commented Jun 13, 2017

Oh man... Collada is quite a format, isn't it.

Yeah, the spec is really comprehensive and quite complicated. I assume "simplicity" was not a design goal 😁

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants