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

Add fluent interface #22

Merged
merged 5 commits into from
Jun 27, 2019
Merged

Add fluent interface #22

merged 5 commits into from
Jun 27, 2019

Conversation

yamayuski
Copy link
Contributor

@yamayuski yamayuski commented Jun 27, 2019

Implements VRMManager.humanoidBone fluent interface

vrmManager.getBone('hips') // as Nullable<TransformNode>
// turns
vrmManager.humanoidBone.hips // as TransformNode or raise error

Implements VRMManager.rootMesh for Model Transformation

vrmManager.rootMesh.addRotation(0, 1, 0);
  • morphing will not throw error, ignored.
  • add vscode files

@yamayuski yamayuski merged commit 7c175b3 into master Jun 27, 2019
@yamayuski yamayuski deleted the add-fluent-interface branch June 27, 2019 03:09
@yamayuski
Copy link
Contributor Author

🎉 This PR is included in version 1.4.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

yamayuski pushed a commit to yamayuski/babylon-vrm-loader that referenced this pull request Oct 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants