Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. enum E_Bones // 62
  2. {
  3. Bip01 = 0,
  4. Bip01_Pelvis = 1,
  5. Bip01_Spine = 2,
  6. Bip01_Spine1 = 3,
  7. Bip01_Spine2 = 4,
  8. Bip01_Neck = 5,
  9. Bip01_Head = 6,
  10. Bip01_L_Clavicle = 7,
  11. Bip01_L_UpperArm = 8,
  12. Bip01_L_Forearm = 9,
  13. Bip01_L_Hand = 10,
  14. Bip01_L_Finger0 = 11,
  15. Bip01_L_Finger01 = 12,
  16. Bip01_L_Finger02 = 13,
  17. Bip01_L_Finger1 = 14,
  18. Bip01_L_Finger11 = 15,
  19. Bip01_L_Finger12 = 16,
  20. Bip01_L_Finger2 = 17,
  21. Bip01_L_Finger21 = 18,
  22. Bip01_L_Finger22 = 19,
  23. Bip01_L_Finger3 = 20,
  24. Bip01_L_Finger31 = 21,
  25. Bip01_L_Finger32 = 22,
  26. Bip01_L_Finger4 = 23,
  27. Bip01_L_Finger41 = 24,
  28. Bip01_L_Finger42 = 25,
  29. Bip01_L_ForeTwist = 26,
  30. Bip01_L_ForeTwist1 = 27,
  31. Bip01_R_Clavicle = 28,
  32. Bip01_R_UpperArm = 29,
  33. Bip01_R_Forearm = 30,
  34. Bip01_R_Hand = 31,
  35. Bip01_R_Finger0 = 32,
  36. Bip01_R_Finger01 = 33,
  37. Bip01_R_Finger02 = 34,
  38. Bip01_R_Finger1 = 35,
  39. Bip01_R_Finger11 = 36,
  40. Bip01_R_Finger12 = 37,
  41. Bip01_R_Finger2 = 38,
  42. Bip01_R_Finger21 = 39,
  43. Bip01_R_Finger22 = 40,
  44. Bip01_R_Finger3 = 41,
  45. Bip01_R_Finger31 = 42,
  46. Bip01_R_Finger32 = 43,
  47. Bip01_R_Finger4 = 44,
  48. Bip01_R_Finger41 = 45,
  49. Bip01_R_Finger42 = 46,
  50. PrimaryWeaponBone = 47,
  51. Bip01_R_ForeTwist = 48,
  52. Bip01_R_ForeTwist1 = 49,
  53. Weapon_BackLeft = 50,
  54. Weapon_BackRPG = 51,
  55. Weapon_BackRight = 52,
  56. Bip01_L_Thigh = 53,
  57. Bip01_L_Calf = 54,
  58. Bip01_L_Foot = 55,
  59. Bip01_L_Toe0 = 56,
  60. Weapon_Side = 57,
  61. Bip01_R_Thigh = 58,
  62. Bip01_R_Calf = 59,
  63. Bip01_R_Foot = 60,
  64. Bip01_R_Toe0 = 61
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement