Skip to content

Commit 1aefc6c

Browse files
author
Avaer Kazmer
committed
Remove vrarmik.html bone mappings definitions
1 parent a1f500b commit 1aefc6c

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

vrarmik.html

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

105105
rig = new Rig(model, {
106106
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',
108132
Spine: 'Spine',
109133
Chest: 'Chest',
110134
Neck: 'Neck',
@@ -126,7 +150,7 @@
126150
Right_wrist: 'Right_wrist',
127151
Right_leg: 'Right_leg',
128152
Right_knee: 'Right_knee',
129-
Right_ankle: 'Right_ankle',
153+
Right_ankle: 'Right_ankle', */
130154
},
131155
});
132156
/* for (const k in setups) {

0 commit comments

Comments
 (0)