@gamelearn/arcade-components 3.9.1 → 3.9.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -710,22 +710,18 @@ new Vector3(0, 1, 0);
|
|
|
710
710
|
new Vector3(0, 0, 1);
|
|
711
711
|
const bones = [
|
|
712
712
|
"Jaw_M",
|
|
713
|
-
"Head_M",
|
|
714
713
|
"L_lip_jnt",
|
|
715
|
-
"L_lip",
|
|
716
|
-
"L_lip_grp",
|
|
717
|
-
"HeadEnd_M",
|
|
718
|
-
"Neck_M",
|
|
719
|
-
"NeckPart1",
|
|
720
|
-
"NeckPart1_M",
|
|
721
714
|
"R_lip_jnt",
|
|
722
|
-
"
|
|
723
|
-
"
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
"
|
|
727
|
-
"
|
|
728
|
-
"
|
|
715
|
+
"R_LowerLid_jnt",
|
|
716
|
+
"L_LowerLid_jnt",
|
|
717
|
+
// 'R_eye_jnt',
|
|
718
|
+
// 'L_eye_jnt',
|
|
719
|
+
"L_UpperLid_jnt",
|
|
720
|
+
"L_outerEyebrow_jnt",
|
|
721
|
+
"R_UpperLid_jnt",
|
|
722
|
+
"L_innerEyebrow_jnt",
|
|
723
|
+
"L_innerEyebrow_jnt1",
|
|
724
|
+
"L_outerEyebrow_jnt1"
|
|
729
725
|
], BASIC_ACTIONS_TYPES_WHITELIST = [
|
|
730
726
|
"61408041e917240012e96b17",
|
|
731
727
|
// Affirmative
|