Create complete humanoid skeletal rig
Creates 28-bone humanoid skeleton following Korean martial arts anatomy:
Total: 28 bones (under 30 bone limit for 60fps performance)
Complete skeletal rig with bone hierarchy
const rig = createHumanoidRig();const rightHand = rig.bones.get(BoneName.HAND_R);console.log(`Hand position: ${rightHand?.position}`); Copy
const rig = createHumanoidRig();const rightHand = rig.bones.get(BoneName.HAND_R);console.log(`Hand position: ${rightHand?.position}`);
인간형골격생성
Create complete humanoid skeletal rig
Creates 28-bone humanoid skeleton following Korean martial arts anatomy:
Total: 28 bones (under 30 bone limit for 60fps performance)