Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. case "Hips":
  2. return Bip001 Pelvis;
  3. case "Spine1":
  4. return Bip001 Spine;
  5. case "Spine2":
  6. return Bip001 Spine1;
  7. case "Spine3":
  8. return Bip001 Spine2;
  9. case "Neck":
  10. return Bip001 Neck;
  11. case "Head":
  12. return Bip001 Head;
  13. case "LeftShoulder":
  14. return Bip001 L Clavicle;
  15. case "LeftArm":
  16. return Bip001 L UpperArm;
  17. case "LeftForeArm":
  18. return Bip001 L Forearm;
  19. case "LeftHand":
  20. return Bip001 L Hand;
  21. case "RightShoulder":
  22. return Bip001 R Clavicle;
  23. case "RightArm":
  24. return Bip001 R UpperArm;
  25. case "RightForeArm":
  26. return Bip001 R Forearm;
  27. case "RightHand":
  28. return Bip001 R Hand;
  29. case "LeftUpLeg":
  30. return Bip001 L Thigh;
  31. case "LeftLeg":
  32. return Bip001 L Calf;
  33. case "LeftFoot":
  34. return Bip001 L Foot;
  35. case "LeftToe":
  36. return Bip001 L Toe0;
  37. case "RightUpLeg":
  38. return Bip001 R Thigh;
  39. case "RightLeg":
  40. return Bip001 R Calf;
  41. case "RightFoot":
  42. return Bip001 R Foot;
  43. case "RightToe":
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement