Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.7.0
    Preparing search index...

    Function createHandBones

    • Create hand bones with 5 fingers

      Creates detailed hand structure with 5 fingers (thumb, index, middle, ring, pinky), attached to an existing hand/palm bone. Each finger has 3-4 bones for realistic animation.

      Finger bone structure:

      • Thumb: 3 bones (metacarpal, proximal, distal) - no intermediate
      • Other fingers: 4 bones (metacarpal, proximal, intermediate, distal)

      Total created by this function: 19 finger bones per hand (3 thumb + 4*4 other fingers), all attached to the provided hand bone.

      Parameters

      • handBone: Bone

        Parent hand bone (acts as the palm/root for finger bones)

      • side: "left" | "right"

        Hand side ("left" or "right")

      Returns Map<string, Bone>

      Map of finger bones added to the rig

      손뼈생성