Last active
July 16, 2022 07:50
-
-
Save yushimatenjin/1bd8a4b16751dd70cc995c96be417b68 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
idx = 0 | |
VRMs[idx].vrm.humanoid.humanBones.forEach(({bone, node}) => { | |
console.log(`${bone}: ${VRMs[idx].nodes[node].name}`) | |
}) |
Author
yushimatenjin
commented
Feb 15, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment