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

GLTFLoader: Clean up loadSkin(). #25007

Merged
merged 1 commit into from
Nov 27, 2022

Conversation

takahirox
Copy link
Collaborator

@takahirox takahirox commented Nov 23, 2022

Description

I have some ideas to clean up loadSkin() and loadNode() in GLTFLoader(GLTFParser). I want to break it up into some PRs for easier review. This is the first PR of them.

This PR cleans up loadSkin() by moving the skeleton build processing into loadSkin() and letting loadSkin() return Skeleton instance. I think it is more intuitive.

/cc @donmccurdy

@takahirox takahirox force-pushed the GLTFLoaderCleanupLoadSkin branch from c994a28 to b8fa31d Compare November 24, 2022 03:49
@Mugen87 Mugen87 added this to the r147 milestone Nov 24, 2022
@Mugen87 Mugen87 changed the title GLTFLoader: Clean up loadSkin GLTFLoader: Clean up loadSkin(). Nov 24, 2022
Copy link
Collaborator

@donmccurdy donmccurdy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! 🙏

@Mugen87 Mugen87 merged commit 7f2bf89 into mrdoob:dev Nov 27, 2022
@takahirox takahirox deleted the GLTFLoaderCleanupLoadSkin branch November 29, 2022 03:58
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.

4 participants