Closed trend-surf closed 4 months ago
Do you have a gist of the file you used to play the glb? Did you simply update the VRMAnimation.ts file? It's very cool what you have!
Did you simply update the VRMAnimation.ts file?
Yes, that's all I've done!
FYI: I wrote a blog post about it, so it might be helpful for you. https://qiita.com/galpro/items/bdc2bdcbd6f4cf99e157
ChatVRM is intended to share technology and provide demonstrations, and this repository has not been actively operated. Considering our maintenance system, we will archive this repository with the current code. If you would like to change ChatVRM in the future, we would appreciate it if you fork it. We apologize for the late response to your kind contributions.
Problem
A glitch occurs when playing an animation file downloaded from Mixamo.
Steps to reproduce
Expected result
The animation plays smoothly without any glitch.
Actual result
Glitches occur in some cases.
Possible solution
The glitch does not occur when I modify the code as follows (VRMAnimation.ts):
Before:
https://github.com/pixiv/ChatVRM/assets/87652581/d6c1865f-23b1-442d-be40-4297c52fc804
After:
https://github.com/pixiv/ChatVRM/assets/87652581/215893ad-a6bc-40fa-8382-92d2712b086a
I'm not very familiar with 3D graphics, so I apologize if my corrections are not accurate. Please consider them as references only 😂