Jeremy Lam aka. Vistanz
Jeremy Lam aka. Vistanz
Needs more investigation on this. Are you using latest version?
This symptom you described matches the 1 second resync cycle coroutine, likely the received reference timestamp not updating due to unknown reason (maybe network issue or other undiscovered bugs)
Please test the latest version (v1.0.32) I don't know did it fixes your issue.
Unfortunately, I've tried lots of value to make it as flat as I can too, but it never success. So I gave up at this point, sorry.
The reason why the toe IK is not mapped properly is because there is no consistant method to do so, the IK init values are just roughly deal with animation...
The implementation is in the webworker side so if you want to debug it you may head into `src/worker` and have a look
Hi, the VRM viewer webpage is hosted on a static web server, it does not require any server code to support. If you want to run locally, it should be...
If you want to see the code for animation, just head in to `src/worker`, most of the heavy stuff happens in the WebWorker over there.
As I know MSDF baking requires external executable, IDK is it good to include the whole pipeline within AudioLink package.
I do have experience on doing this, I did it for all icons in my own video player. Once I got the source files I could immediately work on this....