-
-
Notifications
You must be signed in to change notification settings - Fork 35.5k
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
mmdloader can't load single pose properly #23287
Comments
It seems it works up to https://raw.githack.com/mrdoob/three.js/r133/examples/webgl_loader_mmd_pose.html With https://raw.githack.com/mrdoob/three.js/r134/examples/webgl_loader_mmd_pose.html |
Probably this one #22510 (comment) Update: I'm not sure if the above link to a resolved conversation works so let me put the screenshot of my comment. VPD (MMD pose data file) is often encoded as Shift_JIS charcode and it seems we need some tricks to load Shift_JIS encoded data correctly. |
Reverting the usage of /ping @gkjohnson @DefinitelyMaybe |
Thank you for your willingness to solve this problem! |
I'm glad this was found and I'm sorry as I didn't know about this case beforehand. |
Describe the bug
mmdloader can't load single pose properly
To Reproduce
Steps to reproduce the behavior:
Live example
webgl_loader_mmd_pose
Expected behavior
load pose properly ,like 0.130 version
Screenshots
Platform:
The text was updated successfully, but these errors were encountered: