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

SkinnedMesh: Added serialization/deserialization. #20589

Merged
merged 1 commit into from
Nov 4, 2020
Merged

Conversation

Mugen87
Copy link
Collaborator

@Mugen87 Mugen87 commented Oct 30, 2020

Related issues:

#16234

Description

This PR enables serialization/deserialization for SkinnedMesh. It also enhances the editor to save/reload animations. It's now possible to save/reload scenes with skinned mesh without loosing their type information and animations.

The change is a new attempt of #15413 however with an improved implementation. No changes to BufferGeometry are necessary anymore and the code uses now a bone lookup table to create the skeletons (see https://github.com/mrdoob/three.js/pull/15413/files#r240787588).

@mrdoob
Copy link
Owner

mrdoob commented Nov 4, 2020

Beautiful!

@mrdoob mrdoob added this to the r123 milestone Nov 4, 2020
@mrdoob mrdoob merged commit f9597df into mrdoob:dev Nov 4, 2020
@mrdoob
Copy link
Owner

mrdoob commented Nov 4, 2020

Thanks!

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