|
104 | 104 |
|
105 | 105 | rig = new Rig(model, { |
106 | 106 | boneMappings: { |
107 | | - Hips: 'Hips', |
| 107 | + /* Hips: 'J_Bip_C_Hips', |
| 108 | + Spine: 'J_Bip_C_Spine', |
| 109 | + Chest: 'J_Bip_C_UpperChest', |
| 110 | + Neck: 'J_Bip_C_Neck', |
| 111 | + Head: 'J_Bip_C_Head', |
| 112 | + Eye_L: 'J_Adj_L_FaceEyeSet', |
| 113 | + Eye_R: 'J_Adj_R_FaceEyeSet', |
| 114 | +
|
| 115 | + Left_shoulder: 'J_Bip_L_Shoulder', |
| 116 | + Left_arm: 'J_Bip_L_UpperArm', |
| 117 | + Left_elbow: 'J_Bip_L_LowerArm', |
| 118 | + Left_wrist: 'J_Bip_L_Hand', |
| 119 | + Left_leg: 'J_Bip_L_UpperLeg', |
| 120 | + Left_knee: 'J_Bip_L_LowerLeg', |
| 121 | + Left_ankle: 'J_Bip_L_Foot', |
| 122 | +
|
| 123 | + Right_shoulder: 'J_Bip_R_Shoulder', |
| 124 | + Right_arm: 'J_Bip_R_UpperArm', |
| 125 | + Right_elbow: 'J_Bip_R_LowerArm', |
| 126 | + Right_wrist: 'J_Bip_R_Hand', |
| 127 | + Right_leg: 'J_Bip_R_UpperLeg', |
| 128 | + Right_knee: 'J_Bip_R_LowerLeg', |
| 129 | + Right_ankle: 'J_Bip_R_Foot', */ |
| 130 | + |
| 131 | + /* Hips: 'Hips', |
108 | 132 | Spine: 'Spine', |
109 | 133 | Chest: 'Chest', |
110 | 134 | Neck: 'Neck', |
|
126 | 150 | Right_wrist: 'Right_wrist', |
127 | 151 | Right_leg: 'Right_leg', |
128 | 152 | Right_knee: 'Right_knee', |
129 | | - Right_ankle: 'Right_ankle', |
| 153 | + Right_ankle: 'Right_ankle', */ |
130 | 154 | }, |
131 | 155 | }); |
132 | 156 | /* for (const k in setups) { |
|
0 commit comments