0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

three.jsでanimation system その5

Posted at

概要

three.jsでanimation systemを、理解したかった。
boneを比べてみた。

vrmとbvhのboneの対応表

部位 vrm bvh 1 bvh 2
VRMSchema.HumanoidBoneName.Head, "head", Head
VRMSchema.HumanoidBoneName.Neck, "neck", Neck
VRMSchema.HumanoidBoneName.Chest, "chest", LowerBack
背骨の第一 VRMSchema.HumanoidBoneName.Spine, "abdomen", Spine Spine1
VRMSchema.HumanoidBoneName.Hips, "hip", Hips
右肩 VRMSchema.HumanoidBoneName.RightShoulder, "rCollar", RightShoulder
右上腕 VRMSchema.HumanoidBoneName.RightUpperArm, "rShldr", RightArm
右ひじ VRMSchema.HumanoidBoneName.RightLowerArm, "rForeArm", RightForeArm
右手首 VRMSchema.HumanoidBoneName.RightHand, "rHand", RightHand
左肩 VRMSchema.HumanoidBoneName.LeftShoulder, "lCollar", LeftShoulder
左上腕 VRMSchema.HumanoidBoneName.LeftUpperArm, "lShldr", LeftArm
左ひじ VRMSchema.HumanoidBoneName.LeftLowerArm, "lForeArm", LeftForeArm
左手首 VRMSchema.HumanoidBoneName.LeftHand, "lHand", LeftHand
右太もも VRMSchema.HumanoidBoneName.RightUpperLeg, "rButtock", "rThigh", RHipJoint, RightUpLeg
右ひざ VRMSchema.HumanoidBoneName.RightLowerLeg, "rShin", RightLeg
右足首 VRMSchema.HumanoidBoneName.RightFoot, "rFoot", RightFoot
左太もも VRMSchema.HumanoidBoneName.LeftUpperLeg, "lButtock", "lThigh", LHipJoint, LeftUpLeg
左ひざ VRMSchema.HumanoidBoneName.LeftLowerLeg, "lShin", LeftLeg
左足首 VRMSchema.HumanoidBoneName.LeftFoot, "lFoot", LeftFoot

以上。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?