Skip to content

Instantly share code, notes, and snippets.

@yushimatenjin
Last active July 16, 2022 07:50
Show Gist options
  • Save yushimatenjin/1bd8a4b16751dd70cc995c96be417b68 to your computer and use it in GitHub Desktop.
Save yushimatenjin/1bd8a4b16751dd70cc995c96be417b68 to your computer and use it in GitHub Desktop.
idx = 0
VRMs[idx].vrm.humanoid.humanBones.forEach(({bone, node}) => {
console.log(`${bone}: ${VRMs[idx].nodes[node].name}`)
})
@yushimatenjin
Copy link
Author

[
  { "posenetBoneName": "nose", "mixamoBoneName": "J_Bip_C_Head" },
  {
    "posenetBoneName": "leftHip",
    "mixamoBoneName": "J_Bip_C_Hips"
  },
  { "posenetBoneName": "leftKnee", "mixamoBoneName": "J_Bip_L_Foot" },
  { "posenetBoneName": "leftWrist", "mixamoBoneName": "J_Bip_L_Hand" },
  { "posenetBoneName": "leftElbow", "mixamoBoneName": "J_Bip_L_LowerArm" },
  { "posenetBoneName": "leftShoulder", "mixamoBoneName": "J_Bip_L_Shoulder" },
  { "posenetBoneName": "leftAnkle", "mixamoBoneName": "J_Bip_L_UpperLeg" },
  { "posenetBoneName": "rightKnee", "mixamoBoneName": "J_Bip_R_Foot" },
  { "posenetBoneName": "rightWrist", "mixamoBoneName": "J_Bip_R_Hand" },
  { "posenetBoneName": "rightElbow", "mixamoBoneName": "J_Bip_R_LowerArm" },
  { "posenetBoneName": "rightShoulder", "mixamoBoneName": "J_Bip_R_Shoulder" },
  { "posenetBoneName": "rightAnkle", "mixamoBoneName": "J_Bip_R_UpperLeg" }
]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment