Skip to content

Commit a1f500b

Browse files
author
Avaer Kazmer
committed
Remove app.html model bone bindings
1 parent ae85118 commit a1f500b

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

app.html

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5885,7 +5885,31 @@
58855885

58865886
rig = new Rig(avatarModel, {
58875887
boneMappings: {
5888-
Hips: 'Hips',
5888+
/* Hips: 'J_Bip_C_Hips',
5889+
Spine: 'J_Bip_C_Spine',
5890+
Chest: 'J_Bip_C_UpperChest',
5891+
Neck: 'J_Bip_C_Neck',
5892+
Head: 'J_Bip_C_Head',
5893+
Eye_L: 'J_Adj_L_FaceEyeSet',
5894+
Eye_R: 'J_Adj_R_FaceEyeSet',
5895+
5896+
Left_shoulder: 'J_Bip_L_Shoulder',
5897+
Left_arm: 'J_Bip_L_UpperArm',
5898+
Left_elbow: 'J_Bip_L_LowerArm',
5899+
Left_wrist: 'J_Bip_L_Hand',
5900+
Left_leg: 'J_Bip_L_UpperLeg',
5901+
Left_knee: 'J_Bip_L_LowerLeg',
5902+
Left_ankle: 'J_Bip_L_Foot',
5903+
5904+
Right_shoulder: 'J_Bip_R_Shoulder',
5905+
Right_arm: 'J_Bip_R_UpperArm',
5906+
Right_elbow: 'J_Bip_R_LowerArm',
5907+
Right_wrist: 'J_Bip_R_Hand',
5908+
Right_leg: 'J_Bip_R_UpperLeg',
5909+
Right_knee: 'J_Bip_R_LowerLeg',
5910+
Right_ankle: 'J_Bip_R_Foot', */
5911+
5912+
/* Hips: 'Hips',
58895913
Spine: 'Spine',
58905914
Chest: 'Chest',
58915915
Neck: 'Neck',
@@ -5907,7 +5931,7 @@
59075931
Right_wrist: 'Right_wrist',
59085932
Right_leg: 'Right_leg',
59095933
Right_knee: 'Right_knee',
5910-
Right_ankle: 'Right_ankle',
5934+
Right_ankle: 'Right_ankle', */
59115935
},
59125936
});
59135937

0 commit comments

Comments
 (0)