From 45b4e46f74a2987a8bedc989158c4879a2a2a2c1 Mon Sep 17 00:00:00 2001 From: srl87 Date: Wed, 10 Jan 2024 14:20:05 +0800 Subject: [PATCH] version 2.2.0 --- .../Editor/AndroidManifestProcess.cs | 81 +- .../Editor/ViveOpenXRBuildCheck.cs | 6 +- .../Runtime/Android/arm64/libopenxr_loader.so | 4 +- .../Runtime/Android/openxr_loader.aar | 3 + .../Runtime/Android/openxr_loader.aar.meta | 70 + .../Scripts/CompositionLayer.cs | 10 +- .../Scripts/CompositionLayerManager.cs | 10 +- .../Scripts/CompositionLayerPassthroughAPI.cs | 2 + .../CompositionLayerRenderThreadSyncObject.cs | 10 +- .../Scripts/CompositionLayerUICanvas.cs | 10 +- .../Scripts/ViveCompositionLayer.cs | 10 +- .../ViveCompositionLayerColorScaleBias.cs | 10 +- .../Scripts/ViveCompositionLayerCylinder.cs | 10 +- .../Scripts/ViveCompositionLayerHelper.cs | 10 +- .../ViveCompositionLayerPassthrough.cs | 10 +- .../ViveCompositionLayerPassthroughHelper.cs | 10 +- .../DisableVisibilityMask.cs | 2 + .../VisibilityMaskDisabler.cs | 2 + .../Scripts/ViveFacialTracking.cs | 10 +- .../Scripts/ViveFacialTrackingHelper.cs | 10 +- .../Foveation/Scripts/ViveFoveation.cs | 1 + .../Scripts/ViveHandInteraction.cs | 3 +- .../Hand/Tracking/Scripts/ViveHandTracking.cs | 17 +- .../Scripts/ViveHandTrackingHelper.cs | 10 +- .../Runtime/Features/PathEnumerate.meta | 8 + .../Features/PathEnumerate/Documentation.meta | 8 + .../Documentation/OpenXRExtensions.md | 9 + .../Documentation/OpenXRExtensions.md.meta | 7 + .../Features/PathEnumerate/Scripts.meta | 8 + .../Scripts/VivePathEnumeration.cs | 122 + .../Scripts/VivePathEnumeration.cs.meta | 11 + .../Scripts/VivePathEnumerationHelper.cs | 55 + .../Scripts/VivePathEnumerationHelper.cs.meta | 11 + .../Runtime/Features/Tracker/Wrist.meta | 8 + .../Tracker/{ => Wrist}/Documentation.meta | 0 .../Documentation/OpenXRExtensions.md | 3 + .../Documentation/OpenXRExtensions.md.meta | 0 .../Features/Tracker/{ => Wrist}/Scripts.meta | 0 .../{ => Wrist}/Scripts/ViveWristTracker.cs | 61 +- .../Scripts/ViveWristTracker.cs.meta | 0 .../Runtime/Features/Tracker/XR.meta | 8 + .../Features/Tracker/XR/Documentation.meta | 8 + .../XR/Documentation/OpenXRExtensions.md | 38 + .../XR/Documentation/OpenXRExtensions.md.meta | 7 + .../Runtime/Features/Tracker/XR/Scripts.meta | 8 + .../Tracker/XR/Scripts/ViveXRTracker.cs | 850 + .../Tracker/XR/Scripts/ViveXRTracker.cs.meta | 11 + .../Runtime/OpenXRUtils.cs | 425 +- com.htc.upm.vive.openxr/Runtime/Toolkits.meta | 8 + .../Runtime/Toolkits/CustomGesture.meta | 8 + .../Toolkits/CustomGesture/Scripts.meta | 8 + .../Scripts/CustomGestureDataStructures.cs | 155 + .../CustomGestureDataStructures.cs.meta | 11 + .../Scripts/CustomGestureDefiner.cs | 154 + .../Scripts/CustomGestureDefiner.cs.meta | 11 + .../Scripts/CustomGestureEnums.cs | 47 + .../Scripts/CustomGestureEnums.cs.meta | 11 + .../Scripts/CustomGestureManager.cs | 249 + .../Scripts/CustomGestureManager.cs.meta | 11 + .../Runtime/TrackingSpaceOrigin.cs | 4 +- .../Runtime/VIVEFocus3Feature.cs | 1 + .../Runtime/VIVEFocus3Profile.cs | 322 +- com.htc.upm.vive.openxr/Runtime/VIVERig.cs | 101 +- .../ActionMap/InputActions.inputactions | 1594 +- .../Samples/Samples/CustomGesture.meta | 8 + .../Samples/CustomGesture/CustomGesture.unity | 3971 ++ .../CustomGesture/CustomGesture.unity.meta | 7 + .../CustomGesture/CustomGestureDefiner.prefab | 285 + .../CustomGestureDefiner.prefab.meta | 7 + .../Samples/CustomGesture/Scripts.meta | 8 + .../CustomGesture/Scripts/DebugHandGesture.cs | 162 + .../Scripts/DebugHandGesture.cs.meta | 11 + .../Samples/Samples/Input/OpenXRInput.unity | 4501 +- .../Samples/Input/Scripts/VIVE/EyeDataText.cs | 8 +- .../Input/Scripts/VIVE/InputDevicesText.cs | 118 + .../Scripts/VIVE/InputDevicesText.cs.meta | 11 + .../Input/Scripts/VIVE/TrackerTracking.cs | 6 +- .../Scripts/PassthroughSample_Projection.cs | 36 +- .../Toolkits/BodyTracking(experimental).meta | 8 + .../BodyTracking(experimental)/Demo.meta | 8 + .../BodyTracking(experimental)/Demo/Arts.meta | 8 + .../Arts/Female1_withAvatarIK.avatar.asset | 4223 ++ .../Female1_withAvatarIK.avatar.asset.meta | 8 + .../Female1_withBodyTracking.avatar.asset | 4223 ++ ...Female1_withBodyTracking.avatar.asset.meta | 8 + .../Demo/Arts/Female1_withVrmIK.avatar.asset | 4223 ++ .../Arts/Female1_withVrmIK.avatar.asset.meta | 8 + .../Demo/Arts/VRMfile.meta | 8 + .../Demo/Arts/VRMfile/VRM1.meta | 8 + .../Demo/Arts/VRMfile/VRM1/Female1.meta | 8 + .../Arts/VRMfile/VRM1/Female1/Female1.prefab | 11142 ++++ .../VRMfile/VRM1/Female1/Female1.prefab.meta | 7 + .../Arts/VRMfile/VRM1/Female1/Female1.vrm | Bin 0 -> 16232176 bytes .../VRMfile/VRM1/Female1/Female1.vrm.meta | 12 + .../VRMfile/VRM1/Female1/Female1_Hair1.mat | 93 + .../VRM1/Female1/Female1_Hair1.mat.meta | 8 + .../VRMfile/VRM1/Female1/Female1_Hair2.mat | 93 + .../VRM1/Female1/Female1_Hair2.mat.meta | 8 + .../Demo/BodyTracking.unity | 54230 ++++++++++++++++ .../Demo/BodyTracking.unity.meta | 7 + .../Demo/Materials.meta | 8 + .../Demo/Materials/Blue.mat | 77 + .../Demo/Materials/Blue.mat.meta | 8 + .../Demo/Materials/Cone.fbx | 3 + .../Demo/Materials/Cone.fbx.meta | 101 + .../Demo/Materials/Green.mat | 77 + .../Demo/Materials/Green.mat.meta | 8 + .../Demo/Materials/Metal_M.mat | 92 + .../Demo/Materials/Metal_M.mat.meta | 8 + .../Demo/Materials/Red.mat | 78 + .../Demo/Materials/Red.mat.meta | 8 + .../Demo/Materials/Wood_M.mat | 78 + .../Demo/Materials/Wood_M.mat.meta | 8 + .../Demo/Materials/wood_3.JPG | 3 + .../Demo/Materials/wood_3.JPG.meta | 75 + .../Demo/Prefabs.meta | 8 + .../Demo/Prefabs/JointCanvas.prefab | 181 + .../Demo/Prefabs/JointCanvas.prefab.meta | 7 + .../Demo/Prefabs/JointCoordinate.prefab | 712 + .../Demo/Prefabs/JointCoordinate.prefab.meta | 7 + .../Demo/Scripts.meta | 8 + .../Demo/Scripts/AvatarIKMenu.cs | 60 + .../Demo/Scripts/AvatarIKMenu.cs.meta | 11 + .../Demo/Scripts/AvatarIKSample.cs | 238 + .../Demo/Scripts/AvatarIKSample.cs.meta | 11 + .../Demo/Scripts/BTDemoHelper.cs | 27 + .../Demo/Scripts/BTDemoHelper.cs.meta | 11 + .../Demo/Scripts/BodyTrackingMenu.cs | 60 + .../Demo/Scripts/BodyTrackingMenu.cs.meta | 11 + .../Demo/Scripts/BodyTrackingSample.cs | 361 + .../Demo/Scripts/BodyTrackingSample.cs.meta | 11 + .../Demo/Scripts/Debug.meta | 8 + .../Demo/Scripts/Debug/BodyJointCoordinate.cs | 75 + .../Scripts/Debug/BodyJointCoordinate.cs.meta | 11 + .../Demo/Scripts/Debug/DebugRotation.cs | 20 + .../Demo/Scripts/Debug/DebugRotation.cs.meta | 11 + .../Demo/Scripts/Debug/DebugRotationMaster.cs | 19 + .../Scripts/Debug/DebugRotationMaster.cs.meta | 11 + .../Demo/Scripts/Debug/ProfilerLogger.cs | 50 + .../Demo/Scripts/Debug/ProfilerLogger.cs.meta | 11 + .../Demo/Scripts/HumanoidTrackingSample.cs | 70 + .../Scripts/HumanoidTrackingSample.cs.meta | 11 + .../Demo/Scripts/HumanoidTrackingTeleport.cs | 36 + .../Scripts/HumanoidTrackingTeleport.cs.meta | 11 + .../Demo/Scripts/SetTrackerRole.cs | 35 + .../Demo/Scripts/SetTrackerRole.cs.meta | 11 + .../BodyTracking(experimental)/Editor.meta | 8 + .../Editor/HumanoidTrackingEditor.cs | 154 + .../Editor/HumanoidTrackingEditor.cs.meta | 11 + .../BodyTracking(experimental)/Scripts.meta | 8 + .../Scripts/BodyManager.cs | 1256 + .../Scripts/BodyManager.cs.meta | 11 + .../Scripts/BodyTrackingUtils.cs | 4006 ++ .../Scripts/BodyTrackingUtils.cs.meta | 11 + .../Scripts/HumanoidTracking.cs | 614 + .../Scripts/HumanoidTracking.cs.meta | 11 + .../Scripts/libbodytracking.so | 3 + .../Scripts/libbodytracking.so.meta | 70 + .../Samples~/Toolkits/Toolkits/Common.meta | 8 + .../Toolkits/Toolkits/Common/Models.meta | 8 + .../Toolkits/Common/Models/Controller.meta | 8 + .../Common/Models/Controller/Focus3L.prefab | 809 + .../Models/Controller/Focus3L.prefab.meta | 7 + .../Common/Models/Controller/Focus3R.prefab | 809 + .../Models/Controller/Focus3R.prefab.meta | 7 + .../Common/Models/Controller/Material.meta | 8 + .../Controller/Material/Focus3ModelL.fbx | 3 + .../Controller/Material/Focus3ModelL.fbx.meta | 116 + .../Controller/Material/Focus3ModelR.fbx | 3 + .../Controller/Material/Focus3ModelR.fbx.meta | 116 + .../Controller/Material/_DEFAULT_MTL1.mat | 78 + .../Material/_DEFAULT_MTL1.mat.meta | 8 + .../Models/Controller/Material/__Battery.mat | 82 + .../Controller/Material/__Battery.mat.meta | 8 + .../Common/Models/Controller/Texture.meta | 8 + .../Models/Controller/Texture/battery.meta | 8 + .../battery/TX_PanelBattery_status1.png | 3 + .../battery/TX_PanelBattery_status1.png.meta | 96 + .../battery/TX_PanelBattery_status2.png | 3 + .../battery/TX_PanelBattery_status2.png.meta | 96 + .../battery/TX_PanelBattery_status3.png | 3 + .../battery/TX_PanelBattery_status3.png.meta | 96 + .../battery/TX_PanelBattery_status4.png | 3 + .../battery/TX_PanelBattery_status4.png.meta | 96 + .../Models/Controller/Texture/overlay.png | 3 + .../Controller/Texture/overlay.png.meta | 96 + .../Toolkits/Common/Models/SelfTracker.meta | 8 + .../Common/Models/SelfTracker/Material.meta | 8 + .../Models/SelfTracker/Material/Black.mat | 78 + .../SelfTracker/Material/Black.mat.meta | 8 + .../Models/SelfTracker/Material/Gray.mat | 78 + .../Models/SelfTracker/Material/Gray.mat.meta | 8 + .../Models/SelfTracker/Material/Green.mat | 78 + .../SelfTracker/Material/Green.mat.meta | 8 + .../Models/SelfTracker/SelfTracker.prefab | 690 + .../SelfTracker/SelfTracker.prefab.meta | 7 + .../Toolkits/Toolkits/Common/Scripts.meta | 8 + .../Toolkits/Common/Scripts/BoneHand.cs | 194 + .../Toolkits/Common/Scripts/BoneHand.cs.meta | 11 + .../Common/Scripts/ControllerReaction.cs | 99 + .../Common/Scripts/ControllerReaction.cs.meta | 11 + .../Common/Scripts/HideUntrackedObjects.cs | 104 + .../Scripts/HideUntrackedObjects.cs.meta | 11 + .../Toolkits/Common/Scripts/LeaveScene.cs | 22 + .../Common/Scripts/LeaveScene.cs.meta | 11 + .../Common/ViveOpenXRToolkits.inputactions | 3852 ++ .../ViveOpenXRToolkits.inputactions.meta | 14 + .../Toolkits/VIVE.OpenXR.Toolkits.asmdef | 24 + .../Toolkits/VIVE.OpenXR.Toolkits.asmdef.meta | 7 + .../VRM-0.109.0_7aff.unitypackage | 3 + com.htc.upm.vive.openxr/package.json | 7 +- 211 files changed, 107849 insertions(+), 1160 deletions(-) create mode 100644 com.htc.upm.vive.openxr/Runtime/Android/openxr_loader.aar create mode 100644 com.htc.upm.vive.openxr/Runtime/Android/openxr_loader.aar.meta create mode 100644 com.htc.upm.vive.openxr/Runtime/Features/PathEnumerate.meta create mode 100644 com.htc.upm.vive.openxr/Runtime/Features/PathEnumerate/Documentation.meta create mode 100644 com.htc.upm.vive.openxr/Runtime/Features/PathEnumerate/Documentation/OpenXRExtensions.md create mode 100644 com.htc.upm.vive.openxr/Runtime/Features/PathEnumerate/Documentation/OpenXRExtensions.md.meta create mode 100644 com.htc.upm.vive.openxr/Runtime/Features/PathEnumerate/Scripts.meta create mode 100644 com.htc.upm.vive.openxr/Runtime/Features/PathEnumerate/Scripts/VivePathEnumeration.cs create mode 100644 com.htc.upm.vive.openxr/Runtime/Features/PathEnumerate/Scripts/VivePathEnumeration.cs.meta create mode 100644 com.htc.upm.vive.openxr/Runtime/Features/PathEnumerate/Scripts/VivePathEnumerationHelper.cs create mode 100644 com.htc.upm.vive.openxr/Runtime/Features/PathEnumerate/Scripts/VivePathEnumerationHelper.cs.meta create mode 100644 com.htc.upm.vive.openxr/Runtime/Features/Tracker/Wrist.meta rename com.htc.upm.vive.openxr/Runtime/Features/Tracker/{ => Wrist}/Documentation.meta (100%) rename com.htc.upm.vive.openxr/Runtime/Features/Tracker/{ => Wrist}/Documentation/OpenXRExtensions.md (85%) rename com.htc.upm.vive.openxr/Runtime/Features/Tracker/{ => Wrist}/Documentation/OpenXRExtensions.md.meta (100%) rename com.htc.upm.vive.openxr/Runtime/Features/Tracker/{ => Wrist}/Scripts.meta (100%) rename com.htc.upm.vive.openxr/Runtime/Features/Tracker/{ => Wrist}/Scripts/ViveWristTracker.cs (90%) rename com.htc.upm.vive.openxr/Runtime/Features/Tracker/{ => Wrist}/Scripts/ViveWristTracker.cs.meta (100%) create mode 100644 com.htc.upm.vive.openxr/Runtime/Features/Tracker/XR.meta create mode 100644 com.htc.upm.vive.openxr/Runtime/Features/Tracker/XR/Documentation.meta create mode 100644 com.htc.upm.vive.openxr/Runtime/Features/Tracker/XR/Documentation/OpenXRExtensions.md create mode 100644 com.htc.upm.vive.openxr/Runtime/Features/Tracker/XR/Documentation/OpenXRExtensions.md.meta create mode 100644 com.htc.upm.vive.openxr/Runtime/Features/Tracker/XR/Scripts.meta create mode 100644 com.htc.upm.vive.openxr/Runtime/Features/Tracker/XR/Scripts/ViveXRTracker.cs create mode 100644 com.htc.upm.vive.openxr/Runtime/Features/Tracker/XR/Scripts/ViveXRTracker.cs.meta create mode 100644 com.htc.upm.vive.openxr/Runtime/Toolkits.meta create mode 100644 com.htc.upm.vive.openxr/Runtime/Toolkits/CustomGesture.meta create mode 100644 com.htc.upm.vive.openxr/Runtime/Toolkits/CustomGesture/Scripts.meta create mode 100644 com.htc.upm.vive.openxr/Runtime/Toolkits/CustomGesture/Scripts/CustomGestureDataStructures.cs create mode 100644 com.htc.upm.vive.openxr/Runtime/Toolkits/CustomGesture/Scripts/CustomGestureDataStructures.cs.meta create mode 100644 com.htc.upm.vive.openxr/Runtime/Toolkits/CustomGesture/Scripts/CustomGestureDefiner.cs create mode 100644 com.htc.upm.vive.openxr/Runtime/Toolkits/CustomGesture/Scripts/CustomGestureDefiner.cs.meta create mode 100644 com.htc.upm.vive.openxr/Runtime/Toolkits/CustomGesture/Scripts/CustomGestureEnums.cs create mode 100644 com.htc.upm.vive.openxr/Runtime/Toolkits/CustomGesture/Scripts/CustomGestureEnums.cs.meta create mode 100644 com.htc.upm.vive.openxr/Runtime/Toolkits/CustomGesture/Scripts/CustomGestureManager.cs create mode 100644 com.htc.upm.vive.openxr/Runtime/Toolkits/CustomGesture/Scripts/CustomGestureManager.cs.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Samples/Samples/CustomGesture.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Samples/Samples/CustomGesture/CustomGesture.unity create mode 100644 com.htc.upm.vive.openxr/Samples~/Samples/Samples/CustomGesture/CustomGesture.unity.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Samples/Samples/CustomGesture/CustomGestureDefiner.prefab create mode 100644 com.htc.upm.vive.openxr/Samples~/Samples/Samples/CustomGesture/CustomGestureDefiner.prefab.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Samples/Samples/CustomGesture/Scripts.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Samples/Samples/CustomGesture/Scripts/DebugHandGesture.cs create mode 100644 com.htc.upm.vive.openxr/Samples~/Samples/Samples/CustomGesture/Scripts/DebugHandGesture.cs.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Samples/Samples/Input/Scripts/VIVE/InputDevicesText.cs create mode 100644 com.htc.upm.vive.openxr/Samples~/Samples/Samples/Input/Scripts/VIVE/InputDevicesText.cs.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental).meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Arts.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Arts/Female1_withAvatarIK.avatar.asset create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Arts/Female1_withAvatarIK.avatar.asset.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Arts/Female1_withBodyTracking.avatar.asset create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Arts/Female1_withBodyTracking.avatar.asset.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Arts/Female1_withVrmIK.avatar.asset create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Arts/Female1_withVrmIK.avatar.asset.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Arts/VRMfile.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Arts/VRMfile/VRM1.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Arts/VRMfile/VRM1/Female1.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Arts/VRMfile/VRM1/Female1/Female1.prefab create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Arts/VRMfile/VRM1/Female1/Female1.prefab.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Arts/VRMfile/VRM1/Female1/Female1.vrm create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Arts/VRMfile/VRM1/Female1/Female1.vrm.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Arts/VRMfile/VRM1/Female1/Female1_Hair1.mat create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Arts/VRMfile/VRM1/Female1/Female1_Hair1.mat.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Arts/VRMfile/VRM1/Female1/Female1_Hair2.mat create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Arts/VRMfile/VRM1/Female1/Female1_Hair2.mat.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/BodyTracking.unity create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/BodyTracking.unity.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Materials.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Materials/Blue.mat create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Materials/Blue.mat.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Materials/Cone.fbx create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Materials/Cone.fbx.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Materials/Green.mat create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Materials/Green.mat.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Materials/Metal_M.mat create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Materials/Metal_M.mat.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Materials/Red.mat create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Materials/Red.mat.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Materials/Wood_M.mat create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Materials/Wood_M.mat.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Materials/wood_3.JPG create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Materials/wood_3.JPG.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Prefabs.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Prefabs/JointCanvas.prefab create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Prefabs/JointCanvas.prefab.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Prefabs/JointCoordinate.prefab create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Prefabs/JointCoordinate.prefab.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Scripts.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Scripts/AvatarIKMenu.cs create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Scripts/AvatarIKMenu.cs.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Scripts/AvatarIKSample.cs create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Scripts/AvatarIKSample.cs.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Scripts/BTDemoHelper.cs create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Scripts/BTDemoHelper.cs.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Scripts/BodyTrackingMenu.cs create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Scripts/BodyTrackingMenu.cs.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Scripts/BodyTrackingSample.cs create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Scripts/BodyTrackingSample.cs.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Scripts/Debug.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Scripts/Debug/BodyJointCoordinate.cs create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Scripts/Debug/BodyJointCoordinate.cs.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Scripts/Debug/DebugRotation.cs create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Scripts/Debug/DebugRotation.cs.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Scripts/Debug/DebugRotationMaster.cs create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Scripts/Debug/DebugRotationMaster.cs.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Scripts/Debug/ProfilerLogger.cs create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Scripts/Debug/ProfilerLogger.cs.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Scripts/HumanoidTrackingSample.cs create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Scripts/HumanoidTrackingSample.cs.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Scripts/HumanoidTrackingTeleport.cs create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Scripts/HumanoidTrackingTeleport.cs.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Scripts/SetTrackerRole.cs create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Scripts/SetTrackerRole.cs.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Editor.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Editor/HumanoidTrackingEditor.cs create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Editor/HumanoidTrackingEditor.cs.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Scripts.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Scripts/BodyManager.cs create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Scripts/BodyManager.cs.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Scripts/BodyTrackingUtils.cs create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Scripts/BodyTrackingUtils.cs.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Scripts/HumanoidTracking.cs create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Scripts/HumanoidTracking.cs.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Scripts/libbodytracking.so create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Scripts/libbodytracking.so.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/Common.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/Common/Models.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/Common/Models/Controller.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/Common/Models/Controller/Focus3L.prefab create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/Common/Models/Controller/Focus3L.prefab.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/Common/Models/Controller/Focus3R.prefab create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/Common/Models/Controller/Focus3R.prefab.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/Common/Models/Controller/Material.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/Common/Models/Controller/Material/Focus3ModelL.fbx create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/Common/Models/Controller/Material/Focus3ModelL.fbx.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/Common/Models/Controller/Material/Focus3ModelR.fbx create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/Common/Models/Controller/Material/Focus3ModelR.fbx.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/Common/Models/Controller/Material/_DEFAULT_MTL1.mat create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/Common/Models/Controller/Material/_DEFAULT_MTL1.mat.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/Common/Models/Controller/Material/__Battery.mat create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/Common/Models/Controller/Material/__Battery.mat.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/Common/Models/Controller/Texture.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/Common/Models/Controller/Texture/battery.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/Common/Models/Controller/Texture/battery/TX_PanelBattery_status1.png create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/Common/Models/Controller/Texture/battery/TX_PanelBattery_status1.png.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/Common/Models/Controller/Texture/battery/TX_PanelBattery_status2.png create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/Common/Models/Controller/Texture/battery/TX_PanelBattery_status2.png.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/Common/Models/Controller/Texture/battery/TX_PanelBattery_status3.png create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/Common/Models/Controller/Texture/battery/TX_PanelBattery_status3.png.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/Common/Models/Controller/Texture/battery/TX_PanelBattery_status4.png create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/Common/Models/Controller/Texture/battery/TX_PanelBattery_status4.png.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/Common/Models/Controller/Texture/overlay.png create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/Common/Models/Controller/Texture/overlay.png.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/Common/Models/SelfTracker.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/Common/Models/SelfTracker/Material.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/Common/Models/SelfTracker/Material/Black.mat create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/Common/Models/SelfTracker/Material/Black.mat.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/Common/Models/SelfTracker/Material/Gray.mat create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/Common/Models/SelfTracker/Material/Gray.mat.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/Common/Models/SelfTracker/Material/Green.mat create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/Common/Models/SelfTracker/Material/Green.mat.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/Common/Models/SelfTracker/SelfTracker.prefab create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/Common/Models/SelfTracker/SelfTracker.prefab.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/Common/Scripts.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/Common/Scripts/BoneHand.cs create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/Common/Scripts/BoneHand.cs.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/Common/Scripts/ControllerReaction.cs create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/Common/Scripts/ControllerReaction.cs.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/Common/Scripts/HideUntrackedObjects.cs create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/Common/Scripts/HideUntrackedObjects.cs.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/Common/Scripts/LeaveScene.cs create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/Common/Scripts/LeaveScene.cs.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/Common/ViveOpenXRToolkits.inputactions create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/Common/ViveOpenXRToolkits.inputactions.meta create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/VIVE.OpenXR.Toolkits.asmdef create mode 100644 com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/VIVE.OpenXR.Toolkits.asmdef.meta create mode 100644 com.htc.upm.vive.openxr/UnityPackages~/VRM-0.109.0_7aff.unitypackage diff --git a/com.htc.upm.vive.openxr/Editor/AndroidManifestProcess.cs b/com.htc.upm.vive.openxr/Editor/AndroidManifestProcess.cs index 2f48d90..318afd8 100644 --- a/com.htc.upm.vive.openxr/Editor/AndroidManifestProcess.cs +++ b/com.htc.upm.vive.openxr/Editor/AndroidManifestProcess.cs @@ -11,6 +11,8 @@ using UnityEditor.XR.OpenXR.Features; using UnityEngine; using UnityEngine.XR.OpenXR; using UnityEngine.XR.OpenXR.Features; +using UnityEngine.XR.OpenXR.Features.Interactions; +using VIVE.OpenXR.FacialTracking; using VIVE.OpenXR.Hand; using VIVE.OpenXR.Tracker; @@ -249,54 +251,75 @@ namespace VIVE.OpenXR.Editor internal void AddOpenXRFeatures() { - bool enableViveWristTracker = false; - bool enableViveHandTracking = false; + bool enableHandtracking = false; + bool enableTracker = false; + bool enableEyetracking = false; + bool enableLipexpression = false; + var settings = OpenXRSettings.GetSettingsForBuildTargetGroup(BuildTargetGroup.Android); if (null == settings) return; foreach (var feature in settings.GetFeatures()) { - if (feature is ViveWristTracker) + if ((feature is ViveWristTracker || feature is ViveXRTracker) && feature.enabled) { - enableViveWristTracker = feature.enabled; - break; + enableHandtracking = true; + enableTracker = true; + } + if (feature is EyeGazeInteraction && feature.enabled) + { + enableEyetracking = true; + } + if (feature is ViveHandInteraction && feature.enabled) + { + enableHandtracking = true; } } foreach (var feature in settings.GetFeatures()) { - if (feature is ViveHandTracking) + if (feature is ViveHandTracking && feature.enabled) { - enableViveHandTracking = feature.enabled; - break; ; + enableHandtracking = true; + } + if (feature is ViveFacialTracking && feature.enabled) + { + enableEyetracking = true; + enableLipexpression = true; } } - //Debug.Log("enableViveWristTracker " + enableViveWristTracker); - if (enableViveWristTracker) + if (enableHandtracking) { - { - var newUsesFeature = CreateElement("uses-feature"); - newUsesFeature.Attributes.Append(CreateAndroidAttribute("name", "wave.feature.handtracking")); - newUsesFeature.Attributes.Append(CreateAndroidAttribute("required", "true")); - ManifestElement.AppendChild(newUsesFeature); - } - { - var newUsesFeature = CreateElement("uses-feature"); - newUsesFeature.Attributes.Append(CreateAndroidAttribute("name", "wave.feature.tracker")); - newUsesFeature.Attributes.Append(CreateAndroidAttribute("required", "true")); - ManifestElement.AppendChild(newUsesFeature); - } + var newUsesFeature = CreateElement("uses-feature"); + newUsesFeature.Attributes.Append(CreateAndroidAttribute("name", "wave.feature.handtracking")); + newUsesFeature.Attributes.Append(CreateAndroidAttribute("required", "true")); + ManifestElement.AppendChild(newUsesFeature); } - else if (enableViveHandTracking) + + if (enableTracker) { - { - var newUsesFeature = CreateElement("uses-feature"); - newUsesFeature.Attributes.Append(CreateAndroidAttribute("name", "wave.feature.handtracking")); - newUsesFeature.Attributes.Append(CreateAndroidAttribute("required", "true")); - ManifestElement.AppendChild(newUsesFeature); - } + var newUsesFeature = CreateElement("uses-feature"); + newUsesFeature.Attributes.Append(CreateAndroidAttribute("name", "wave.feature.tracker")); + newUsesFeature.Attributes.Append(CreateAndroidAttribute("required", "true")); + ManifestElement.AppendChild(newUsesFeature); + } + + if (enableEyetracking) + { + var newUsesFeature = CreateElement("uses-feature"); + newUsesFeature.Attributes.Append(CreateAndroidAttribute("name", "wave.feature.eyetracking")); + newUsesFeature.Attributes.Append(CreateAndroidAttribute("required", "true")); + ManifestElement.AppendChild(newUsesFeature); + } + + if (enableLipexpression) + { + var newUsesFeature = CreateElement("uses-feature"); + newUsesFeature.Attributes.Append(CreateAndroidAttribute("name", "wave.feature.lipexpression")); + newUsesFeature.Attributes.Append(CreateAndroidAttribute("required", "true")); + ManifestElement.AppendChild(newUsesFeature); } if (CheckIfSimultaneousInteractionEnabled.IsEnabled) diff --git a/com.htc.upm.vive.openxr/Editor/ViveOpenXRBuildCheck.cs b/com.htc.upm.vive.openxr/Editor/ViveOpenXRBuildCheck.cs index 6b78eda..694e99b 100644 --- a/com.htc.upm.vive.openxr/Editor/ViveOpenXRBuildCheck.cs +++ b/com.htc.upm.vive.openxr/Editor/ViveOpenXRBuildCheck.cs @@ -101,7 +101,7 @@ namespace VIVE.OpenXR.Editor return true; } - static void OnUpdate() + static void CheckScriptingDefineSymbols() { // Adds the script symbol if Vive OpenXR Plugin - Android is imported and assigned in XR Plugin-in Management. if (ViveOpenXRAndroidAssigned) @@ -122,6 +122,10 @@ namespace VIVE.OpenXR.Editor } } } + static void OnUpdate() + { + //CheckScriptingDefineSymbols(); + } static CheckIfVIVEEnabled() { EditorApplication.update += OnUpdate; diff --git a/com.htc.upm.vive.openxr/Runtime/Android/arm64/libopenxr_loader.so b/com.htc.upm.vive.openxr/Runtime/Android/arm64/libopenxr_loader.so index b331bb0..8b817cf 100644 --- a/com.htc.upm.vive.openxr/Runtime/Android/arm64/libopenxr_loader.so +++ b/com.htc.upm.vive.openxr/Runtime/Android/arm64/libopenxr_loader.so @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:608e74b9bbcef282f943922fd50525319ec7a16d599107fee900b002dddba018 -size 11782272 +oid sha256:8b83f1eac500f8c012a25f6bb8bb9009922ad0609c1c5f35ee747f54c25646b1 +size 14528336 diff --git a/com.htc.upm.vive.openxr/Runtime/Android/openxr_loader.aar b/com.htc.upm.vive.openxr/Runtime/Android/openxr_loader.aar new file mode 100644 index 0000000..4652c69 --- /dev/null +++ b/com.htc.upm.vive.openxr/Runtime/Android/openxr_loader.aar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:658d03cfd36e12406d704e8ca5ceb3399932dca855767d068672a2d07f6a1370 +size 13024021 diff --git a/com.htc.upm.vive.openxr/Runtime/Android/openxr_loader.aar.meta b/com.htc.upm.vive.openxr/Runtime/Android/openxr_loader.aar.meta new file mode 100644 index 0000000..bcbc6e6 --- /dev/null +++ b/com.htc.upm.vive.openxr/Runtime/Android/openxr_loader.aar.meta @@ -0,0 +1,70 @@ +fileFormatVersion: 2 +guid: f62b07ae6f5a8984b87047c2172cb605 +PluginImporter: + externalObjects: {} + serializedVersion: 2 + iconMap: {} + executionOrder: {} + defineConstraints: [] + isPreloaded: 0 + isOverridable: 1 + isExplicitlyReferenced: 0 + validateReferences: 1 + platformData: + - first: + : Any + second: + enabled: 0 + settings: + Exclude Android: 0 + Exclude Editor: 1 + Exclude Linux64: 1 + Exclude OSXUniversal: 1 + Exclude Win: 1 + Exclude Win64: 1 + - first: + Android: Android + second: + enabled: 1 + settings: + CPU: ARMv7 + - first: + Any: + second: + enabled: 0 + settings: {} + - first: + Editor: Editor + second: + enabled: 0 + settings: + CPU: AnyCPU + DefaultValueInitialized: true + OS: AnyOS + - first: + Standalone: Linux64 + second: + enabled: 0 + settings: + CPU: AnyCPU + - first: + Standalone: OSXUniversal + second: + enabled: 0 + settings: + CPU: None + - first: + Standalone: Win + second: + enabled: 0 + settings: + CPU: x86 + - first: + Standalone: Win64 + second: + enabled: 0 + settings: + CPU: x86_64 + userData: + assetBundleName: + assetBundleVariant: diff --git a/com.htc.upm.vive.openxr/Runtime/CompositionLayer/Scripts/CompositionLayer.cs b/com.htc.upm.vive.openxr/Runtime/CompositionLayer/Scripts/CompositionLayer.cs index 3f79143..6e35453 100644 --- a/com.htc.upm.vive.openxr/Runtime/CompositionLayer/Scripts/CompositionLayer.cs +++ b/com.htc.upm.vive.openxr/Runtime/CompositionLayer/Scripts/CompositionLayer.cs @@ -1,12 +1,4 @@ -// "VIVE SDK -// © 2020 HTC Corporation. All Rights Reserved. -// -// Unless otherwise required by copyright law and practice, -// upon the execution of HTC SDK license agreement, -// HTC grants you access to and use of the VIVE SDK(s). -// You shall fully comply with all of HTC’s SDK license agreement terms and -// conditions signed by you and all SDK and API requirements, -// specifications, and documentation provided by HTC to You." +// Copyright HTC Corporation All Rights Reserved. using System; using UnityEngine; diff --git a/com.htc.upm.vive.openxr/Runtime/CompositionLayer/Scripts/CompositionLayerManager.cs b/com.htc.upm.vive.openxr/Runtime/CompositionLayer/Scripts/CompositionLayerManager.cs index 30b801f..ada4860 100644 --- a/com.htc.upm.vive.openxr/Runtime/CompositionLayer/Scripts/CompositionLayerManager.cs +++ b/com.htc.upm.vive.openxr/Runtime/CompositionLayer/Scripts/CompositionLayerManager.cs @@ -1,12 +1,4 @@ -// "VIVE SDK -// © 2020 HTC Corporation. All Rights Reserved. -// -// Unless otherwise required by copyright law and practice, -// upon the execution of HTC SDK license agreement, -// HTC grants you access to and use of the VIVE SDK(s). -// You shall fully comply with all of HTC’s SDK license agreement terms and -// conditions signed by you and all SDK and API requirements, -// specifications, and documentation provided by HTC to You." +// Copyright HTC Corporation All Rights Reserved. using System; using System.Collections; diff --git a/com.htc.upm.vive.openxr/Runtime/CompositionLayer/Scripts/CompositionLayerPassthroughAPI.cs b/com.htc.upm.vive.openxr/Runtime/CompositionLayer/Scripts/CompositionLayerPassthroughAPI.cs index 1a60a20..f8a1d3e 100644 --- a/com.htc.upm.vive.openxr/Runtime/CompositionLayer/Scripts/CompositionLayerPassthroughAPI.cs +++ b/com.htc.upm.vive.openxr/Runtime/CompositionLayer/Scripts/CompositionLayerPassthroughAPI.cs @@ -1,3 +1,5 @@ +// Copyright HTC Corporation All Rights Reserved. + using System.Collections; using System.Collections.Generic; using System.Runtime.InteropServices; diff --git a/com.htc.upm.vive.openxr/Runtime/CompositionLayer/Scripts/CompositionLayerRenderThreadSyncObject.cs b/com.htc.upm.vive.openxr/Runtime/CompositionLayer/Scripts/CompositionLayerRenderThreadSyncObject.cs index 70284a7..6d813bc 100644 --- a/com.htc.upm.vive.openxr/Runtime/CompositionLayer/Scripts/CompositionLayerRenderThreadSyncObject.cs +++ b/com.htc.upm.vive.openxr/Runtime/CompositionLayer/Scripts/CompositionLayerRenderThreadSyncObject.cs @@ -1,12 +1,4 @@ -// "VIVE SDK -// © 2020 HTC Corporation. All Rights Reserved. -// -// Unless otherwise required by copyright law and practice, -// upon the execution of HTC SDK license agreement, -// HTC grants you access to and use of the VIVE SDK(s). -// You shall fully comply with all of HTC’s SDK license agreement terms and -// conditions signed by you and all SDK and API requirements, -// specifications, and documentation provided by HTC to You." +// Copyright HTC Corporation All Rights Reserved. using AOT; using System; diff --git a/com.htc.upm.vive.openxr/Runtime/CompositionLayer/Scripts/CompositionLayerUICanvas.cs b/com.htc.upm.vive.openxr/Runtime/CompositionLayer/Scripts/CompositionLayerUICanvas.cs index 80c667e..0c1afb3 100644 --- a/com.htc.upm.vive.openxr/Runtime/CompositionLayer/Scripts/CompositionLayerUICanvas.cs +++ b/com.htc.upm.vive.openxr/Runtime/CompositionLayer/Scripts/CompositionLayerUICanvas.cs @@ -1,12 +1,4 @@ -// "VIVE SDK -// © 2020 HTC Corporation. All Rights Reserved. -// -// Unless otherwise required by copyright law and practice, -// upon the execution of HTC SDK license agreement, -// HTC grants you access to and use of the VIVE SDK(s). -// You shall fully comply with all of HTC’s SDK license agreement terms and -// conditions signed by you and all SDK and API requirements, -// specifications, and documentation provided by HTC to You." +// Copyright HTC Corporation All Rights Reserved. using System.Collections; using System.Collections.Generic; diff --git a/com.htc.upm.vive.openxr/Runtime/Features/CompositionLayer/Scripts/ViveCompositionLayer.cs b/com.htc.upm.vive.openxr/Runtime/Features/CompositionLayer/Scripts/ViveCompositionLayer.cs index 6de6fd2..81ff90e 100644 --- a/com.htc.upm.vive.openxr/Runtime/Features/CompositionLayer/Scripts/ViveCompositionLayer.cs +++ b/com.htc.upm.vive.openxr/Runtime/Features/CompositionLayer/Scripts/ViveCompositionLayer.cs @@ -1,12 +1,4 @@ -// "VIVE SDK -// © 2020 HTC Corporation. All Rights Reserved. -// -// Unless otherwise required by copyright law and practice, -// upon the execution of HTC SDK license agreement, -// HTC grants you access to and use of the VIVE SDK(s). -// You shall fully comply with all of HTC’s SDK license agreement terms and -// conditions signed by you and all SDK and API requirements, -// specifications, and documentation provided by HTC to You." +// Copyright HTC Corporation All Rights Reserved. using System.Collections.Generic; using UnityEditor; diff --git a/com.htc.upm.vive.openxr/Runtime/Features/CompositionLayer/Scripts/ViveCompositionLayerColorScaleBias.cs b/com.htc.upm.vive.openxr/Runtime/Features/CompositionLayer/Scripts/ViveCompositionLayerColorScaleBias.cs index bcd5338..31fce2c 100644 --- a/com.htc.upm.vive.openxr/Runtime/Features/CompositionLayer/Scripts/ViveCompositionLayerColorScaleBias.cs +++ b/com.htc.upm.vive.openxr/Runtime/Features/CompositionLayer/Scripts/ViveCompositionLayerColorScaleBias.cs @@ -1,12 +1,4 @@ -// "VIVE SDK -// © 2020 HTC Corporation. All Rights Reserved. -// -// Unless otherwise required by copyright law and practice, -// upon the execution of HTC SDK license agreement, -// HTC grants you access to and use of the VIVE SDK(s). -// You shall fully comply with all of HTC’s SDK license agreement terms and -// conditions signed by you and all SDK and API requirements, -// specifications, and documentation provided by HTC to You." +// Copyright HTC Corporation All Rights Reserved. using System.Collections.Generic; using UnityEditor; diff --git a/com.htc.upm.vive.openxr/Runtime/Features/CompositionLayer/Scripts/ViveCompositionLayerCylinder.cs b/com.htc.upm.vive.openxr/Runtime/Features/CompositionLayer/Scripts/ViveCompositionLayerCylinder.cs index 1b69e4b..59e1571 100644 --- a/com.htc.upm.vive.openxr/Runtime/Features/CompositionLayer/Scripts/ViveCompositionLayerCylinder.cs +++ b/com.htc.upm.vive.openxr/Runtime/Features/CompositionLayer/Scripts/ViveCompositionLayerCylinder.cs @@ -1,12 +1,4 @@ -// "VIVE SDK -// © 2020 HTC Corporation. All Rights Reserved. -// -// Unless otherwise required by copyright law and practice, -// upon the execution of HTC SDK license agreement, -// HTC grants you access to and use of the VIVE SDK(s). -// You shall fully comply with all of HTC’s SDK license agreement terms and -// conditions signed by you and all SDK and API requirements, -// specifications, and documentation provided by HTC to You." +// Copyright HTC Corporation All Rights Reserved. using System.Collections.Generic; using UnityEditor; diff --git a/com.htc.upm.vive.openxr/Runtime/Features/CompositionLayer/Scripts/ViveCompositionLayerHelper.cs b/com.htc.upm.vive.openxr/Runtime/Features/CompositionLayer/Scripts/ViveCompositionLayerHelper.cs index 55ae17f..2e33caf 100644 --- a/com.htc.upm.vive.openxr/Runtime/Features/CompositionLayer/Scripts/ViveCompositionLayerHelper.cs +++ b/com.htc.upm.vive.openxr/Runtime/Features/CompositionLayer/Scripts/ViveCompositionLayerHelper.cs @@ -1,12 +1,4 @@ -// "VIVE SDK -// © 2020 HTC Corporation. All Rights Reserved. -// -// Unless otherwise required by copyright law and practice, -// upon the execution of HTC SDK license agreement, -// HTC grants you access to and use of the VIVE SDK(s). -// You shall fully comply with all of HTC’s SDK license agreement terms and -// conditions signed by you and all SDK and API requirements, -// specifications, and documentation provided by HTC to You." +// Copyright HTC Corporation All Rights Reserved. using System; using System.Collections.Generic; diff --git a/com.htc.upm.vive.openxr/Runtime/Features/CompositionLayer/Scripts/ViveCompositionLayerPassthrough.cs b/com.htc.upm.vive.openxr/Runtime/Features/CompositionLayer/Scripts/ViveCompositionLayerPassthrough.cs index 6f95559..7a36c63 100644 --- a/com.htc.upm.vive.openxr/Runtime/Features/CompositionLayer/Scripts/ViveCompositionLayerPassthrough.cs +++ b/com.htc.upm.vive.openxr/Runtime/Features/CompositionLayer/Scripts/ViveCompositionLayerPassthrough.cs @@ -1,12 +1,4 @@ -// "VIVE SDK -// © 2020 HTC Corporation. All Rights Reserved. -// -// Unless otherwise required by copyright law and practice, -// upon the execution of HTC SDK license agreement, -// HTC grants you access to and use of the VIVE SDK(s). -// You shall fully comply with all of HTC’s SDK license agreement terms and -// conditions signed by you and all SDK and API requirements, -// specifications, and documentation provided by HTC to You." +// Copyright HTC Corporation All Rights Reserved. using System.Collections.Generic; using UnityEditor; diff --git a/com.htc.upm.vive.openxr/Runtime/Features/CompositionLayer/Scripts/ViveCompositionLayerPassthroughHelper.cs b/com.htc.upm.vive.openxr/Runtime/Features/CompositionLayer/Scripts/ViveCompositionLayerPassthroughHelper.cs index 21fa9b2..3732ead 100644 --- a/com.htc.upm.vive.openxr/Runtime/Features/CompositionLayer/Scripts/ViveCompositionLayerPassthroughHelper.cs +++ b/com.htc.upm.vive.openxr/Runtime/Features/CompositionLayer/Scripts/ViveCompositionLayerPassthroughHelper.cs @@ -1,12 +1,4 @@ -// "VIVE SDK -// © 2020 HTC Corporation. All Rights Reserved. -// -// Unless otherwise required by copyright law and practice, -// upon the execution of HTC SDK license agreement, -// HTC grants you access to and use of the VIVE SDK(s). -// You shall fully comply with all of HTC’s SDK license agreement terms and -// conditions signed by you and all SDK and API requirements, -// specifications, and documentation provided by HTC to You." +// Copyright HTC Corporation All Rights Reserved. using System; using System.Collections.Generic; diff --git a/com.htc.upm.vive.openxr/Runtime/Features/DisableVisibilityMask/DisableVisibilityMask.cs b/com.htc.upm.vive.openxr/Runtime/Features/DisableVisibilityMask/DisableVisibilityMask.cs index c8983e9..c05052a 100644 --- a/com.htc.upm.vive.openxr/Runtime/Features/DisableVisibilityMask/DisableVisibilityMask.cs +++ b/com.htc.upm.vive.openxr/Runtime/Features/DisableVisibilityMask/DisableVisibilityMask.cs @@ -1,3 +1,5 @@ +// Copyright HTC Corporation All Rights Reserved. + using System.Collections; using System.Collections.Generic; using UnityEngine; diff --git a/com.htc.upm.vive.openxr/Runtime/Features/DisableVisibilityMask/VisibilityMaskDisabler.cs b/com.htc.upm.vive.openxr/Runtime/Features/DisableVisibilityMask/VisibilityMaskDisabler.cs index 251380a..163bd37 100644 --- a/com.htc.upm.vive.openxr/Runtime/Features/DisableVisibilityMask/VisibilityMaskDisabler.cs +++ b/com.htc.upm.vive.openxr/Runtime/Features/DisableVisibilityMask/VisibilityMaskDisabler.cs @@ -1,3 +1,5 @@ +// Copyright HTC Corporation All Rights Reserved. + using System.Collections; using System.Collections.Generic; using UnityEngine; diff --git a/com.htc.upm.vive.openxr/Runtime/Features/FacialTracking/Scripts/ViveFacialTracking.cs b/com.htc.upm.vive.openxr/Runtime/Features/FacialTracking/Scripts/ViveFacialTracking.cs index cc91e7c..08d3f82 100644 --- a/com.htc.upm.vive.openxr/Runtime/Features/FacialTracking/Scripts/ViveFacialTracking.cs +++ b/com.htc.upm.vive.openxr/Runtime/Features/FacialTracking/Scripts/ViveFacialTracking.cs @@ -1,12 +1,4 @@ -// "VIVE SDK -// © 2020 HTC Corporation. All Rights Reserved. -// -// Unless otherwise required by copyright law and practice, -// upon the execution of HTC SDK license agreement, -// HTC grants you access to and use of the VIVE SDK(s). -// You shall fully comply with all of HTC’s SDK license agreement terms and -// conditions signed by you and all SDK and API requirements, -// specifications, and documentation provided by HTC to You." +// Copyright HTC Corporation All Rights Reserved. using UnityEngine.XR.OpenXR; using UnityEngine.XR.OpenXR.Features; diff --git a/com.htc.upm.vive.openxr/Runtime/Features/FacialTracking/Scripts/ViveFacialTrackingHelper.cs b/com.htc.upm.vive.openxr/Runtime/Features/FacialTracking/Scripts/ViveFacialTrackingHelper.cs index 1a76075..564be40 100644 --- a/com.htc.upm.vive.openxr/Runtime/Features/FacialTracking/Scripts/ViveFacialTrackingHelper.cs +++ b/com.htc.upm.vive.openxr/Runtime/Features/FacialTracking/Scripts/ViveFacialTrackingHelper.cs @@ -1,12 +1,4 @@ -// "VIVE SDK -// © 2020 HTC Corporation. All Rights Reserved. -// -// Unless otherwise required by copyright law and practice, -// upon the execution of HTC SDK license agreement, -// HTC grants you access to and use of the VIVE SDK(s). -// You shall fully comply with all of HTC’s SDK license agreement terms and -// conditions signed by you and all SDK and API requirements, -// specifications, and documentation provided by HTC to You." +// Copyright HTC Corporation All Rights Reserved. using System; using System.Runtime.InteropServices; diff --git a/com.htc.upm.vive.openxr/Runtime/Features/Foveation/Scripts/ViveFoveation.cs b/com.htc.upm.vive.openxr/Runtime/Features/Foveation/Scripts/ViveFoveation.cs index ba9d708..adb5d59 100644 --- a/com.htc.upm.vive.openxr/Runtime/Features/Foveation/Scripts/ViveFoveation.cs +++ b/com.htc.upm.vive.openxr/Runtime/Features/Foveation/Scripts/ViveFoveation.cs @@ -1,4 +1,5 @@ // Copyright HTC Corporation All Rights Reserved. + using System.Collections.Generic; using UnityEditor; using UnityEngine.XR.OpenXR; diff --git a/com.htc.upm.vive.openxr/Runtime/Features/Hand/Interaction/Scripts/ViveHandInteraction.cs b/com.htc.upm.vive.openxr/Runtime/Features/Hand/Interaction/Scripts/ViveHandInteraction.cs index 5699de1..d3ac7d8 100644 --- a/com.htc.upm.vive.openxr/Runtime/Features/Hand/Interaction/Scripts/ViveHandInteraction.cs +++ b/com.htc.upm.vive.openxr/Runtime/Features/Hand/Interaction/Scripts/ViveHandInteraction.cs @@ -92,8 +92,7 @@ namespace VIVE.OpenXR.Hand /// public const string devicePose = "/input/grip/pose"; - - [Preserve, InputControlLayout(displayName = "Vive Hand Interaction (OpenXR)", commonUsages = new[] { "LeftHand", "RightHand" }, isGenericTypeOfDevice = true)] + [Preserve, InputControlLayout(displayName = "VIVE Hand Interaction (OpenXR)", commonUsages = new[] { "LeftHand", "RightHand" }, isGenericTypeOfDevice = true)] public class HandInteractionDevice : OpenXRDevice { const string LOG_TAG = "VIVE.OpenXR.Hand.ViveHandInteraction.HandInteractionDevice"; diff --git a/com.htc.upm.vive.openxr/Runtime/Features/Hand/Tracking/Scripts/ViveHandTracking.cs b/com.htc.upm.vive.openxr/Runtime/Features/Hand/Tracking/Scripts/ViveHandTracking.cs index 5c604eb..0fc0c7c 100644 --- a/com.htc.upm.vive.openxr/Runtime/Features/Hand/Tracking/Scripts/ViveHandTracking.cs +++ b/com.htc.upm.vive.openxr/Runtime/Features/Hand/Tracking/Scripts/ViveHandTracking.cs @@ -1,12 +1,4 @@ -// "VIVE SDK -// © 2020 HTC Corporation. All Rights Reserved. -// -// Unless otherwise required by copyright law and practice, -// upon the execution of HTC SDK license agreement, -// HTC grants you access to and use of the VIVE SDK(s). -// You shall fully comply with all of HTC’s SDK license agreement terms and -// conditions signed by you and all SDK and API requirements, -// specifications, and documentation provided by HTC to You." +// Copyright HTC Corporation All Rights Reserved. using UnityEngine.XR.OpenXR; using UnityEngine.XR.OpenXR.Features; @@ -275,8 +267,11 @@ namespace VIVE.OpenXR.Hand hasRightHandTracker = false; } - m_XrSession = 0; - m_XrSessionCreated = false; + if (m_XrSession == xrSession) + { + m_XrSession = 0; + m_XrSessionCreated = false; + } } #endregion diff --git a/com.htc.upm.vive.openxr/Runtime/Features/Hand/Tracking/Scripts/ViveHandTrackingHelper.cs b/com.htc.upm.vive.openxr/Runtime/Features/Hand/Tracking/Scripts/ViveHandTrackingHelper.cs index 3b06722..58791ce 100644 --- a/com.htc.upm.vive.openxr/Runtime/Features/Hand/Tracking/Scripts/ViveHandTrackingHelper.cs +++ b/com.htc.upm.vive.openxr/Runtime/Features/Hand/Tracking/Scripts/ViveHandTrackingHelper.cs @@ -1,12 +1,4 @@ -// "VIVE SDK -// © 2020 HTC Corporation. All Rights Reserved. -// -// Unless otherwise required by copyright law and practice, -// upon the execution of HTC SDK license agreement, -// HTC grants you access to and use of the VIVE SDK(s). -// You shall fully comply with all of HTC’s SDK license agreement terms and -// conditions signed by you and all SDK and API requirements, -// specifications, and documentation provided by HTC to You." +// Copyright HTC Corporation All Rights Reserved. using System; diff --git a/com.htc.upm.vive.openxr/Runtime/Features/PathEnumerate.meta b/com.htc.upm.vive.openxr/Runtime/Features/PathEnumerate.meta new file mode 100644 index 0000000..d66c923 --- /dev/null +++ b/com.htc.upm.vive.openxr/Runtime/Features/PathEnumerate.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4b787466a3699564f96519310fcc3333 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/com.htc.upm.vive.openxr/Runtime/Features/PathEnumerate/Documentation.meta b/com.htc.upm.vive.openxr/Runtime/Features/PathEnumerate/Documentation.meta new file mode 100644 index 0000000..ca62d71 --- /dev/null +++ b/com.htc.upm.vive.openxr/Runtime/Features/PathEnumerate/Documentation.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d8ae30c5b12cba64bb90ca25a485bd85 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/com.htc.upm.vive.openxr/Runtime/Features/PathEnumerate/Documentation/OpenXRExtensions.md b/com.htc.upm.vive.openxr/Runtime/Features/PathEnumerate/Documentation/OpenXRExtensions.md new file mode 100644 index 0000000..8c57240 --- /dev/null +++ b/com.htc.upm.vive.openxr/Runtime/Features/PathEnumerate/Documentation/OpenXRExtensions.md @@ -0,0 +1,9 @@ +# 12.1. XR_HTC_path_enumeration +## Name String + XR_HTC_path_enumeration +## Revision + 1 +## Overview + The XR devices may offer the diversity and versatility in the practical use cases. For instance, some tracking devices can be bound to the hand-held objects and the application can locate the object via the offset between them. Another instance is to bind the tracking devices to the body parts, e.g. wrist, knee, and etc., to track the movement of body. Such XR devices cannot define all user paths beforehand due to they may be used by the multiple XR devices with one type or multiple types of hardware simultaneously. + + This extension allows the application dynamically obtaining the user paths and input/output source paths associated with an interaction profile of XR device that the runtime has supported. When this extension is enabled, the application can get supported user paths for the interaction profile if setting user path XR_NULL_PATH. And if the application inputs the valid user path as well, the output paths will be the supported input/output source paths. diff --git a/com.htc.upm.vive.openxr/Runtime/Features/PathEnumerate/Documentation/OpenXRExtensions.md.meta b/com.htc.upm.vive.openxr/Runtime/Features/PathEnumerate/Documentation/OpenXRExtensions.md.meta new file mode 100644 index 0000000..255cd87 --- /dev/null +++ b/com.htc.upm.vive.openxr/Runtime/Features/PathEnumerate/Documentation/OpenXRExtensions.md.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 33866d0b0b0b6b24986140a3599409e4 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/com.htc.upm.vive.openxr/Runtime/Features/PathEnumerate/Scripts.meta b/com.htc.upm.vive.openxr/Runtime/Features/PathEnumerate/Scripts.meta new file mode 100644 index 0000000..f65cbc2 --- /dev/null +++ b/com.htc.upm.vive.openxr/Runtime/Features/PathEnumerate/Scripts.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0971d976cb6f80b41bc9fb13a78609c1 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/com.htc.upm.vive.openxr/Runtime/Features/PathEnumerate/Scripts/VivePathEnumeration.cs b/com.htc.upm.vive.openxr/Runtime/Features/PathEnumerate/Scripts/VivePathEnumeration.cs new file mode 100644 index 0000000..41be901 --- /dev/null +++ b/com.htc.upm.vive.openxr/Runtime/Features/PathEnumerate/Scripts/VivePathEnumeration.cs @@ -0,0 +1,122 @@ +// Copyright HTC Corporation All Rights Reserved. + +using UnityEngine.XR.OpenXR; +using UnityEngine.XR.OpenXR.Features; +using UnityEngine; +using System.Text; + +#if UNITY_EDITOR +using UnityEditor; +using UnityEditor.XR.OpenXR.Features; +#endif + +namespace VIVE.OpenXR +{ +#if UNITY_EDITOR + [OpenXRFeature(UiName = "VIVE XR Path Enumeration", + BuildTargetGroups = new[] { BuildTargetGroup.Android }, + Company = "HTC", + Desc = "The extension provides more flexibility for the user paths and input/output source paths related to an interaction profile. Developers can use this extension to obtain the path that the user has decided on.", + DocumentationLink = "..\\Documentation", + Version = "1.0.6", + OpenxrExtensionStrings = kOpenxrExtensionString, + FeatureId = featureId)] +#endif + public class VivePathEnumeration : OpenXRFeature + { + const string LOG_TAG = "VIVE.OpenXR.VivePathEnumeration "; + StringBuilder m_sb = null; + StringBuilder sb { + get { + if (m_sb == null) { m_sb = new StringBuilder(); } + return m_sb; + } + } + void DEBUG(StringBuilder msg) { Debug.Log(msg); } + void WARNING(StringBuilder msg) { Debug.LogWarning(msg); } + + /// + /// OpenXR specification 12.1. XR_HTC_path_enumeration. + /// + public const string kOpenxrExtensionString = "XR_HTC_path_enumeration"; + + /// + /// The feature id string. This is used to give the feature a well known id for reference. + /// + public const string featureId = "vive.wave.openxr.feature.pathenumeration"; + + #region OpenXR Life Cycle +#pragma warning disable + private bool m_XrInstanceCreated = false; +#pragma warning enable + private XrInstance m_XrInstance = 0; + /// + /// Called when xrCreateInstance is done. + /// + /// The created instance. + /// True for valid XrInstance + protected override bool OnInstanceCreate(ulong xrInstance) + { + if (!OpenXRRuntime.IsExtensionEnabled(kOpenxrExtensionString)) + { + sb.Clear().Append(LOG_TAG).Append("OnInstanceCreate() ").Append(kOpenxrExtensionString).Append(" is NOT enabled."); WARNING(sb); + return false; + } + + m_XrInstanceCreated = true; + m_XrInstance = xrInstance; + sb.Clear().Append(LOG_TAG).Append("OnInstanceCreate() ").Append(m_XrInstance); DEBUG(sb); + + return base.OnInstanceCreate(xrInstance); + } + + /// + /// Called when xrDestroyInstance is done. + /// + /// The instance to destroy. + protected override void OnInstanceDestroy(ulong xrInstance) + { + if (m_XrInstance == xrInstance) + { + m_XrInstanceCreated = false; + m_XrInstance = 0; + } + sb.Clear().Append(LOG_TAG).Append("OnInstanceDestroy() ").Append(xrInstance); DEBUG(sb); + } + + private XrSystemId m_XrSystemId = 0; + /// + /// Called when the XrSystemId retrieved by xrGetSystem is changed. + /// + /// The system id. + protected override void OnSystemChange(ulong xrSystem) + { + m_XrSystemId = xrSystem; + sb.Clear().Append(LOG_TAG).Append("OnSystemChange() ").Append(m_XrSystemId); DEBUG(sb); + } + + private bool m_XrSessionCreated = false; + private XrSession m_XrSession = 0; + /// + /// Called when xrCreateSession is done. + /// + /// The created session ID. + protected override void OnSessionCreate(ulong xrSession) + { + m_XrSession = xrSession; + m_XrSessionCreated = true; + sb.Clear().Append(LOG_TAG).Append("OnSessionCreate() ").Append(m_XrSession); DEBUG(sb); + } + /// + /// Called when xrDestroySession is done. + /// + /// The session ID to destroy. + protected override void OnSessionDestroy(ulong xrSession) + { + sb.Clear().Append(LOG_TAG).Append("OnSessionDestroy() ").Append(xrSession); DEBUG(sb); + m_XrSession = 0; + m_XrSessionCreated = false; + } + #endregion + } +} \ No newline at end of file diff --git a/com.htc.upm.vive.openxr/Runtime/Features/PathEnumerate/Scripts/VivePathEnumeration.cs.meta b/com.htc.upm.vive.openxr/Runtime/Features/PathEnumerate/Scripts/VivePathEnumeration.cs.meta new file mode 100644 index 0000000..4dd8fca --- /dev/null +++ b/com.htc.upm.vive.openxr/Runtime/Features/PathEnumerate/Scripts/VivePathEnumeration.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 80a759a91a5fd35479312cdd18e70a32 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/com.htc.upm.vive.openxr/Runtime/Features/PathEnumerate/Scripts/VivePathEnumerationHelper.cs b/com.htc.upm.vive.openxr/Runtime/Features/PathEnumerate/Scripts/VivePathEnumerationHelper.cs new file mode 100644 index 0000000..e1dd0b2 --- /dev/null +++ b/com.htc.upm.vive.openxr/Runtime/Features/PathEnumerate/Scripts/VivePathEnumerationHelper.cs @@ -0,0 +1,55 @@ +// Copyright HTC Corporation All Rights Reserved. + +using System; +using System.Runtime.InteropServices; + +namespace VIVE.OpenXR +{ + /// + /// When developers would like to retrieve the supported user paths from the interactionProfile, userPath should be XR_NULL_PATH. If the interaction profile for any of the suggested bindings does not exist in the allowlist defined in Interaction Profile Paths, the runtime must return XR_ERROR_PATH_UNSUPPORTED. + /// + /// If developers would like to retrieve the input/output paths related to the interactionProfile, userPath should be a valid user path.If userPath is not one of the device input subpaths described in section /user paths, the runtime must return XR_ERROR_PATH_UNSUPPORTED. + /// + [StructLayout(LayoutKind.Sequential)] + public struct XrPathsForInteractionProfileEnumerateInfoHTC + { + /// + /// The XrStructureType of this structure. + /// + public XrStructureType type; + /// + /// NULL or a pointer to the next structure in a structure chain. + /// + public IntPtr next; + /// + /// The XrPath of an interaction profile. + /// + public XrPath interactionProfile; + /// + /// The top level user path the application would like to retrieve the interaction profile for. Set XR_NULL_PATH is used to enumerate all user paths from the input interactionProfile. Set as a valid user path is used to enumerate all input/output source paths. + /// + public XrPath userPath; + } + + public static class VivePathEnumerationHelper + { + /// + /// Provided by XR_HTC_path_enumerate. + /// Developers should call this API with the value of pathCapacityInput equals to 0 to retrieve the size of paths from pathCountOutput. Then developers allocate the array of XrPath data and assign the pathCapacityInput and call the API in the second time. + /// + /// If the input pathCapacityInput is not sufficient to contain all output indices, the runtime must return XR_ERROR_SIZE_INSUFFICIENT on calls to xrEnumeratePathsForInteractionProfileHTC and not change the content in paths. + /// + /// An XrInstance previously created. + /// A XrPathsForInteractionProfileEnumerateInfoHTC providing the query information. + /// The capacity of the paths array, or 0 to indicate a request to retrieve the required capacity. + /// A pointer to the count of paths written, or a pointer to the required capacity in the case that pathCapacityInput is insufficient. + /// A pointer to an array of XrPath, but can be NULL if pathCapacityInput is 0. + /// XR_SUCCESS for success. + public delegate XrResult xrEnumeratePathsForInteractionProfileHTCDelegate( + XrInstance instance, + ref XrPathsForInteractionProfileEnumerateInfoHTC enumerateInfo, + UInt32 pathCapacityInput, + ref UInt32 pathCountOutput, + [In, Out] XrPath[] paths); + } +} diff --git a/com.htc.upm.vive.openxr/Runtime/Features/PathEnumerate/Scripts/VivePathEnumerationHelper.cs.meta b/com.htc.upm.vive.openxr/Runtime/Features/PathEnumerate/Scripts/VivePathEnumerationHelper.cs.meta new file mode 100644 index 0000000..110d1da --- /dev/null +++ b/com.htc.upm.vive.openxr/Runtime/Features/PathEnumerate/Scripts/VivePathEnumerationHelper.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 9d4f3e0bc01e6c34a9b9a1faf40aa93f +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/com.htc.upm.vive.openxr/Runtime/Features/Tracker/Wrist.meta b/com.htc.upm.vive.openxr/Runtime/Features/Tracker/Wrist.meta new file mode 100644 index 0000000..0354585 --- /dev/null +++ b/com.htc.upm.vive.openxr/Runtime/Features/Tracker/Wrist.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a2803d7b02d541e4aa45a020925a4b15 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/com.htc.upm.vive.openxr/Runtime/Features/Tracker/Documentation.meta b/com.htc.upm.vive.openxr/Runtime/Features/Tracker/Wrist/Documentation.meta similarity index 100% rename from com.htc.upm.vive.openxr/Runtime/Features/Tracker/Documentation.meta rename to com.htc.upm.vive.openxr/Runtime/Features/Tracker/Wrist/Documentation.meta diff --git a/com.htc.upm.vive.openxr/Runtime/Features/Tracker/Documentation/OpenXRExtensions.md b/com.htc.upm.vive.openxr/Runtime/Features/Tracker/Wrist/Documentation/OpenXRExtensions.md similarity index 85% rename from com.htc.upm.vive.openxr/Runtime/Features/Tracker/Documentation/OpenXRExtensions.md rename to com.htc.upm.vive.openxr/Runtime/Features/Tracker/Wrist/Documentation/OpenXRExtensions.md index 01e40d8..0e3e37b 100644 --- a/com.htc.upm.vive.openxr/Runtime/Features/Tracker/Documentation/OpenXRExtensions.md +++ b/com.htc.upm.vive.openxr/Runtime/Features/Tracker/Wrist/Documentation/OpenXRExtensions.md @@ -3,6 +3,9 @@ XR_HTC_vive_wrist_tracker_interaction ## Revision 1 +## Overview + This extension provides an XrPath for getting device input from a VIVE wrist tracker to enable its interactions. VIVE wrist tracker is a tracked device mainly worn on user¡¦s wrist for pose tracking. Besides this use case, user also can tie it to a physical object to track its object pose, e.g. tie on a gun. + ## VIVE Wrist Tracker input ### Interaction profile path: - /interaction_profiles/htc/vive_wrist_tracker diff --git a/com.htc.upm.vive.openxr/Runtime/Features/Tracker/Documentation/OpenXRExtensions.md.meta b/com.htc.upm.vive.openxr/Runtime/Features/Tracker/Wrist/Documentation/OpenXRExtensions.md.meta similarity index 100% rename from com.htc.upm.vive.openxr/Runtime/Features/Tracker/Documentation/OpenXRExtensions.md.meta rename to com.htc.upm.vive.openxr/Runtime/Features/Tracker/Wrist/Documentation/OpenXRExtensions.md.meta diff --git a/com.htc.upm.vive.openxr/Runtime/Features/Tracker/Scripts.meta b/com.htc.upm.vive.openxr/Runtime/Features/Tracker/Wrist/Scripts.meta similarity index 100% rename from com.htc.upm.vive.openxr/Runtime/Features/Tracker/Scripts.meta rename to com.htc.upm.vive.openxr/Runtime/Features/Tracker/Wrist/Scripts.meta diff --git a/com.htc.upm.vive.openxr/Runtime/Features/Tracker/Scripts/ViveWristTracker.cs b/com.htc.upm.vive.openxr/Runtime/Features/Tracker/Wrist/Scripts/ViveWristTracker.cs similarity index 90% rename from com.htc.upm.vive.openxr/Runtime/Features/Tracker/Scripts/ViveWristTracker.cs rename to com.htc.upm.vive.openxr/Runtime/Features/Tracker/Wrist/Scripts/ViveWristTracker.cs index c48f832..33378ac 100644 --- a/com.htc.upm.vive.openxr/Runtime/Features/Tracker/Scripts/ViveWristTracker.cs +++ b/com.htc.upm.vive.openxr/Runtime/Features/Tracker/Wrist/Scripts/ViveWristTracker.cs @@ -1,12 +1,4 @@ -// "VIVE SDK -// © 2020 HTC Corporation. All Rights Reserved. -// -// Unless otherwise required by copyright law and practice, -// upon the execution of HTC SDK license agreement, -// HTC grants you access to and use of the VIVE SDK(s). -// You shall fully comply with all of HTC’s SDK license agreement terms and -// conditions signed by you and all SDK and API requirements, -// specifications, and documentation provided by HTC to You." +// Copyright HTC Corporation All Rights Reserved. using UnityEngine.Scripting; using UnityEngine.XR.OpenXR.Features; @@ -19,6 +11,7 @@ using UnityEngine.InputSystem; using System.Collections.Generic; using UnityEngine.XR; using UnityEngine.XR.OpenXR.Input; +using System.Text; #if UNITY_EDITOR using UnityEditor; @@ -50,9 +43,16 @@ namespace VIVE.OpenXR.Tracker #endif public class ViveWristTracker : OpenXRInteractionFeature { - const string LOG_TAG = "VIVE.OpenXR.Tracker.ViveWristTracker"; - void DEBUG(string msg) { Debug.Log(LOG_TAG + " " + msg); } - void WARNING(string msg) { Debug.LogWarning(LOG_TAG + " " + msg); } + const string LOG_TAG = "VIVE.OpenXR.Tracker.ViveWristTracker "; + StringBuilder m_sb = null; + StringBuilder sb { + get { + if (m_sb == null) { m_sb = new StringBuilder(); } + return m_sb; + } + } + void DEBUG(StringBuilder msg) { Debug.Log(msg); } + void WARNING(StringBuilder msg) { Debug.LogWarning(msg); } /// /// OpenXR specification 12.72. XR_HTC_vive_wrist_tracker_interaction. @@ -97,11 +97,18 @@ namespace VIVE.OpenXR.Tracker /// public const string entityPose = "/input/entity_htc/pose"; - [Preserve, InputControlLayout(displayName = "Vive Wrist Tracker (OpenXR)", commonUsages = new[] { "LeftHand", "RightHand" }, isGenericTypeOfDevice = true)] + [Preserve, InputControlLayout(displayName = "VIVE Wrist Tracker (OpenXR)", commonUsages = new[] { "LeftHand", "RightHand" }, isGenericTypeOfDevice = true)] public class WristTrackerDevice : OpenXRDevice { - const string LOG_TAG = "VIVE.OpenXR.Tracker.ViveWristTracker.WristTrackerDevice"; - void DEBUG(string msg) { Debug.Log(LOG_TAG + " " + msg); } + const string LOG_TAG = "VIVE.OpenXR.Tracker.ViveWristTracker.WristTrackerDevice "; + StringBuilder m_sb = null; + StringBuilder sb { + get { + if (m_sb == null) { m_sb = new StringBuilder(); } + return m_sb; + } + } + void DEBUG(StringBuilder msg) { Debug.Log(msg); } /// /// A ButtonControl that represents the OpenXR bindings, depending on handedness. @@ -150,14 +157,6 @@ namespace VIVE.OpenXR.Tracker /// protected override void FinishSetup() { - /*for (int i = 0; i < InputSystem.devices.Count; i++) - { - var description = InputSystem.devices[i].description; - DEBUG("FinishSetup() device[" + i + "], interfaceName: " + description.interfaceName - + ", deviceClass: " + description.deviceClass - + ", product: " + description.product); - }*/ - base.FinishSetup(); primaryButton = GetChildControl("primaryButton"); @@ -167,6 +166,13 @@ namespace VIVE.OpenXR.Tracker trackingState = GetChildControl("trackingState"); devicePosition = GetChildControl("devicePosition"); deviceRotation = GetChildControl("deviceRotation"); + + sb.Clear().Append(LOG_TAG) + .Append(" FinishSetup() device interfaceName: ").Append(description.interfaceName) + .Append(", deviceClass: ").Append(description.deviceClass) + .Append(", product: ").Append(description.product) + .Append(", serial: ").Append(description.serial); + DEBUG(sb); } } @@ -181,16 +187,9 @@ namespace VIVE.OpenXR.Tracker /// True for valid XrInstance protected override bool OnInstanceCreate(ulong xrInstance) { - // Requires the eye tracking extension - /*if (!OpenXRRuntime.IsExtensionEnabled(kOpenxrExtensionString)) - { - WARNING("OnInstanceCreate() " + kOpenxrExtensionString + " is NOT enabled."); - return false; - }*/ - m_XrInstanceCreated = true; m_XrInstance = xrInstance; - DEBUG("OnInstanceCreate() " + m_XrInstance); + sb.Clear().Append(LOG_TAG).Append(" OnInstanceCreate() " + m_XrInstance); DEBUG(sb); return base.OnInstanceCreate(xrInstance); } diff --git a/com.htc.upm.vive.openxr/Runtime/Features/Tracker/Scripts/ViveWristTracker.cs.meta b/com.htc.upm.vive.openxr/Runtime/Features/Tracker/Wrist/Scripts/ViveWristTracker.cs.meta similarity index 100% rename from com.htc.upm.vive.openxr/Runtime/Features/Tracker/Scripts/ViveWristTracker.cs.meta rename to com.htc.upm.vive.openxr/Runtime/Features/Tracker/Wrist/Scripts/ViveWristTracker.cs.meta diff --git a/com.htc.upm.vive.openxr/Runtime/Features/Tracker/XR.meta b/com.htc.upm.vive.openxr/Runtime/Features/Tracker/XR.meta new file mode 100644 index 0000000..b4a25c2 --- /dev/null +++ b/com.htc.upm.vive.openxr/Runtime/Features/Tracker/XR.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: fd92cd073be07db44b618664155722f5 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/com.htc.upm.vive.openxr/Runtime/Features/Tracker/XR/Documentation.meta b/com.htc.upm.vive.openxr/Runtime/Features/Tracker/XR/Documentation.meta new file mode 100644 index 0000000..9ca0087 --- /dev/null +++ b/com.htc.upm.vive.openxr/Runtime/Features/Tracker/XR/Documentation.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4783b79dbfbfd324389e68597dd47bae +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/com.htc.upm.vive.openxr/Runtime/Features/Tracker/XR/Documentation/OpenXRExtensions.md b/com.htc.upm.vive.openxr/Runtime/Features/Tracker/XR/Documentation/OpenXRExtensions.md new file mode 100644 index 0000000..dc08804 --- /dev/null +++ b/com.htc.upm.vive.openxr/Runtime/Features/Tracker/XR/Documentation/OpenXRExtensions.md @@ -0,0 +1,38 @@ +# 12.2. XR_HTC_vive_xr_tracker_interaction +## Name String + XR_HTC_vive_xr_tracker_interaction +## Revision + 1 +## Overview + This extension provides an XrPath for getting device input from VIVE XR tracker to enable its interactions. VIVE XR tracker is the tracked device which can be bound to the physical objects to make them trackable. VIVE XR tracker is a generic name means the series of various tracked devices, not just meaning one specific type of hardware. For example, VIVE XR tracker can be bound to user¡¦s hands or feet to track the motion of human body. It also can be bound to any other objects that the user wants to track and interact with. + +## VIVE Wrist Tracker input +### Interaction profile path: +- /interaction_profiles/htc/vive_xr_tracker + +### Valid for user paths: +- /user/xr_tracker_htc/vive_self_tracker_0 +- /user/xr_tracker_htc/vive_self_tracker_1 +- /user/xr_tracker_htc/vive_self_tracker_2 +- /user/xr_tracker_htc/vive_self_tracker_3 +- /user/xr_tracker_htc/vive_self_tracker_4 + +### Supported input source +- ¡K/input/entity_htc/pose + +The entity_htc pose allows the applications to recognize the origin of a tracked input device, especially for the wearable devices which are not held in the user¡¦s hand. The entity_htc pose is defined as follows: + +- The entity position: The center position of the tracked device. +- The entity orientation: Oriented with +Y up, +X to the right, and -Z forward. + +## Vive Plugin + +After adding the "VIVE XR Tracker" to "Project Settings > XR Plugin-in Management > OpenXR > Android Tab > Interaction Profiles", you can use the following Input Action Pathes. + +- {TrackerN}/devicePose: Tracker N's pose. +- {TrackerN}/isTracked: Tracker N's pose is tracked. +- {TrackerN}/trackingState: Tracker N's tracking state. +- {TrackerN}/devicePosition: Tracker N's position. +- {TrackerN}/deviceRotation: Tracker N's rotation. + +Refer to the /Toolkits/Commons/ActionMap/InputActions.inputActions about the "Input Action Path" usage and the sample /Toolkits/Input/OpenXRInput.unity. diff --git a/com.htc.upm.vive.openxr/Runtime/Features/Tracker/XR/Documentation/OpenXRExtensions.md.meta b/com.htc.upm.vive.openxr/Runtime/Features/Tracker/XR/Documentation/OpenXRExtensions.md.meta new file mode 100644 index 0000000..c7c25c1 --- /dev/null +++ b/com.htc.upm.vive.openxr/Runtime/Features/Tracker/XR/Documentation/OpenXRExtensions.md.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: f792cf08762516244848f0b8e059e4fb +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/com.htc.upm.vive.openxr/Runtime/Features/Tracker/XR/Scripts.meta b/com.htc.upm.vive.openxr/Runtime/Features/Tracker/XR/Scripts.meta new file mode 100644 index 0000000..f0f73d8 --- /dev/null +++ b/com.htc.upm.vive.openxr/Runtime/Features/Tracker/XR/Scripts.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c18260151d6911542bbab0dc34679c51 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/com.htc.upm.vive.openxr/Runtime/Features/Tracker/XR/Scripts/ViveXRTracker.cs b/com.htc.upm.vive.openxr/Runtime/Features/Tracker/XR/Scripts/ViveXRTracker.cs new file mode 100644 index 0000000..d8fbcae --- /dev/null +++ b/com.htc.upm.vive.openxr/Runtime/Features/Tracker/XR/Scripts/ViveXRTracker.cs @@ -0,0 +1,850 @@ +// Copyright HTC Corporation All Rights Reserved. + +using System; +using System.Collections.Generic; +using System.Runtime.InteropServices; +using System.Text; +using UnityEngine; +using UnityEngine.InputSystem; +using UnityEngine.InputSystem.Controls; +using UnityEngine.InputSystem.Layouts; +using UnityEngine.InputSystem.LowLevel; +using UnityEngine.InputSystem.XR; +using UnityEngine.Scripting; +using UnityEngine.XR; +using UnityEngine.XR.OpenXR; +using UnityEngine.XR.OpenXR.Features; +using UnityEngine.XR.OpenXR.Input; + +#if UNITY_EDITOR +using UnityEditor; +using UnityEditor.XR.OpenXR.Features; +using System.Linq; +#endif + +#if USE_INPUT_SYSTEM_POSE_CONTROL // Scripting Define Symbol added by using OpenXR Plugin 1.6.0. +using PoseControl = UnityEngine.InputSystem.XR.PoseControl; +#else +using PoseControl = UnityEngine.XR.OpenXR.Input.PoseControl; +#endif + +namespace VIVE.OpenXR.Tracker +{ + /// + /// This enables the use of tracker interaction profiles in OpenXR. It enables XR_HTC_vive_xr_tracker_interaction in the underyling runtime. + /// +#if UNITY_EDITOR + [OpenXRFeature(UiName = "VIVE XR Tracker", + BuildTargetGroups = new[] { BuildTargetGroup.Android }, + Company = "HTC", + Desc = "Support for enabling the vive xr tracker interaction profile. Will register the controller map for xr tracker if enabled.", + DocumentationLink = "..\\Documentation", + Version = "1.0.6", + OpenxrExtensionStrings = kOpenxrExtensionString, + Category = FeatureCategory.Interaction, + FeatureId = featureId)] +#endif + public class ViveXRTracker : OpenXRInteractionFeature + { + const string LOG_TAG = "VIVE.OpenXR.Tracker.ViveXRTracker "; + static StringBuilder m_sb = null; + static StringBuilder sb { + get { + if (m_sb == null) { m_sb = new StringBuilder(); } + return m_sb; + } + } + static void DEBUG(StringBuilder msg) { Debug.Log(msg); } + static void WARNING(StringBuilder msg) { Debug.LogWarning(msg); } + static void ERROR(StringBuilder msg) { Debug.LogError(msg); } + + private static ViveXRTracker m_Instance = null; + + /// + /// OpenXR specification. + /// + public const string kOpenxrExtensionString = "XR_HTC_vive_xr_tracker_interaction"; + + /// + /// The feature id string. This is used to give the feature a well known id for reference. + /// + public const string featureId = "vive.wave.openxr.feature.xrtracker"; + + #region Tracker Product Name + public const string kProductUltimateTracker = "VIVE Ultimate Tracker"; + public const string kProductTrackingTag = "VIVE Tracking Tag"; + public const string kProductUltimateTracker0 = "VIVE Ultimate Tracker 0"; + public const string kProductUltimateTracker1 = "VIVE Ultimate Tracker 1"; + public const string kProductUltimateTracker2 = "VIVE Ultimate Tracker 2"; + public const string kProductUltimateTracker3 = "VIVE Ultimate Tracker 3"; + public const string kProductUltimateTracker4 = "VIVE Ultimate Tracker 4"; + private const string kProducts = "^(" + kProductUltimateTracker + + ")|^(" + kProductUltimateTracker0 + ")|^(" + kProductUltimateTracker1 + ")|^(" + kProductUltimateTracker2 + ")|^(" + kProductUltimateTracker3 + ")|^(" + kProductUltimateTracker4 + + ")|^(" + kProductTrackingTag + ")"; + private readonly string[] s_UltimateTrackerProduct = { kProductUltimateTracker0, kProductUltimateTracker1, kProductUltimateTracker2, kProductUltimateTracker3, kProductUltimateTracker4 }; + #endregion + + #region Tracker Action Map Name + const string kUltimateTrackerActionMap0 = "viveultimatetracker0"; + const string kUltimateTrackerActionMap1 = "viveultimatetracker1"; + const string kUltimateTrackerActionMap2 = "viveultimatetracker2"; + const string kUltimateTrackerActionMap3 = "viveultimatetracker3"; + const string kUltimateTrackerActionMap4 = "viveultimatetracker4"; + #endregion + + #region Tracker Usage + const string kTrackerUsage0 = "Tracker 0"; + const string kTrackerUsage1 = "Tracker 1"; + const string kTrackerUsage2 = "Tracker 2"; + const string kTrackerUsage3 = "Tracker 3"; + const string kTrackerUsage4 = "Tracker 4"; + + public const string kTrackerRoleUndefined = "Undefined"; + public const string kTrackerRoleWaist = "Waist"; + public const string kTrackerRoleChest = "Chest"; + public const string kTrackerRoleLeftElbow = "Left Elbow"; + public const string kTrackerRoleLeftWrist = "Left Wrist"; + public const string kTrackerRoleLeftKnee = "Left Knee"; + public const string kTrackerRoleLeftAnkle = "Left Ankle"; + public const string kTrackerRoleLeftFoot = "Left Foot"; + + public const string kTrackerRoleRightElbow = "Right Elbow"; + public const string kTrackerRoleRightWrist = "Right Wrist"; + public const string kTrackerRoleRightKnee = "Right Knee"; + public const string kTrackerRoleRightAnkle = "Right Ankle"; + public const string kTrackerRoleRightFoot = "Right Foot"; + private readonly List s_TrackerRoleName = new List() + { + kTrackerRoleWaist, kTrackerRoleChest, + kTrackerRoleLeftElbow, kTrackerRoleLeftWrist, kTrackerRoleLeftKnee, kTrackerRoleLeftAnkle, kTrackerRoleLeftFoot, + kTrackerRoleRightElbow, kTrackerRoleRightWrist, kTrackerRoleRightKnee, kTrackerRoleRightAnkle, kTrackerRoleRightFoot, + }; + #endregion + + #region Tracker User Path + public const string kUltimateTrackerPath0 = "/user/xr_tracker_htc/vive_ultimate_tracker_0"; + public const string kUltimateTrackerPath1 = "/user/xr_tracker_htc/vive_ultimate_tracker_1"; + public const string kUltimateTrackerPath2 = "/user/xr_tracker_htc/vive_ultimate_tracker_2"; + public const string kUltimateTrackerPath3 = "/user/xr_tracker_htc/vive_ultimate_tracker_3"; + public const string kUltimateTrackerPath4 = "/user/xr_tracker_htc/vive_ultimate_tracker_4"; + #endregion + + #region Tracker Serial Number + public const string kUltimateTrackerSN0 = "VIVE_Ultimate_Tracker_0"; + public const string kUltimateTrackerSN1 = "VIVE_Ultimate_Tracker_1"; + public const string kUltimateTrackerSN2 = "VIVE_Ultimate_Tracker_2"; + public const string kUltimateTrackerSN3 = "VIVE_Ultimate_Tracker_3"; + public const string kUltimateTrackerSN4 = "VIVE_Ultimate_Tracker_4"; + public const string kTrackingTagSN0 = "VIVE_Tracking_Tag_0"; + public const string kTrackingTagSN1 = "VIVE_Tracking_Tag_1"; + public const string kTrackingTagSN2 = "VIVE_Tracking_Tag_2"; + public const string kTrackingTagSN3 = "VIVE_Tracking_Tag_3"; + public const string kTrackingTagSN4 = "VIVE_Tracking_Tag_4"; + public const string k6DoFTrackerSN0 = "VIVE_6DoF_Tracker_a_0"; + public const string k6DoFTrackerSN1 = "VIVE_6DoF_Tracker_a_1"; + private readonly List s_TrackerSerialNumber = new List() + { + kUltimateTrackerSN0, kUltimateTrackerSN1, kUltimateTrackerSN2, kUltimateTrackerSN3, kUltimateTrackerSN4, + kTrackingTagSN0, kTrackingTagSN1, kTrackingTagSN2, kTrackingTagSN3, kTrackingTagSN4, + k6DoFTrackerSN0, k6DoFTrackerSN1 + }; + #endregion + + #region Tracker Product Maps + private Dictionary m_UltimateTrackerActionMap = new Dictionary() { + { kProductUltimateTracker0, kUltimateTrackerActionMap0 }, + { kProductUltimateTracker1, kUltimateTrackerActionMap1 }, + { kProductUltimateTracker2, kUltimateTrackerActionMap2 }, + { kProductUltimateTracker3, kUltimateTrackerActionMap3 }, + { kProductUltimateTracker4, kUltimateTrackerActionMap4 }, + }; + /// Mapping from product to tracker usage. + private static Dictionary m_UltimateTrackerUsageMap = new Dictionary() { + { kProductUltimateTracker0, kTrackerUsage0 }, + { kProductUltimateTracker1, kTrackerUsage1 }, + { kProductUltimateTracker2, kTrackerUsage2 }, + { kProductUltimateTracker3, kTrackerUsage3 }, + { kProductUltimateTracker4, kTrackerUsage4 }, + }; + /// Mapping from product to user path. + private Dictionary m_UltimateTrackerPathMap = new Dictionary() { + { kProductUltimateTracker0, kUltimateTrackerPath0 }, + { kProductUltimateTracker1, kUltimateTrackerPath1 }, + { kProductUltimateTracker2, kUltimateTrackerPath2 }, + { kProductUltimateTracker3, kUltimateTrackerPath3 }, + { kProductUltimateTracker4, kUltimateTrackerPath4 }, + }; + /// Mapping from product to serial number. + private Dictionary m_UltimateTrackerSerialMap = new Dictionary() { + { kProductUltimateTracker0, kUltimateTrackerSN0 }, + { kProductUltimateTracker1, kUltimateTrackerSN1 }, + { kProductUltimateTracker2, kUltimateTrackerSN2 }, + { kProductUltimateTracker3, kUltimateTrackerSN3 }, + { kProductUltimateTracker4, kUltimateTrackerSN4 }, + }; + #endregion + + [Preserve, InputControlLayout(displayName = "VIVE XR Tracker (OpenXR)", commonUsages = new[] { + kTrackerUsage0, kTrackerUsage1, kTrackerUsage2, kTrackerUsage3, kTrackerUsage4, + //kTrackerRoleWaist, kTrackerRoleChest, + //kTrackerRoleLeftElbow, kTrackerRoleLeftWrist, kTrackerRoleLeftKnee, kTrackerRoleLeftAnkle, kTrackerRoleLeftFoot, + //kTrackerRoleRightElbow, kTrackerRoleRightWrist, kTrackerRoleRightKnee, kTrackerRoleRightAnkle, kTrackerRoleRightFoot, + }, isGenericTypeOfDevice = true)] + public class XrTrackerDevice : OpenXRDevice, IInputUpdateCallbackReceiver + { + const string LOG_TAG = "VIVE.OpenXR.Tracker.ViveXRTracker.XrTrackerDevice "; + StringBuilder m_sb = null; + StringBuilder sb { + get { + if (m_sb == null) { m_sb = new StringBuilder(); } + return m_sb; + } + } + void DEBUG(StringBuilder msg) { Debug.Log(msg); } + void WARNING(StringBuilder msg) { Debug.LogWarning(msg); } + + /// + /// A that represents the OpenXR binding. The entity pose represents the location of the tracker. + /// + [Preserve, InputControl(offset = 0, aliases = new[] { "device", "entityPose" }, usage = "Device")] + public PoseControl devicePose { get; private set; } + + /// + /// A ButtonControl required for backwards compatibility with the XRSDK layouts. This represents the overall tracking state of the device. This value is equivalent to mapping devicePose/isTracked. + /// + [Preserve, InputControl(offset = 0, usage = "IsTracked")] + public ButtonControl isTracked { get; private set; } + + /// + /// A IntegerControl required for backwards compatibility with the XRSDK layouts. This represents the bit flag set to indicate what data is valid. This value is equivalent to mapping devicePose/trackingState. + /// + [Preserve, InputControl(offset = 4, usage = "TrackingState")] + public IntegerControl trackingState { get; private set; } + + /// + /// A Vector3Control required for backwards compatibility with the XRSDK layouts. This is the device position. For the VIVE XR device, this is both the device and the pointer position. This value is equivalent to mapping devicePose/position. + /// + [Preserve, InputControl(offset = 8, alias = "gripPosition")] + public Vector3Control devicePosition { get; private set; } + + /// + /// A QuaternionControl required for backwards compatibility with the XRSDK layouts. This is the device orientation. For the VIVE XR device, this is both the device and the pointer rotation. This value is equivalent to mapping devicePose/rotation. + /// + [Preserve, InputControl(offset = 20, alias = "gripOrientation")] + public QuaternionControl deviceRotation { get; private set; } + + // Unity action binding path: {Tracker 0}/isTracked + private bool UpdateInputDeviceInRuntime = true; + private InputAction inputActionIsTracked = null; + + /// + /// Internal call used to assign controls to the the correct element. + /// + protected override void FinishSetup() + { + base.FinishSetup(); + + if (!m_UltimateTrackerUsageMap.ContainsKey(description.product)) + { + sb.Clear().Append(LOG_TAG).Append("FinishSetup() Not support the product " + description.product); WARNING(sb); + return; + } + + devicePose = GetChildControl("devicePose"); + isTracked = GetChildControl("isTracked"); + trackingState = GetChildControl("trackingState"); + devicePosition = GetChildControl("devicePosition"); + deviceRotation = GetChildControl("deviceRotation"); + + /// After RegisterActionMapsWithRuntime finished, each XrTrackerDevice will have a product name (e.g. kProductUltimateTracker0) + /// We have to assign the XrTrackerDeivce to a commonUsage (e.g. kTrackerUsage0) + /// + /// Since we already established the m_UltimateTrackerUsageMap (kProductUltimateTracker0, kTrackerUsage0), + /// we can simply call SetDeviceUsage(m_UltimateTrackerUsageMap[description.product]) + /// to set assign the XrTrackerDevice with product name kProductUltimateTracker0 to the commonUsage kTrackerUsage0. + InputSystem.SetDeviceUsage(this, m_UltimateTrackerUsageMap[description.product]); + + if (inputActionIsTracked == null) + { + //string actionBindingIsTracked = "{LeftHand}/isTracked"; + string actionBindingIsTracked = "<" + kLayoutName + ">{" + m_UltimateTrackerUsageMap[description.product] + "}/isTracked"; + sb.Clear().Append(LOG_TAG).Append("FinishSetup() ").Append(m_UltimateTrackerUsageMap[description.product]).Append(", acion binding of IsTracked: ").Append(actionBindingIsTracked); + DEBUG(sb); + + inputActionIsTracked = new InputAction( + type: InputActionType.Value, + binding: actionBindingIsTracked); + + inputActionIsTracked.Enable(); + } + + sb.Clear().Append(LOG_TAG) + .Append("FinishSetup() device interfaceName: ").Append(description.interfaceName) + .Append(", deviceClass: ").Append(description.deviceClass) + .Append(", product: ").Append(description.product) + .Append(", serial: ").Append(description.serial) + .Append(", usage: ").Append(m_UltimateTrackerUsageMap[description.product]) + .Append(", current profile: ").Append(profile); + DEBUG(sb); + } + + private bool bRoleUpdated = false; + public void OnUpdate() + { + if (!UpdateInputDeviceInRuntime) { return; } + if (m_Instance == null) { return; } + if (inputActionIsTracked == null) { return; } + + /// Updates the Usage (tracker role) when IsTracked becomes true. + if (inputActionIsTracked.ReadValue() > 0 && !bRoleUpdated) + { + sb.Clear().Append(LOG_TAG) + .Append("OnUpdate() Update the InputDevice with product: ").Append(description.product); DEBUG(sb); + + //m_Instance.UpdateInputDevice(description.product, entityPose); + + bRoleUpdated = true; + } + } + } + + /// The interaction profile string used to reference the wrist tracker interaction input device. + private const string profile = "/interaction_profiles/htc/vive_xr_tracker"; + + #region OpenXR Life Cycle +#pragma warning disable + private bool m_XrInstanceCreated = false; +#pragma warning restore + private XrInstance m_XrInstance = 0; + /// + /// Called when xrCreateInstance is done. + /// + /// The created instance. + /// True for valid XrInstance + protected override bool OnInstanceCreate(ulong xrInstance) + { + m_XrInstanceCreated = true; + m_XrInstance = xrInstance; + m_Instance = this; + sb.Clear().Append(LOG_TAG).Append("OnInstanceCreate() ").Append(m_XrInstance); DEBUG(sb); + + GetXrFunctionDelegates(m_XrInstance); + return true; + } + /// + /// Called when xrDestroyInstance is done. + /// + /// The instance to destroy. + protected override void OnInstanceDestroy(ulong xrInstance) + { + if (m_XrInstance == xrInstance) + { + m_XrInstanceCreated = false; + m_XrInstance = 0; + } + sb.Clear().Append(LOG_TAG).Append("OnInstanceDestroy() ").Append(xrInstance); DEBUG(sb); + } + + private static bool m_XrSessionCreated = false; + private static XrSession m_XrSession = 0; + /// + /// Called when xrCreateSession is done. + /// + /// The created session ID. + protected override void OnSessionCreate(ulong xrSession) + { + m_XrSession = xrSession; + m_XrSessionCreated = true; + sb.Clear().Append(LOG_TAG).Append("OnSessionCreate() ").Append(m_XrSession); DEBUG(sb); + } + /// + /// Called when xrDestroySession is done. + /// + /// The session ID to destroy. + protected override void OnSessionDestroy(ulong xrSession) + { + sb.Clear().Append(LOG_TAG).Append("OnSessionDestroy() ").Append(xrSession); DEBUG(sb); + if (m_XrSession == xrSession) + { + m_XrSession = 0; + m_XrSessionCreated = false; + } + } + #endregion + + // "<" + kLayoutName + ">{" + m_UltimateTrackerUsageMap[description.product] + "}/isTracked" + private const string kLayoutName = "ViveXRTracker"; + + /// + /// Registers the layout with product name to the Input System. + /// + protected override void RegisterDeviceLayout() + { + sb.Clear().Append(LOG_TAG).Append("RegisterDeviceLayout() ").Append(kLayoutName).Append(", product: ").Append(@kProducts); DEBUG(sb); + InputSystem.RegisterLayout(typeof(XrTrackerDevice), + kLayoutName, + matches: new InputDeviceMatcher() + .WithInterface(XRUtilities.InterfaceMatchAnyVersion) + .WithProduct(@kProducts)); + } + + /// + /// Removes the layout from the Input System. + /// + protected override void UnregisterDeviceLayout() + { + sb.Clear().Append(LOG_TAG).Append("UnregisterDeviceLayout() ").Append(kLayoutName); DEBUG(sb); + InputSystem.RemoveLayout(kLayoutName); + } + + #region OpenXR function delegates + /// xrGetInstanceProcAddr + OpenXRHelper.xrGetInstanceProcAddrDelegate XrGetInstanceProcAddr; + /// xrEnumeratePathsForInteractionProfileHTC + VivePathEnumerationHelper.xrEnumeratePathsForInteractionProfileHTCDelegate xrEnumeratePathsForInteractionProfileHTC = null; + /// xrGetInputSourceLocalizedName + static OpenXRHelper.xrGetInputSourceLocalizedNameDelegate xrGetInputSourceLocalizedName = null; + /// xrEnumerateInstanceExtensionProperties + OpenXRHelper.xrEnumerateInstanceExtensionPropertiesDelegate xrEnumerateInstanceExtensionProperties = null; + private bool GetXrFunctionDelegates(XrInstance xrInstance) + { + /// xrGetInstanceProcAddr + if (xrGetInstanceProcAddr != null && xrGetInstanceProcAddr != IntPtr.Zero) + { + sb.Clear().Append(LOG_TAG).Append("Get function pointer of xrGetInstanceProcAddr."); DEBUG(sb); + XrGetInstanceProcAddr = Marshal.GetDelegateForFunctionPointer( + xrGetInstanceProcAddr, + typeof(OpenXRHelper.xrGetInstanceProcAddrDelegate)) as OpenXRHelper.xrGetInstanceProcAddrDelegate; + } + else + { + sb.Clear().Append(LOG_TAG).Append("No function pointer of xrGetInstanceProcAddr"); ERROR(sb); + return false; + } + + IntPtr funcPtr = IntPtr.Zero; + + /// xrEnumerateInstanceExtensionProperties + if (XrGetInstanceProcAddr(xrInstance, "xrEnumerateInstanceExtensionProperties", out funcPtr) == XrResult.XR_SUCCESS) + { + if (funcPtr != IntPtr.Zero) + { + sb.Clear().Append(LOG_TAG).Append("Get function pointer of xrEnumerateInstanceExtensionProperties."); DEBUG(sb); + xrEnumerateInstanceExtensionProperties = Marshal.GetDelegateForFunctionPointer( + funcPtr, + typeof(OpenXRHelper.xrEnumerateInstanceExtensionPropertiesDelegate)) as OpenXRHelper.xrEnumerateInstanceExtensionPropertiesDelegate; + } + else + { + sb.Clear().Append(LOG_TAG).Append("No function pointer of xrEnumerateInstanceExtensionProperties."); + ERROR(sb); + } + } + else + { + sb.Clear().Append(LOG_TAG).Append("No function pointer of xrEnumerateInstanceExtensionProperties"); + ERROR(sb); + } + + /// xrEnumeratePathsForInteractionProfileHTC + if (XrGetInstanceProcAddr(xrInstance, "xrEnumeratePathsForInteractionProfileHTC", out funcPtr) == XrResult.XR_SUCCESS) + { + if (funcPtr != IntPtr.Zero) + { + sb.Clear().Append(LOG_TAG).Append("Get function pointer of xrEnumeratePathsForInteractionProfileHTC."); DEBUG(sb); + xrEnumeratePathsForInteractionProfileHTC = Marshal.GetDelegateForFunctionPointer( + funcPtr, + typeof(VivePathEnumerationHelper.xrEnumeratePathsForInteractionProfileHTCDelegate)) as VivePathEnumerationHelper.xrEnumeratePathsForInteractionProfileHTCDelegate; + } + else + { + sb.Clear().Append(LOG_TAG).Append("No function pointer of xrEnumeratePathsForInteractionProfileHTC."); + ERROR(sb); + } + } + else + { + sb.Clear().Append(LOG_TAG).Append("No function pointer of xrEnumeratePathsForInteractionProfileHTC"); + ERROR(sb); + } + + /// xrGetInputSourceLocalizedName + if (XrGetInstanceProcAddr(xrInstance, "xrGetInputSourceLocalizedName", out funcPtr) == XrResult.XR_SUCCESS) + { + if (funcPtr != IntPtr.Zero) + { + sb.Clear().Append(LOG_TAG).Append("Get function pointer of xrGetInputSourceLocalizedName."); DEBUG(sb); + xrGetInputSourceLocalizedName = Marshal.GetDelegateForFunctionPointer( + funcPtr, + typeof(OpenXRHelper.xrGetInputSourceLocalizedNameDelegate)) as OpenXRHelper.xrGetInputSourceLocalizedNameDelegate; + } + else + { + sb.Clear().Append(LOG_TAG).Append("No function pointer of xrGetInputSourceLocalizedName."); + ERROR(sb); + } + } + else + { + sb.Clear().Append(LOG_TAG).Append("No function pointer of xrGetInputSourceLocalizedName"); + ERROR(sb); + } + + return true; + } + #endregion + + /*private List CreateList(UInt32 count, T initialValue) + { + List list = new List(); + for (int i = 0; i < count; i++) + list.Add(initialValue); + + return list; + } + XrPathsForInteractionProfileEnumerateInfoHTC enumerateInfo; + private bool EnumeratePath() + { + if (!m_XrInstanceCreated) { return false; } + + string func = "EnumeratePath() "; + + if (xrEnumeratePathsForInteractionProfileHTC == null) + { + sb.Clear().Append(LOG_TAG).Append(func) + .Append("No function pointer of xrEnumeratePathsForInteractionProfileHTC"); WARNING(sb); + return false; + } + + // 1. Get user path count of /interaction_profiles/htc/vive_xr_tracker profile. + UInt32 trackerCount = 0; + enumerateInfo.type = XrStructureType.XR_TYPE_UNKNOWN; + enumerateInfo.next = IntPtr.Zero; + enumerateInfo.interactionProfile = StringToPath(profile); // /interaction_profiles/htc/vive_xr_tracker + enumerateInfo.userPath = OpenXRHelper.XR_NULL_PATH; + + XrResult result = xrEnumeratePathsForInteractionProfileHTC(m_XrInstance, ref enumerateInfo, 0, ref trackerCount, null); + if (result != XrResult.XR_SUCCESS) + { + sb.Clear().Append(LOG_TAG).Append(func) + .Append("Retrieves trackerCount failed."); ERROR(sb); + return false; + } + sb.Clear().Append(LOG_TAG).Append(func) + .Append("Get profile ").Append(profile).Append(" user path count: ").Append(trackerCount); DEBUG(sb); + + if (trackerCount > 0) + { + // 2. Get user paths of /interaction_profiles/htc/vive_xr_tracker profile. + List trackerList = CreateList(trackerCount, OpenXRHelper.XR_NULL_PATH); + XrPath[] trackers = trackerList.ToArray(); + result = xrEnumeratePathsForInteractionProfileHTC( + m_XrInstance, + ref enumerateInfo, + pathCapacityInput: (UInt32)(trackers.Length & 0x7FFFFFFF), + pathCountOutput: ref trackerCount, + paths: trackers); + if (result != XrResult.XR_SUCCESS) + { + sb.Clear().Append(LOG_TAG).Append(func) + .Append("Retrieves trackers failed."); ERROR(sb); + return false; + } + + UpdateMapsUltimateTracker(trackers, (Int32)(trackerCount & 0x7FFFFFFF)); + } + + return true; + }*/ + + #region Usage Map of Ultimate Tracker + /*private void UpdateMapsUltimateTracker(XrPath[] paths, int pathLength) + { + for (int i = 0; i < pathLength && i < s_UltimateTrackerProduct.Length; i++) + { + UpdateMapsUltimateTracker(paths[i], s_UltimateTrackerProduct[i]); + } + } + private void UpdateMapsUltimateTracker(string[] paths, string[] products) + { + for (int i = 0; i < paths.Length; i++) + { + XrPath path = StringToPath(paths[i]); + UpdateMapsUltimateTracker(path, products[i]); + } + }*/ + private bool UpdateMapsUltimateTracker(XrPath path, string product) + { + string func = "UpdateMapsUltimateTracker() "; + string s_path = PathToString(path); + + // -------------------- Tracker Role -------------------- + sb.Clear().Append(LOG_TAG).Append(func) + .Append("path: ").Append(s_path) + .Append(", product: ").Append(product).Append(" GetInputSourceName(TrackerRole)"); DEBUG(sb); + + if (GetInputSourceName(path, InputSourceType.TrackerRole, out string role) != XrResult.XR_SUCCESS) + { + sb.Clear().Append(LOG_TAG).Append(func) + .Append("GetInputSourceName of TrackerRole failed."); ERROR(sb); + return false; + } + sb.Clear().Append(LOG_TAG).Append(func) + .Append(s_path).Append(" has role: ").Append(role); DEBUG(sb); + if (!s_TrackerRoleName.Contains(role)) + { + sb.Clear().Append(LOG_TAG).Append(func) + .Append("role ").Append(role).Append(" is NOT definied."); ERROR(sb); + return false; + } + + /// For sample: + /// A user path (e.g. "/user/tracker_htc/index0") has the "sourceName" kTrackerRoleLeftWrist ("Left Wrist") which means + /// the corresponding product (e.g. kProductUltimateTracker0 = "VIVE Ultimate Tracker 0") has the "sourceName" kTrackerRoleLeftWrist. + /// So we have to set the usage of the product name kProductUltimateTracker0 to kTrackerRoleLeftWrist. + if (!m_UltimateTrackerUsageMap.ContainsKey(product)) + m_UltimateTrackerUsageMap.Add(product, role); + else + m_UltimateTrackerUsageMap[product] = role; + + sb.Clear().Append(LOG_TAG).Append(func) + .Append("Sets product ").Append(product).Append(" with usage ").Append(role); DEBUG(sb); + + // -------------------- Tracker Serial Number -------------------- + sb.Clear().Append(LOG_TAG).Append(func) + .Append("path: ").Append(s_path) + .Append(", product: ").Append(product).Append(" GetInputSourceName(SerialNumber)"); DEBUG(sb); + + if (GetInputSourceName(path, InputSourceType.SerialNumber, out string sn) != XrResult.XR_SUCCESS) + { + sb.Clear().Append(LOG_TAG).Append(func) + .Append("GetInputSourceName of SerialNumber failed."); ERROR(sb); + return false; + } + sb.Clear().Append(LOG_TAG).Append(func).Append(s_path).Append(" has serial number: ").Append(sn); DEBUG(sb); + if (!s_TrackerSerialNumber.Contains(sn)) + { + sb.Clear().Append(LOG_TAG).Append(func) + .Append("serial number ").Append(sn).Append(" is NOT definied."); ERROR(sb); + return false; + } + + /// For sample: + /// A user path (e.g. "/user/tracker_htc/index0") has the "sourceName" kUltimateTrackerSN0 ("VIVE_Ultimate_Tracker_0") which means + /// the corresponding product (e.g. kProductUltimateTracker0 = "VIVE Ultimate Tracker 0") has the "sourceName" kUltimateTrackerSN0. + /// So we have to set the serial of the product name kProductUltimateTracker0 to kUltimateTrackerSN0. + if (!m_UltimateTrackerSerialMap.ContainsKey(product)) + m_UltimateTrackerSerialMap.Add(product, sn); + else + m_UltimateTrackerSerialMap[product] = sn; + + sb.Clear().Append(LOG_TAG).Append(func) + .Append("Sets product ").Append(product).Append(" with serial number ").Append(sn); DEBUG(sb); + + return true; + } + #endregion + + public enum InputSourceType : UInt64 + { + SerialNumber = XrInputSourceLocalizedNameFlags.XR_INPUT_SOURCE_LOCALIZED_NAME_SERIAL_NUMBER_BIT_HTC, + TrackerRole = XrInputSourceLocalizedNameFlags.XR_INPUT_SOURCE_LOCALIZED_NAME_USER_PATH_BIT, + } + public static XrResult GetInputSourceName(XrPath path, InputSourceType sourceType, out string sourceName) + { + string func = "GetInputSourceName() "; + + sourceName = ""; + if (!m_XrSessionCreated || xrGetInputSourceLocalizedName == null) { return XrResult.XR_ERROR_VALIDATION_FAILURE; } + + string userPath = PathToString(path); + sb.Clear().Append(LOG_TAG).Append(func) + .Append("userPath: ").Append(userPath).Append(", flag: ").Append((UInt64)sourceType); DEBUG(sb); + + XrInputSourceLocalizedNameGetInfo nameInfo = new XrInputSourceLocalizedNameGetInfo( + XrStructureType.XR_TYPE_INPUT_SOURCE_LOCALIZED_NAME_GET_INFO, + IntPtr.Zero, path, (XrInputSourceLocalizedNameFlags)sourceType); + UInt32 nameSizeIn = 0; + UInt32 nameSizeOut = 0; + char[] buffer = new char[0]; + + sb.Clear().Append(LOG_TAG).Append(func) + .Append("1.xrGetInputSourceLocalizedName(").Append(userPath).Append(")") + .Append(", flag: ").Append((UInt64)sourceType) + .Append(", bufferCapacityInput: ").Append(nameSizeIn) + .Append(", bufferCountOutput: ").Append(nameSizeOut); + DEBUG(sb); + XrResult result = xrGetInputSourceLocalizedName(m_XrSession, ref nameInfo, nameSizeIn, ref nameSizeOut, buffer); + if (result == XrResult.XR_SUCCESS) + { + if (nameSizeOut < 1) + { + sb.Clear().Append(LOG_TAG).Append(func) + .Append("xrGetInputSourceLocalizedName(").Append(userPath).Append(")") + .Append(", flag: ").Append((UInt64)sourceType) + .Append("bufferCountOutput size is invalid!"); + ERROR(sb); + return XrResult.XR_ERROR_VALIDATION_FAILURE; + } + + nameSizeIn = nameSizeOut; + buffer = new char[nameSizeIn]; + + sb.Clear().Append(LOG_TAG).Append(func) + .Append("2.xrGetInputSourceLocalizedName(").Append(userPath).Append(")") + .Append(", bufferCapacityInput: ").Append(nameSizeIn) + .Append(", bufferCountOutput: ").Append(nameSizeOut); + DEBUG(sb); + result = xrGetInputSourceLocalizedName(m_XrSession, ref nameInfo, nameSizeIn, ref nameSizeOut, buffer); + if (result == XrResult.XR_SUCCESS) + { + sourceName = new string(buffer).TrimEnd('\0'); + + sb.Clear().Append(LOG_TAG).Append(func) + .Append("2.xrGetInputSourceLocalizedName(").Append(userPath).Append(")") + .Append(", flag: ").Append((UInt64)sourceType) + .Append(", bufferCapacityInput: ").Append(nameSizeIn) + .Append(", bufferCountOutput: ").Append(nameSizeOut) + .Append(", sourceName: ").Append(sourceName); + DEBUG(sb); + } + else + { + sb.Clear().Append(LOG_TAG).Append(func) + .Append("2.xrGetInputSourceLocalizedName(").Append(userPath).Append(")") + .Append(", flag: ").Append((UInt64)sourceType) + .Append(", bufferCapacityInput: ").Append(nameSizeIn) + .Append(", bufferCountOutput: ").Append(nameSizeOut) + .Append(" result: ").Append(result); + ERROR(sb); + } + } + else + { + sb.Clear().Append(LOG_TAG).Append(func) + .Append("1.xrGetInputSourceLocalizedName(").Append(userPath).Append(")") + .Append(", flag: ").Append((UInt64)sourceType) + .Append(", bufferCapacityInput: ").Append(nameSizeIn) + .Append(", bufferCountOutput: ").Append(nameSizeOut) + .Append(" result: ").Append(result); + ERROR(sb); + } + + return result; + } + /*private void UpdateInputDevice(string product, string actionPath) + { + string func = "UpdateInputDevice() "; + + sb.Clear().Append(LOG_TAG).Append(func) + .Append("product: ").Append(product) + .Append(", usage: ").Append(m_UltimateTrackerUsageMap[product]) + .Append(" with user path: ").Append(m_UltimateTrackerPathMap[product]); + DEBUG(sb); + + XrPath path = StringToPath(m_UltimateTrackerPathMap[product]); + if (UpdateMapsUltimateTracker(path, product)) + { + sb.Clear().Append(LOG_TAG).Append(func) + .Append("Maps of ").Append(product) + .Append(" with user path ").Append(path).Append(" are updated."); + DEBUG(sb); + + bool foundProduct = false; + for (int i = 0; i < InputSystem.devices.Count; i++) + { + if (InputSystem.devices[i] is XrTrackerDevice && + InputSystem.devices[i].description.product.Equals(product)) + { + sb.Clear().Append(LOG_TAG).Append(func) + .Append("Removes the XrTrackerDevice product ").Append(product); + DEBUG(sb); + + InputSystem.RemoveDevice(InputSystem.devices[i]); + foundProduct = true; + break; + } + } + if (foundProduct) + { + sb.Clear().Append(LOG_TAG).Append(func) + .Append("Adds a XrTrackerDevice product ").Append(product); + RegisterActionMap(product); + } + } + }*/ + + // Available Bindings + /// + /// Constant for a pose interaction binding '.../input/entity_htc/pose' OpenXR Input Binding. Used by input subsystem to bind actions to physical inputs. + /// + public const string entityPose = "/input/entity_htc/pose"; + + private void RegisterActionMap(string product) + { + sb.Clear().Append(LOG_TAG).Append("RegisterActionMapsWithRuntime() Added ActionMapConfig of ").Append(m_UltimateTrackerPathMap[product]) + .Append(", localizedName = ").Append(product) + .Append(" { name = ").Append(m_UltimateTrackerActionMap[product]) + .Append(", desiredInteractionProfile = ").Append(profile) + .Append(", serialNumber = ").Append(m_UltimateTrackerSerialMap[product]); + DEBUG(sb); + + ActionMapConfig actionMap = new ActionMapConfig() + { + name = m_UltimateTrackerActionMap[product], + localizedName = product, + desiredInteractionProfile = profile, + manufacturer = "HTC", + serialNumber = m_UltimateTrackerSerialMap[product], + deviceInfos = new List() + { + new DeviceConfig() + { + characteristics = InputDeviceCharacteristics.TrackedDevice, + userPath = m_UltimateTrackerPathMap[product] + } + }, + actions = new List() + { + // Device Pose + new ActionConfig() + { + name = "devicePose", + localizedName = "Grip Pose", + type = ActionType.Pose, + usages = new List() + { + "Device" + }, + bindings = new List() + { + new ActionBinding() + { + interactionPath = entityPose, + interactionProfileName = profile, + } + } + } + } + }; + + AddActionMap(actionMap); + } + /// + /// Registers action maps to Unity XR. + /// + protected override void RegisterActionMapsWithRuntime() + { + if (OpenXRHelper.IsExtensionSupported(xrEnumerateInstanceExtensionProperties, kOpenxrExtensionString) != XrResult.XR_SUCCESS) + { + sb.Clear().Append(LOG_TAG).Append("RegisterActionMapsWithRuntime() ").Append(kOpenxrExtensionString).Append(" is NOT supported."); DEBUG(sb); + return; + } + + for (int userIndex = 0; userIndex < s_UltimateTrackerProduct.Length; userIndex++) + { + RegisterActionMap(s_UltimateTrackerProduct[userIndex]); + } + } + } +} \ No newline at end of file diff --git a/com.htc.upm.vive.openxr/Runtime/Features/Tracker/XR/Scripts/ViveXRTracker.cs.meta b/com.htc.upm.vive.openxr/Runtime/Features/Tracker/XR/Scripts/ViveXRTracker.cs.meta new file mode 100644 index 0000000..4f51e21 --- /dev/null +++ b/com.htc.upm.vive.openxr/Runtime/Features/Tracker/XR/Scripts/ViveXRTracker.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: c0c983a6e70e9b04885eb94528d82f46 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/com.htc.upm.vive.openxr/Runtime/OpenXRUtils.cs b/com.htc.upm.vive.openxr/Runtime/OpenXRUtils.cs index 7ee5ffe..b6d595c 100644 --- a/com.htc.upm.vive.openxr/Runtime/OpenXRUtils.cs +++ b/com.htc.upm.vive.openxr/Runtime/OpenXRUtils.cs @@ -3,6 +3,7 @@ using System; using System.Collections.Generic; using System.Runtime.InteropServices; +using System.Text; using UnityEngine; using UnityEngine.InputSystem; using UnityEngine.XR; @@ -1068,6 +1069,134 @@ namespace VIVE.OpenXR } } + /// + /// Action sets are application-defined collections of actions. They are attached to a given XrSession with a xrAttachSessionActionSets call. They are enabled or disabled by the application via xrSyncActions depending on the current application context. For example, a game may have one set of actions that apply to controlling a character and another set for navigating a menu system. When these actions are grouped into two XrActionSet handles they can be selectively enabled and disabled using a single function call. + /// + public struct XrActionSet : IEquatable + { + private readonly UInt64 value; + + public XrActionSet(UInt64 u) + { + value = u; + } + + public static implicit operator UInt64(XrActionSet equatable) + { + return equatable.value; + } + public static implicit operator XrActionSet(UInt64 u) + { + return new XrActionSet(u); + } + + public bool Equals(XrActionSet other) + { + return value == other.value; + } + public bool Equals(UInt64 other) + { + return value == other; + } + public override bool Equals(object obj) + { + return obj is XrActionSet && Equals((XrActionSet)obj); + } + + public override int GetHashCode() + { + return value.GetHashCode(); + } + + public override string ToString() + { + return value.ToString(); + } + + public static bool operator ==(XrActionSet a, XrActionSet b) { return a.Equals(b); } + public static bool operator !=(XrActionSet a, XrActionSet b) { return !a.Equals(b); } + public static bool operator >=(XrActionSet a, XrActionSet b) { return a.value >= b.value; } + public static bool operator <=(XrActionSet a, XrActionSet b) { return a.value <= b.value; } + public static bool operator >(XrActionSet a, XrActionSet b) { return a.value > b.value; } + public static bool operator <(XrActionSet a, XrActionSet b) { return a.value < b.value; } + public static XrActionSet operator +(XrActionSet a, XrActionSet b) { return a.value + b.value; } + public static XrActionSet operator -(XrActionSet a, XrActionSet b) { return a.value - b.value; } + public static XrActionSet operator *(XrActionSet a, XrActionSet b) { return a.value * b.value; } + public static XrActionSet operator /(XrActionSet a, XrActionSet b) + { + if (b.value == 0) + { + throw new DivideByZeroException(); + } + return a.value / b.value; + } + + } + /// + /// Action handles are used to refer to individual actions when retrieving action data, creating action spaces, or sending haptic events. + /// + public struct XrAction : IEquatable + { + private readonly UInt64 value; + + public XrAction(UInt64 u) + { + value = u; + } + + public static implicit operator UInt64(XrAction equatable) + { + return equatable.value; + } + public static implicit operator XrAction(UInt64 u) + { + return new XrAction(u); + } + + public bool Equals(XrAction other) + { + return value == other.value; + } + public bool Equals(UInt64 other) + { + return value == other; + } + public override bool Equals(object obj) + { + return obj is XrAction && Equals((XrAction)obj); + } + + public override int GetHashCode() + { + return value.GetHashCode(); + } + + public override string ToString() + { + return value.ToString(); + } + + public static bool operator ==(XrAction a, XrAction b) { return a.Equals(b); } + public static bool operator !=(XrAction a, XrAction b) { return !a.Equals(b); } + public static bool operator >=(XrAction a, XrAction b) { return a.value >= b.value; } + public static bool operator <=(XrAction a, XrAction b) { return a.value <= b.value; } + public static bool operator >(XrAction a, XrAction b) { return a.value > b.value; } + public static bool operator <(XrAction a, XrAction b) { return a.value < b.value; } + public static XrAction operator +(XrAction a, XrAction b) { return a.value + b.value; } + public static XrAction operator -(XrAction a, XrAction b) { return a.value - b.value; } + public static XrAction operator *(XrAction a, XrAction b) { return a.value * b.value; } + public static XrAction operator /(XrAction a, XrAction b) + { + if (b.value == 0) + { + throw new DivideByZeroException(); + } + return a.value / b.value; + } + + } + + /// /// Flag bits for XrSpaceLocationFlags. /// @@ -1091,6 +1220,35 @@ namespace VIVE.OpenXR /// XR_SPACE_LOCATION_POSITION_TRACKED_BIT = 0x00000008, } + + public enum XrInputSourceLocalizedNameFlags : UInt64 + { + /// + /// XrInputSourceLocalizedNameFlags bitmask 0x00000001 indicates that the runtime must include the user path portion of the string in the result, if available. E.g. Left Hand. + /// + XR_INPUT_SOURCE_LOCALIZED_NAME_USER_PATH_BIT = 0x00000001, + /// + /// XrInputSourceLocalizedNameFlags bitmask 0x00000002 indicates that the runtime must include the interaction profile portion of the string in the result, if available. E.g. Vive Controller. + /// + XR_INPUT_SOURCE_LOCALIZED_NAME_INTERACTION_PROFILE_BIT = 0x00000002, + /// + /// XrInputSourceLocalizedNameFlags bitmask 0x00000004 indicates that the runtime must include the input component portion of the string in the result, if available. E.g. Trigger. + /// + XR_INPUT_SOURCE_LOCALIZED_NAME_COMPONENT_BIT = 0x00000004, + + XR_INPUT_SOURCE_LOCALIZED_NAME_SERIAL_NUMBER_BIT_HTC = 0x1000000000000000, + } + + public enum XrActionType : UInt64 + { + XR_ACTION_TYPE_BOOLEAN_INPUT = 1, + XR_ACTION_TYPE_FLOAT_INPUT = 2, + XR_ACTION_TYPE_VECTOR2F_INPUT = 3, + XR_ACTION_TYPE_POSE_INPUT = 4, + XR_ACTION_TYPE_VIBRATION_OUTPUT = 100, + XR_ACTION_TYPE_MAX_ENUM = 0x7FFFFFFF + } + /// /// An XrSystemId is an opaque atom used by the runtime to identify a system. The value XR_NULL_SYSTEM_ID is considered an invalid system. /// @@ -1722,8 +1880,60 @@ namespace VIVE.OpenXR public UInt32 mipCount; } + public struct XrInputSourceLocalizedNameGetInfo + { + public XrStructureType type; + public IntPtr next; + public XrPath sourcePath; + public XrInputSourceLocalizedNameFlags whichComponents; + + public XrInputSourceLocalizedNameGetInfo(XrStructureType in_type, IntPtr in_next, XrPath in_path, XrInputSourceLocalizedNameFlags in_flags) + { + type = in_type; + next = in_next; + sourcePath = in_path; + whichComponents = in_flags; + } + } + + [StructLayout(LayoutKind.Sequential, Pack = 8)] + public struct XrExtensionProperties + { + public XrStructureType type; + public IntPtr next; + [MarshalAs(UnmanagedType.ByValTStr, SizeConst = 128)] + public string extensionName; + public UInt32 extensionVersion; + } + + public struct XrActionCreateInfo + { + public XrStructureType type; + public IntPtr next; + public char[] actionName; + public XrActionType actionType; + public UInt32 countSubactionPaths; + public XrPath[] subactionPaths; + public char[] localizedActionName; + }; + + public struct XrActionStateGetInfo + { + public XrStructureType type; + public IntPtr next; + public XrAction action; + public XrPath subactionPath; + } + + public struct XrActionStatePose + { + public XrStructureType type; + public IntPtr next; + public XrBool32 isActive; + }; + public static class OpenXRHelper - { + { /// /// Validates if the InputActionReference is valid. /// @@ -1735,26 +1945,30 @@ namespace VIVE.OpenXR msg = "Normal"; if (actionReference == null) - { + { msg = "Null reference."; return false; - } else if (actionReference.action == null) - { + } + else if (actionReference.action == null) + { msg = "Null reference action."; return false; - } else if (!actionReference.action.enabled) - { + } + else if (!actionReference.action.enabled) + { msg = "Reference action disabled."; return false; - } else if (actionReference.action.activeControl == null) - { + } + else if (actionReference.action.activeControl == null) + { msg = "No active control of the reference action."; return false; - } else if (actionReference.action.controls.Count <= 0) - { + } + else if (actionReference.action.controls.Count <= 0) + { msg = "Action control count is " + actionReference.action.controls.Count; return false; - } + } return true; } @@ -1817,7 +2031,7 @@ namespace VIVE.OpenXR XrVector3f vec; vec.x = unityVec.x; vec.y = unityVec.y; - vec.z = convertFromUntiyToOpenXR? -unityVec.z: unityVec.z; + vec.z = convertFromUntiyToOpenXR ? -unityVec.z : unityVec.z; return vec; } public static XrVector3f ToOpenXRVector(this XrVector3f unityVec, bool convertFromUntiyToOpenXR = true) @@ -1856,25 +2070,25 @@ namespace VIVE.OpenXR [Obsolete("Please use XrSpaceLocationFlags.XR_SPACE_LOCATION_POSITION_TRACKED_BIT instead.")] public static XrSpaceLocationFlags XR_SPACE_LOCATION_POSITION_TRACKED_BIT = XrSpaceLocationFlags.XR_SPACE_LOCATION_POSITION_TRACKED_BIT; - // Flag bits for XrSwapchainCreateFlags - public static XrSwapchainCreateFlags XR_SWAPCHAIN_CREATE_PROTECTED_CONTENT_BIT = 0x00000001; - public static XrSwapchainCreateFlags XR_SWAPCHAIN_CREATE_STATIC_IMAGE_BIT = 0x00000002; + // Flag bits for XrSwapchainCreateFlags + public static XrSwapchainCreateFlags XR_SWAPCHAIN_CREATE_PROTECTED_CONTENT_BIT = 0x00000001; + public static XrSwapchainCreateFlags XR_SWAPCHAIN_CREATE_STATIC_IMAGE_BIT = 0x00000002; - // Flag bits for XrSwapchainUsageFlags - public static XrSwapchainUsageFlags XR_SWAPCHAIN_USAGE_COLOR_ATTACHMENT_BIT = 0x00000001; - public static XrSwapchainUsageFlags XR_SWAPCHAIN_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT = 0x00000002; - public static XrSwapchainUsageFlags XR_SWAPCHAIN_USAGE_UNORDERED_ACCESS_BIT = 0x00000004; - public static XrSwapchainUsageFlags XR_SWAPCHAIN_USAGE_TRANSFER_SRC_BIT = 0x00000008; - public static XrSwapchainUsageFlags XR_SWAPCHAIN_USAGE_TRANSFER_DST_BIT = 0x00000010; - public static XrSwapchainUsageFlags XR_SWAPCHAIN_USAGE_SAMPLED_BIT = 0x00000020; - public static XrSwapchainUsageFlags XR_SWAPCHAIN_USAGE_MUTABLE_FORMAT_BIT = 0x00000040; - public static XrSwapchainUsageFlags XR_SWAPCHAIN_USAGE_INPUT_ATTACHMENT_BIT_MND = 0x00000080; - public static XrSwapchainUsageFlags XR_SWAPCHAIN_USAGE_INPUT_ATTACHMENT_BIT_KHR = 0x00000080; + // Flag bits for XrSwapchainUsageFlags + public static XrSwapchainUsageFlags XR_SWAPCHAIN_USAGE_COLOR_ATTACHMENT_BIT = 0x00000001; + public static XrSwapchainUsageFlags XR_SWAPCHAIN_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT = 0x00000002; + public static XrSwapchainUsageFlags XR_SWAPCHAIN_USAGE_UNORDERED_ACCESS_BIT = 0x00000004; + public static XrSwapchainUsageFlags XR_SWAPCHAIN_USAGE_TRANSFER_SRC_BIT = 0x00000008; + public static XrSwapchainUsageFlags XR_SWAPCHAIN_USAGE_TRANSFER_DST_BIT = 0x00000010; + public static XrSwapchainUsageFlags XR_SWAPCHAIN_USAGE_SAMPLED_BIT = 0x00000020; + public static XrSwapchainUsageFlags XR_SWAPCHAIN_USAGE_MUTABLE_FORMAT_BIT = 0x00000040; + public static XrSwapchainUsageFlags XR_SWAPCHAIN_USAGE_INPUT_ATTACHMENT_BIT_MND = 0x00000080; + public static XrSwapchainUsageFlags XR_SWAPCHAIN_USAGE_INPUT_ATTACHMENT_BIT_KHR = 0x00000080; - /// - /// XrSystemId value 0 indicates an invalid system. - /// - public static ulong XR_NULL_SYSTEM_ID = 0; + /// + /// XrSystemId value 0 indicates an invalid system. + /// + public static ulong XR_NULL_SYSTEM_ID = 0; // XrDuration definitions /// @@ -1913,9 +2127,9 @@ namespace VIVE.OpenXR /// A pointer to a handle in which the created XrSession is returned. /// XR_SUCCESS for success. public delegate XrResult xrCreateSessionDelegate( - XrInstance instance, - in XrSessionCreateInfo createInfo, - XrSession session); + XrInstance instance, + in XrSessionCreateInfo createInfo, + XrSession session); /// /// The function delegate declaration of xrGetInstanceProcAddr. @@ -1975,34 +2189,131 @@ namespace VIVE.OpenXR public delegate XrResult xrDestroySpaceDelegate( XrSpace space); - /// - /// The function delegate declaration of xrCreateSwapchainAndroidSurfaceKHR. - /// - /// A handle to an XrSession previously created with xrCreateSession. - /// info is a pointer to an XrSwapchainCreateInfo structure. - /// swapchain is a pointer to a handle in which the created XrSwapchain is returned. - /// surface is a pointer to a jobject where the created Android Surface is returned. - /// - public delegate XrResult xrCreateSwapchainAndroidSurfaceKHRDelegate( - XrSession session, - in XrSwapchainCreateInfo info, - out XrSwapchain swapchain, - out IntPtr surface); + /// + /// The function delegate declaration of xrCreateSwapchainAndroidSurfaceKHR. + /// + /// A handle to an XrSession previously created with xrCreateSession. + /// info is a pointer to an XrSwapchainCreateInfo structure. + /// swapchain is a pointer to a handle in which the created XrSwapchain is returned. + /// surface is a pointer to a jobject where the created Android Surface is returned. + /// + public delegate XrResult xrCreateSwapchainAndroidSurfaceKHRDelegate( + XrSession session, + in XrSwapchainCreateInfo info, + out XrSwapchain swapchain, + out IntPtr surface); - public delegate XrResult xrRequestDisplayRefreshRateFBDelegate( - XrSession session, - float displayRefreshRate); + public delegate XrResult xrRequestDisplayRefreshRateFBDelegate( + XrSession session, + float displayRefreshRate); - public delegate XrResult xrGetDisplayRefreshRateFBDelegate( - XrSession session, - out float displayRefreshRate); + public delegate XrResult xrGetDisplayRefreshRateFBDelegate( + XrSession session, + out float displayRefreshRate); - public delegate XrResult xrEnumerateDisplayRefreshRatesFBDelegate( - XrSession session, - UInt32 displayRefreshRateCapacityInput, - out UInt32 displayRefreshRateCountOutput, - out float displayRefreshRates); - } + public delegate XrResult xrEnumerateDisplayRefreshRatesFBDelegate( + XrSession session, + UInt32 displayRefreshRateCapacityInput, + out UInt32 displayRefreshRateCountOutput, + out float displayRefreshRates); + + public delegate XrResult xrGetInputSourceLocalizedNameDelegate( + XrSession session, + ref XrInputSourceLocalizedNameGetInfo getInfo, + [In] UInt32 bufferCapacityInput, + ref UInt32 bufferCountOutput, + [In, Out] char[] buffer); + + public delegate XrResult xrEnumerateInstanceExtensionPropertiesDelegate( + [In] char[] layerName, + UInt32 propertyCapacityInput, + ref UInt32 propertyCountOutput, + [In, Out] XrExtensionProperties[] properties); + + #region API + const string LOG_TAG = "VIVE.OpenXR.OpenXRHelper "; + static StringBuilder m_sb = null; + static StringBuilder sb { + get { + if (m_sb == null) { m_sb = new StringBuilder(); } + return m_sb; + } + } + static void DEBUG(StringBuilder msg) { Debug.Log(msg); } + static void WARNING(StringBuilder msg) { Debug.LogWarning(msg); } + static void ERROR(StringBuilder msg) { Debug.LogError(msg); } + + /// + /// Use xrEnumerateInstanceExtensionProperties to check if an extension is supported by OpenXR Runtime. + /// + /// Function pointer of xrEnumerateInstanceExtensionProperties. + /// An OpenXR extension. + /// XR_SUCCESS for supported. + public static XrResult IsExtensionSupported(xrEnumerateInstanceExtensionPropertiesDelegate xrEnumerateInstanceExtensionProperties, string extension) + { + XrResult result = XrResult.XR_ERROR_FEATURE_UNSUPPORTED; + + if (xrEnumerateInstanceExtensionProperties == null) + { + sb.Clear().Append(LOG_TAG).Append("IsExtensionSupported() no xrEnumerateInstanceExtensionProperties function."); ERROR(sb); + return result; + } + + UInt32 ext_count = 0; + result = xrEnumerateInstanceExtensionProperties(null, 0, ref ext_count, null); + if (result != XrResult.XR_SUCCESS || ext_count == 0) + { + sb.Clear().Append(LOG_TAG).Append("IsExtensionSupported() Failed to enumerate number of extension properties, result: ").Append(result); ERROR(sb); + return result; + } + sb.Clear().Append(LOG_TAG).Append("IsExtensionSupported() Runtime supports ").Append(ext_count).Append(" extensions"); DEBUG(sb); + + XrExtensionProperties[] extensionProperties = new XrExtensionProperties[ext_count]; + for (int i = 0; i < ext_count; i++) + { + extensionProperties[i].type = XrStructureType.XR_TYPE_EXTENSION_PROPERTIES; + extensionProperties[i].next = IntPtr.Zero; + } + + sb.Clear().Append(LOG_TAG).Append("IsExtensionSupported() xrEnumerateInstanceExtensionProperties propertyCapacityInput: ").Append(ext_count).Append(", propertyCountOutput: ").Append(ext_count).Append(", extensionProperties size: ").Append(extensionProperties.Length); DEBUG(sb); + result = xrEnumerateInstanceExtensionProperties(null, ext_count, ref ext_count, extensionProperties); + if (result != XrResult.XR_SUCCESS) + { + sb.Clear().Append(LOG_TAG).Append("IsExtensionSupported() Failed to enumerate extension properties, result: ").Append(result); ERROR(sb); + return result; + } + sb.Clear().Append(LOG_TAG).Append("IsExtensionSupported() Enumerate ").Append(ext_count).Append(" extensions"); DEBUG(sb); + + bool supported = false; + for (UInt32 i = 0; i < ext_count; i++) + { + sb.Clear().Append(LOG_TAG).Append("IsExtensionSupported() Extension[").Append(i).Append("] ").Append(extensionProperties[i].type) + .Append(", name: ").Append(extensionProperties[i].extensionName) + .Append(", version: ").Append(extensionProperties[i].extensionVersion); + DEBUG(sb); + + if (extensionProperties[i].extensionName.Equals(extension)) + { + supported = true; + break; + } + } + sb.Clear().Append(LOG_TAG).Append("IsExtensionSupported() ").Append(extension).Append(" is ").Append(supported ? "supported." : "not supported."); DEBUG(sb); + + return supported ? XrResult.XR_SUCCESS : XrResult.XR_ERROR_FEATURE_UNSUPPORTED; + } + #endregion + + public delegate XrResult xrCreateActionDelegate( + XrActionSet actionSet, + ref XrActionCreateInfo createInfo, + ref XrAction action); + + public delegate XrRect2Di xrGetActionStatePoseDelegate( + XrSession session, + ref XrActionStateGetInfo getInfo, + ref XrActionStatePose state); + } public static class ClientInterface { diff --git a/com.htc.upm.vive.openxr/Runtime/Toolkits.meta b/com.htc.upm.vive.openxr/Runtime/Toolkits.meta new file mode 100644 index 0000000..28690be --- /dev/null +++ b/com.htc.upm.vive.openxr/Runtime/Toolkits.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4b98be4b1bc959c4a914f4b7a484cdf8 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/com.htc.upm.vive.openxr/Runtime/Toolkits/CustomGesture.meta b/com.htc.upm.vive.openxr/Runtime/Toolkits/CustomGesture.meta new file mode 100644 index 0000000..7ad899b --- /dev/null +++ b/com.htc.upm.vive.openxr/Runtime/Toolkits/CustomGesture.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4c76f10664e4be14c9f57109107c63ed +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/com.htc.upm.vive.openxr/Runtime/Toolkits/CustomGesture/Scripts.meta b/com.htc.upm.vive.openxr/Runtime/Toolkits/CustomGesture/Scripts.meta new file mode 100644 index 0000000..cf6c9e9 --- /dev/null +++ b/com.htc.upm.vive.openxr/Runtime/Toolkits/CustomGesture/Scripts.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5f35db36b366ffe458967ad9820f0b34 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/com.htc.upm.vive.openxr/Runtime/Toolkits/CustomGesture/Scripts/CustomGestureDataStructures.cs b/com.htc.upm.vive.openxr/Runtime/Toolkits/CustomGesture/Scripts/CustomGestureDataStructures.cs new file mode 100644 index 0000000..5b00473 --- /dev/null +++ b/com.htc.upm.vive.openxr/Runtime/Toolkits/CustomGesture/Scripts/CustomGestureDataStructures.cs @@ -0,0 +1,155 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + + +namespace VIVE.OpenXR.Toolkits.CustomGesture +{ + [System.Serializable] + public class CustomGesture + { + public string GestureName = "NewGesture"; + public CGEnums.HandFlag TargetHand; + + [HideInInspector] public CGEnums.FingerStatus ThumbStatus; + [HideInInspector] public CGEnums.FingerStatus IndexStatus; + [HideInInspector] public CGEnums.FingerStatus MiddleStatus; + [HideInInspector] public CGEnums.FingerStatus RingStatus; + [HideInInspector] public CGEnums.FingerStatus PinkyStatus; + + + public TargetFingerStatus ThumbStatusIs; + public TargetFingerStatus IndexStatusIs; + public TargetFingerStatus MiddleStatusIs; + public TargetFingerStatus RingStatusIs; + public TargetFingerStatus PinkyStatusIs; + + public JointDistance DualHandDistance; + [Range(20, 0)] + public float DualNear = 0; + [Range(20, 0)] + public float DualFar = 0; + public JointDistance ThumbIndexDistance; + [Range(10, 0)] + public float SingleNear = 0; + [Range(10, 0)] + public float SingleFar = 0; + } + public enum JointDistance + { + DontCare = 0, + Near = 1, + Far = 2, + } + + public class HandJoint + { + /// + /// Tells whether the data of this HandJoints is valid or not; the data shouldn't be used if isValid returns false + /// + public bool isValid; + /// + /// Holds the position of the HandJoints + /// + public Vector3 position; + /// + /// Holds the rotation of the HandJoints + /// + public Quaternion rotation; + public HandJoint() + { + isValid = false; + position = Vector3.zero; + rotation = Quaternion.identity; + } + } + public class FingerStatusExpresstion + { + public bool Is = true; + public CGEnums.FingerStatus Status = CGEnums.FingerStatus.None; //Straight; + } + + public enum TargetFingerStatus + { + DontCare = 0, + Straight = 1, + Bending = 2, + Bended = 3, + NotStraight = 4, + NotBending = 5, + NotBended = 6, + } + + static class EnumExtensions + { + public static FingerStatusExpresstion ToExpresstion(this TargetFingerStatus _Status) + { + FingerStatusExpresstion _Expresstion = new FingerStatusExpresstion(); + switch (_Status) + { + case TargetFingerStatus.Straight: + _Expresstion.Is = true; + _Expresstion.Status = CGEnums.FingerStatus.Straight; + break; + case TargetFingerStatus.Bending: + _Expresstion.Is = true; + _Expresstion.Status = CGEnums.FingerStatus.Bending; + break; + case TargetFingerStatus.Bended: + _Expresstion.Is = true; + _Expresstion.Status = CGEnums.FingerStatus.Bended; + break; + case TargetFingerStatus.NotStraight: //using + _Expresstion.Is = false; + _Expresstion.Status = CGEnums.FingerStatus.Straight; + break; + case TargetFingerStatus.NotBending: + _Expresstion.Is = false; + _Expresstion.Status = CGEnums.FingerStatus.Bending; + break; + case TargetFingerStatus.NotBended: //using + _Expresstion.Is = false; + _Expresstion.Status = CGEnums.FingerStatus.Bended; + break; + case TargetFingerStatus.DontCare: + _Expresstion.Is = false;//true; + _Expresstion.Status = CGEnums.FingerStatus.None; + break; + } + return _Expresstion; + } + } + + [System.Serializable] + public class FingerStatusDefiner + { + [Range(180, 0)] + public float StraightDistalLowBound = 160; + [Range(180, 0)] + public float StraightIntermediateLowBound = 160; + [Range(180, 0)] + public float StraightProximalLowBound = 160; + + [Range(180, 0)] + public float BendingDistalLowBound = 120; + [Range(180, 0)] + public float BendingIntermediateLowBound = 120; + [Range(180, 0)] + public float BendingProximalLowBound = 120; + + [System.Serializable] + public class AngleRange + { + [Range(180, 0)] + public float LowBound = 0; + [Range(180, 0)] + public float HeighBound = 180; + public AngleRange() { } + public AngleRange(float _Heigh, float _Low) + { + HeighBound = _Heigh; + LowBound = _Low; + } + } + } +} diff --git a/com.htc.upm.vive.openxr/Runtime/Toolkits/CustomGesture/Scripts/CustomGestureDataStructures.cs.meta b/com.htc.upm.vive.openxr/Runtime/Toolkits/CustomGesture/Scripts/CustomGestureDataStructures.cs.meta new file mode 100644 index 0000000..3b30414 --- /dev/null +++ b/com.htc.upm.vive.openxr/Runtime/Toolkits/CustomGesture/Scripts/CustomGestureDataStructures.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: a35a47ea932ca8845b42e834c36d2205 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/com.htc.upm.vive.openxr/Runtime/Toolkits/CustomGesture/Scripts/CustomGestureDefiner.cs b/com.htc.upm.vive.openxr/Runtime/Toolkits/CustomGesture/Scripts/CustomGestureDefiner.cs new file mode 100644 index 0000000..8308600 --- /dev/null +++ b/com.htc.upm.vive.openxr/Runtime/Toolkits/CustomGesture/Scripts/CustomGestureDefiner.cs @@ -0,0 +1,154 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; +using UnityEngine.XR.OpenXR; +using UnityEngine.XR.OpenXR.Features; +using UnityEngine.UI; +using VIVE.OpenXR.Hand; + + +namespace VIVE.OpenXR.Toolkits.CustomGesture +{ + [RequireComponent(typeof(CustomGestureManager))] + public class CustomGestureDefiner : MonoBehaviour + { + public List DefinedGestures = new List(); + static List definedGestures = new List(); + CustomGestureManager HGM; + static CustomGestureManager hGM; + + void Start() + { + HGM = GetComponent(); + definedGestures = DefinedGestures; + hGM = HGM; + } + + void Update() + { + + } + + + public static bool IsCurrentGestureTriiggered(string _GestureName, CGEnums.HandFlag _Hand) + { + + bool SingleDsLeft = true, SingleDsRight = true; + CustomGesture _Gesture = definedGestures.Find(_x => _x.GestureName == _GestureName); + if(_Gesture == null) + { + Debug.LogWarning("HandGesture is not definded"); + return false; + } + + if (hGM == null) + { + Debug.LogError("hGM is null"); + return false; + } + float SingledisXLeft = 0.0f, SingledisYLeft = 0.0f, SingledisXRight = 0.0f, SingledisYRight = 0.0f, /*SingledisZ = 0.0f,*/ SingledistanceLeft = 0.0f, SingledistanceRight = 0.0f; + HandJoint[] _JointsL, _JointsR; + + switch (_Hand)//(_Gesture.TargetHand) + { + case CGEnums.HandFlag.Left: + _JointsL = CustomGestureManager.GetHandJointLocations(CGEnums.HandFlag.Left); + SingledisXLeft = _JointsL[(int)XrHandJointEXT.XR_HAND_JOINT_INDEX_TIP_EXT].position.x - _JointsL[(int)XrHandJointEXT.XR_HAND_JOINT_THUMB_TIP_EXT].position.x; + SingledisYLeft = _JointsL[(int)XrHandJointEXT.XR_HAND_JOINT_INDEX_TIP_EXT].position.y - _JointsL[(int)XrHandJointEXT.XR_HAND_JOINT_THUMB_TIP_EXT].position.y; + //SingledisZ = _JointsL[(int)XrHandJointEXT.XR_HAND_JOINT_INDEX_TIP_EXT].position.z - _JointsL[(int)XrHandJointEXT.XR_HAND_JOINT_THUMB_TIP_EXT].position.z; + SingledistanceLeft = Mathf.Sqrt(Mathf.Pow(SingledisXLeft, 2) + Mathf.Pow(SingledisYLeft, 2)); + //Debug.Log("Single CheckHandDistance Thumb L: " + SingledisXLeft + ", " + SingledisYLeft + ", " + SingledisZ + ", distance:" + SingledistanceLeft*100); + if (_Gesture.ThumbIndexDistance != JointDistance.DontCare) + SingleDsLeft = (_Gesture.ThumbIndexDistance == JointDistance.Far) ? ((SingledistanceLeft * 100) > _Gesture.SingleFar) : ((SingledistanceLeft * 100) < _Gesture.SingleNear); + if ((_Gesture.ThumbStatusIs.ToExpresstion().Is ? hGM.GetFingerStatus(CGEnums.HandFlag.Left, CGEnums.FingerFlag.Thumb) == _Gesture.ThumbStatusIs.ToExpresstion().Status : hGM.GetFingerStatus(CGEnums.HandFlag.Left, CGEnums.FingerFlag.Thumb) != _Gesture.ThumbStatusIs.ToExpresstion().Status) && + (_Gesture.IndexStatusIs.ToExpresstion().Is ? hGM.GetFingerStatus(CGEnums.HandFlag.Left, CGEnums.FingerFlag.Index) == _Gesture.IndexStatusIs.ToExpresstion().Status : hGM.GetFingerStatus(CGEnums.HandFlag.Left, CGEnums.FingerFlag.Index) != _Gesture.IndexStatusIs.ToExpresstion().Status) && + (_Gesture.MiddleStatusIs.ToExpresstion().Is ? hGM.GetFingerStatus(CGEnums.HandFlag.Left, CGEnums.FingerFlag.Middle) == _Gesture.MiddleStatusIs.ToExpresstion().Status : hGM.GetFingerStatus(CGEnums.HandFlag.Left, CGEnums.FingerFlag.Middle) != _Gesture.MiddleStatusIs.ToExpresstion().Status) && + (_Gesture.RingStatusIs.ToExpresstion().Is ? hGM.GetFingerStatus(CGEnums.HandFlag.Left, CGEnums.FingerFlag.Ring) == _Gesture.RingStatusIs.ToExpresstion().Status : hGM.GetFingerStatus(CGEnums.HandFlag.Left, CGEnums.FingerFlag.Ring) != _Gesture.RingStatusIs.ToExpresstion().Status) && + (_Gesture.PinkyStatusIs.ToExpresstion().Is ? hGM.GetFingerStatus(CGEnums.HandFlag.Left, CGEnums.FingerFlag.Pinky) == _Gesture.PinkyStatusIs.ToExpresstion().Status : hGM.GetFingerStatus(CGEnums.HandFlag.Left, CGEnums.FingerFlag.Pinky) != _Gesture.PinkyStatusIs.ToExpresstion().Status)) + { + return (true && SingleDsLeft); + } + return false; + case CGEnums.HandFlag.Right: + _JointsR = CustomGestureManager.GetHandJointLocations(CGEnums.HandFlag.Right); + SingledisXRight = _JointsR[(int)XrHandJointEXT.XR_HAND_JOINT_INDEX_TIP_EXT].position.x - _JointsR[(int)XrHandJointEXT.XR_HAND_JOINT_THUMB_TIP_EXT].position.x; + SingledisYRight = _JointsR[(int)XrHandJointEXT.XR_HAND_JOINT_INDEX_TIP_EXT].position.y - _JointsR[(int)XrHandJointEXT.XR_HAND_JOINT_THUMB_TIP_EXT].position.y; + //SingledisZ = _JointsR[(int)XrHandJointEXT.XR_HAND_JOINT_INDEX_TIP_EXT].position.z - _JointsR[(int)XrHandJointEXT.XR_HAND_JOINT_THUMB_TIP_EXT].position.z; + SingledistanceRight = Mathf.Sqrt(Mathf.Pow(SingledisXRight, 2) + Mathf.Pow(SingledisYRight, 2)); + //Debug.Log("Single CheckHandDistance Thumb R: " + SingledisXRight + ", " + SingledisYRight + ", " + SingledisZ + ", distance:" + SingledistanceRight*100); + if (_Gesture.ThumbIndexDistance != JointDistance.DontCare) + SingleDsRight = (_Gesture.ThumbIndexDistance == JointDistance.Far) ? ((SingledistanceRight * 100) > _Gesture.SingleFar) : ((SingledistanceRight * 100) < _Gesture.SingleNear); + if ((_Gesture.ThumbStatusIs.ToExpresstion().Is ? hGM.GetFingerStatus(CGEnums.HandFlag.Right, CGEnums.FingerFlag.Thumb) == _Gesture.ThumbStatusIs.ToExpresstion().Status : hGM.GetFingerStatus(CGEnums.HandFlag.Right, CGEnums.FingerFlag.Thumb) != _Gesture.ThumbStatusIs.ToExpresstion().Status) && + (_Gesture.IndexStatusIs.ToExpresstion().Is ? hGM.GetFingerStatus(CGEnums.HandFlag.Right, CGEnums.FingerFlag.Index) == _Gesture.IndexStatusIs.ToExpresstion().Status : hGM.GetFingerStatus(CGEnums.HandFlag.Right, CGEnums.FingerFlag.Index) != _Gesture.IndexStatusIs.ToExpresstion().Status) && + (_Gesture.MiddleStatusIs.ToExpresstion().Is ? hGM.GetFingerStatus(CGEnums.HandFlag.Right, CGEnums.FingerFlag.Middle) == _Gesture.MiddleStatusIs.ToExpresstion().Status : hGM.GetFingerStatus(CGEnums.HandFlag.Right, CGEnums.FingerFlag.Middle) != _Gesture.MiddleStatusIs.ToExpresstion().Status) && + (_Gesture.RingStatusIs.ToExpresstion().Is ? hGM.GetFingerStatus(CGEnums.HandFlag.Right, CGEnums.FingerFlag.Ring) == _Gesture.RingStatusIs.ToExpresstion().Status : hGM.GetFingerStatus(CGEnums.HandFlag.Right, CGEnums.FingerFlag.Ring) != _Gesture.RingStatusIs.ToExpresstion().Status) && + (_Gesture.PinkyStatusIs.ToExpresstion().Is ? hGM.GetFingerStatus(CGEnums.HandFlag.Right, CGEnums.FingerFlag.Pinky) == _Gesture.PinkyStatusIs.ToExpresstion().Status : hGM.GetFingerStatus(CGEnums.HandFlag.Right, CGEnums.FingerFlag.Pinky) != _Gesture.PinkyStatusIs.ToExpresstion().Status)) + { + return (true && SingleDsRight); + } + return false; + case CGEnums.HandFlag.Either: + if ((_Gesture.ThumbStatusIs.ToExpresstion().Is ? hGM.GetFingerStatus(CGEnums.HandFlag.Left, CGEnums.FingerFlag.Thumb) == _Gesture.ThumbStatusIs.ToExpresstion().Status : hGM.GetFingerStatus(CGEnums.HandFlag.Left, CGEnums.FingerFlag.Thumb) != _Gesture.ThumbStatusIs.ToExpresstion().Status) && + (_Gesture.IndexStatusIs.ToExpresstion().Is ? hGM.GetFingerStatus(CGEnums.HandFlag.Left, CGEnums.FingerFlag.Index) == _Gesture.IndexStatusIs.ToExpresstion().Status : hGM.GetFingerStatus(CGEnums.HandFlag.Left, CGEnums.FingerFlag.Index) != _Gesture.IndexStatusIs.ToExpresstion().Status) && + (_Gesture.MiddleStatusIs.ToExpresstion().Is ? hGM.GetFingerStatus(CGEnums.HandFlag.Left, CGEnums.FingerFlag.Middle) == _Gesture.MiddleStatusIs.ToExpresstion().Status : hGM.GetFingerStatus(CGEnums.HandFlag.Left, CGEnums.FingerFlag.Middle) != _Gesture.MiddleStatusIs.ToExpresstion().Status) && + (_Gesture.RingStatusIs.ToExpresstion().Is ? hGM.GetFingerStatus(CGEnums.HandFlag.Left, CGEnums.FingerFlag.Ring) == _Gesture.RingStatusIs.ToExpresstion().Status : hGM.GetFingerStatus(CGEnums.HandFlag.Left, CGEnums.FingerFlag.Ring) != _Gesture.RingStatusIs.ToExpresstion().Status) && + (_Gesture.PinkyStatusIs.ToExpresstion().Is ? hGM.GetFingerStatus(CGEnums.HandFlag.Left, CGEnums.FingerFlag.Pinky) == _Gesture.PinkyStatusIs.ToExpresstion().Status : hGM.GetFingerStatus(CGEnums.HandFlag.Left, CGEnums.FingerFlag.Pinky) != _Gesture.PinkyStatusIs.ToExpresstion().Status)) + { + return true; + } + else if ((_Gesture.ThumbStatusIs.ToExpresstion().Is ? hGM.GetFingerStatus(CGEnums.HandFlag.Right, CGEnums.FingerFlag.Thumb) == _Gesture.ThumbStatusIs.ToExpresstion().Status : hGM.GetFingerStatus(CGEnums.HandFlag.Right, CGEnums.FingerFlag.Thumb) != _Gesture.ThumbStatusIs.ToExpresstion().Status) && + (_Gesture.IndexStatusIs.ToExpresstion().Is ? hGM.GetFingerStatus(CGEnums.HandFlag.Right, CGEnums.FingerFlag.Index) == _Gesture.IndexStatusIs.ToExpresstion().Status : hGM.GetFingerStatus(CGEnums.HandFlag.Right, CGEnums.FingerFlag.Index) != _Gesture.IndexStatusIs.ToExpresstion().Status) && + (_Gesture.MiddleStatusIs.ToExpresstion().Is ? hGM.GetFingerStatus(CGEnums.HandFlag.Right, CGEnums.FingerFlag.Middle) == _Gesture.MiddleStatusIs.ToExpresstion().Status : hGM.GetFingerStatus(CGEnums.HandFlag.Right, CGEnums.FingerFlag.Middle) != _Gesture.MiddleStatusIs.ToExpresstion().Status) && + (_Gesture.RingStatusIs.ToExpresstion().Is ? hGM.GetFingerStatus(CGEnums.HandFlag.Right, CGEnums.FingerFlag.Ring) == _Gesture.RingStatusIs.ToExpresstion().Status : hGM.GetFingerStatus(CGEnums.HandFlag.Right, CGEnums.FingerFlag.Ring) != _Gesture.RingStatusIs.ToExpresstion().Status) && + (_Gesture.PinkyStatusIs.ToExpresstion().Is ? hGM.GetFingerStatus(CGEnums.HandFlag.Right, CGEnums.FingerFlag.Pinky) == _Gesture.PinkyStatusIs.ToExpresstion().Status : hGM.GetFingerStatus(CGEnums.HandFlag.Right, CGEnums.FingerFlag.Pinky) != _Gesture.PinkyStatusIs.ToExpresstion().Status)) + { + return true; + } + return false; + case CGEnums.HandFlag.Dual: + _JointsL = CustomGestureManager.GetHandJointLocations(CGEnums.HandFlag.Left); + _JointsR = CustomGestureManager.GetHandJointLocations(CGEnums.HandFlag.Right); + SingledisXLeft = _JointsL[(int)XrHandJointEXT.XR_HAND_JOINT_INDEX_TIP_EXT].position.x - _JointsL[(int)XrHandJointEXT.XR_HAND_JOINT_THUMB_TIP_EXT].position.x; + SingledisYLeft = _JointsL[(int)XrHandJointEXT.XR_HAND_JOINT_INDEX_TIP_EXT].position.y - _JointsL[(int)XrHandJointEXT.XR_HAND_JOINT_THUMB_TIP_EXT].position.y; + //SingledisZ = _JointsL[(int)XrHandJointEXT.XR_HAND_JOINT_INDEX_TIP_EXT].position.z - _JointsL[(int)XrHandJointEXT.XR_HAND_JOINT_THUMB_TIP_EXT].position.z; + SingledistanceLeft = Mathf.Sqrt(Mathf.Pow(SingledisXLeft, 2) + Mathf.Pow(SingledisYLeft, 2)); + SingledisXRight = _JointsR[(int)XrHandJointEXT.XR_HAND_JOINT_INDEX_TIP_EXT].position.x - _JointsR[(int)XrHandJointEXT.XR_HAND_JOINT_THUMB_TIP_EXT].position.x; + SingledisYRight = _JointsR[(int)XrHandJointEXT.XR_HAND_JOINT_INDEX_TIP_EXT].position.y - _JointsR[(int)XrHandJointEXT.XR_HAND_JOINT_THUMB_TIP_EXT].position.y; + //SingledisZ = _JointsR[(int)XrHandJointEXT.XR_HAND_JOINT_INDEX_TIP_EXT].position.z - _JointsR[(int)XrHandJointEXT.XR_HAND_JOINT_THUMB_TIP_EXT].position.z; + SingledistanceRight = Mathf.Sqrt(Mathf.Pow(SingledisXLeft, 2) + Mathf.Pow(SingledisYLeft, 2)); + //Debug.Log("Single CheckHandDistance Thumb: " + SingledisYLeft + ", " + SingledisYLeft + ", " + SingledisZ + ", distance:" + SingledistanceLeft); + float DualdisX = _JointsR[(int)XrHandJointEXT.XR_HAND_JOINT_INDEX_TIP_EXT].position.x - _JointsL[(int)XrHandJointEXT.XR_HAND_JOINT_INDEX_TIP_EXT].position.x; + float DualdisY = _JointsR[(int)XrHandJointEXT.XR_HAND_JOINT_INDEX_TIP_EXT].position.y - _JointsL[(int)XrHandJointEXT.XR_HAND_JOINT_INDEX_TIP_EXT].position.y; + //float DualdisZ = _JointsR[(int)XrHandJointEXT.XR_HAND_JOINT_INDEX_TIP_EXT].position.z - _JointsL[(int)XrHandJointEXT.XR_HAND_JOINT_INDEX_TIP_EXT].position.z; + float Dualdistance = Mathf.Sqrt(Mathf.Pow(DualdisX, 2) + Mathf.Pow(DualdisY, 2)); + //Debug.Log("Dual CheckHandDistance Index: " + DualdisX + ", " + DualdisY + ", " + DualdisZ + ", distance:" + Dualdistance); + + bool LGesture = false, RGesture = false, DualDs = true; + if(_Gesture.DualHandDistance != JointDistance.DontCare) + DualDs = (_Gesture.DualHandDistance == JointDistance.Far) ? ((Dualdistance * 100) > _Gesture.DualFar) : ((Dualdistance * 100) < _Gesture.DualNear); + + if(_Gesture.ThumbIndexDistance != JointDistance.DontCare) + SingleDsLeft = (_Gesture.ThumbIndexDistance == JointDistance.Far) ? ((SingledistanceLeft * 100) > _Gesture.SingleFar) : ((SingledistanceLeft * 100) < _Gesture.SingleNear); + + if (_Gesture.ThumbIndexDistance != JointDistance.DontCare) + SingleDsRight = (_Gesture.ThumbIndexDistance == JointDistance.Far) ? ((SingledistanceRight * 100) > _Gesture.SingleFar) : ((SingledistanceRight * 100) < _Gesture.SingleNear); + + LGesture = (_Gesture.ThumbStatusIs.ToExpresstion().Is ? hGM.GetFingerStatus(CGEnums.HandFlag.Left, CGEnums.FingerFlag.Thumb) == _Gesture.ThumbStatusIs.ToExpresstion().Status : hGM.GetFingerStatus(CGEnums.HandFlag.Left, CGEnums.FingerFlag.Thumb) != _Gesture.ThumbStatusIs.ToExpresstion().Status) && + (_Gesture.IndexStatusIs.ToExpresstion().Is ? hGM.GetFingerStatus(CGEnums.HandFlag.Left, CGEnums.FingerFlag.Index) == _Gesture.IndexStatusIs.ToExpresstion().Status : hGM.GetFingerStatus(CGEnums.HandFlag.Left, CGEnums.FingerFlag.Index) != _Gesture.IndexStatusIs.ToExpresstion().Status) && + (_Gesture.MiddleStatusIs.ToExpresstion().Is ? hGM.GetFingerStatus(CGEnums.HandFlag.Left, CGEnums.FingerFlag.Middle) == _Gesture.MiddleStatusIs.ToExpresstion().Status : hGM.GetFingerStatus(CGEnums.HandFlag.Left, CGEnums.FingerFlag.Middle) != _Gesture.MiddleStatusIs.ToExpresstion().Status) && + (_Gesture.RingStatusIs.ToExpresstion().Is ? hGM.GetFingerStatus(CGEnums.HandFlag.Left, CGEnums.FingerFlag.Ring) == _Gesture.RingStatusIs.ToExpresstion().Status : hGM.GetFingerStatus(CGEnums.HandFlag.Left, CGEnums.FingerFlag.Ring) != _Gesture.RingStatusIs.ToExpresstion().Status) && + (_Gesture.PinkyStatusIs.ToExpresstion().Is ? hGM.GetFingerStatus(CGEnums.HandFlag.Left, CGEnums.FingerFlag.Pinky) == _Gesture.PinkyStatusIs.ToExpresstion().Status : hGM.GetFingerStatus(CGEnums.HandFlag.Left, CGEnums.FingerFlag.Pinky) != _Gesture.PinkyStatusIs.ToExpresstion().Status); + RGesture = (_Gesture.ThumbStatusIs.ToExpresstion().Is ? hGM.GetFingerStatus(CGEnums.HandFlag.Right, CGEnums.FingerFlag.Thumb) == _Gesture.ThumbStatusIs.ToExpresstion().Status : hGM.GetFingerStatus(CGEnums.HandFlag.Right, CGEnums.FingerFlag.Thumb) != _Gesture.ThumbStatusIs.ToExpresstion().Status) && + (_Gesture.IndexStatusIs.ToExpresstion().Is ? hGM.GetFingerStatus(CGEnums.HandFlag.Right, CGEnums.FingerFlag.Index) == _Gesture.IndexStatusIs.ToExpresstion().Status : hGM.GetFingerStatus(CGEnums.HandFlag.Right, CGEnums.FingerFlag.Index) != _Gesture.IndexStatusIs.ToExpresstion().Status) && + (_Gesture.MiddleStatusIs.ToExpresstion().Is ? hGM.GetFingerStatus(CGEnums.HandFlag.Right, CGEnums.FingerFlag.Middle) == _Gesture.MiddleStatusIs.ToExpresstion().Status : hGM.GetFingerStatus(CGEnums.HandFlag.Right, CGEnums.FingerFlag.Middle) != _Gesture.MiddleStatusIs.ToExpresstion().Status) && + (_Gesture.RingStatusIs.ToExpresstion().Is ? hGM.GetFingerStatus(CGEnums.HandFlag.Right, CGEnums.FingerFlag.Ring) == _Gesture.RingStatusIs.ToExpresstion().Status : hGM.GetFingerStatus(CGEnums.HandFlag.Right, CGEnums.FingerFlag.Ring) != _Gesture.RingStatusIs.ToExpresstion().Status) && + (_Gesture.PinkyStatusIs.ToExpresstion().Is ? hGM.GetFingerStatus(CGEnums.HandFlag.Right, CGEnums.FingerFlag.Pinky) == _Gesture.PinkyStatusIs.ToExpresstion().Status : hGM.GetFingerStatus(CGEnums.HandFlag.Right, CGEnums.FingerFlag.Pinky) != _Gesture.PinkyStatusIs.ToExpresstion().Status); + //Debug.Log("Dual Gesture rs: "+ _GestureName + LGesture + ", " + RGesture + ", " + SingleDs + ", " + DualDs ); + return (LGesture && RGesture && SingleDsLeft && DualDs && SingleDsRight); + default: + Debug.LogError("The HandFlag can only be set to Lef, Right or Both"); + return false; + } + } + } +} diff --git a/com.htc.upm.vive.openxr/Runtime/Toolkits/CustomGesture/Scripts/CustomGestureDefiner.cs.meta b/com.htc.upm.vive.openxr/Runtime/Toolkits/CustomGesture/Scripts/CustomGestureDefiner.cs.meta new file mode 100644 index 0000000..f15d754 --- /dev/null +++ b/com.htc.upm.vive.openxr/Runtime/Toolkits/CustomGesture/Scripts/CustomGestureDefiner.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: d622bde162fe6524aa1cf99ee5bbda11 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/com.htc.upm.vive.openxr/Runtime/Toolkits/CustomGesture/Scripts/CustomGestureEnums.cs b/com.htc.upm.vive.openxr/Runtime/Toolkits/CustomGesture/Scripts/CustomGestureEnums.cs new file mode 100644 index 0000000..c0171a8 --- /dev/null +++ b/com.htc.upm.vive.openxr/Runtime/Toolkits/CustomGesture/Scripts/CustomGestureEnums.cs @@ -0,0 +1,47 @@ +// Copyright HTC Corporation All Rights Reserved. + +namespace VIVE.OpenXR.Toolkits.CustomGesture +{ + + public class CGEnums + { + public enum HandFlag + { + /// + /// The flag indicating no hand + /// + None = 0, + /// + /// The flag indicating the left hand + /// + Left = 1, + /// + /// The flag indicating the right hand + /// + Right = 2, + Either = 3, + Dual = 4, + Num = 5, + } + + public enum FingerStatus + { + None = 0, + Straight = 1, + Bending = 2, + Bended = 3, + Num = 4, + } + + public enum FingerFlag + { + None = 0, + Thumb = 1, + Index = 2, + Middle = 3, + Ring = 4, + Pinky = 5, + Num = 6, + } + } +} diff --git a/com.htc.upm.vive.openxr/Runtime/Toolkits/CustomGesture/Scripts/CustomGestureEnums.cs.meta b/com.htc.upm.vive.openxr/Runtime/Toolkits/CustomGesture/Scripts/CustomGestureEnums.cs.meta new file mode 100644 index 0000000..e6cbec2 --- /dev/null +++ b/com.htc.upm.vive.openxr/Runtime/Toolkits/CustomGesture/Scripts/CustomGestureEnums.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 9ff3816ca3a86354f81e7ad4d29b2937 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/com.htc.upm.vive.openxr/Runtime/Toolkits/CustomGesture/Scripts/CustomGestureManager.cs b/com.htc.upm.vive.openxr/Runtime/Toolkits/CustomGesture/Scripts/CustomGestureManager.cs new file mode 100644 index 0000000..3f3257e --- /dev/null +++ b/com.htc.upm.vive.openxr/Runtime/Toolkits/CustomGesture/Scripts/CustomGestureManager.cs @@ -0,0 +1,249 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEditor; +using UnityEngine; +using UnityEngine.XR.OpenXR; +using VIVE.OpenXR.Hand; + + +namespace VIVE.OpenXR.Toolkits.CustomGesture +{ + //Straight = 1, + //Bending = 2, + //Bended = 3, + public class CustomGestureManager : MonoBehaviour + { + //public CGEnums.HandFlag Hand; + public FingerStatusDefiner ThumbDefiner; + public FingerStatusDefiner IndexDefiner; + public FingerStatusDefiner MiddleDefiner; + public FingerStatusDefiner RingDefiner; + public FingerStatusDefiner PinkyDefiner; + static HandJoint[] LeftHandJoints = NewHandJointArray(); + static HandJoint[] RightHandJoints = NewHandJointArray(); + static int LeftLastCalculationTime = -1; + static int RightLastCalculationTime = -1; + static HandJoint[] NewHandJointArray() + { + HandJoint[] _Joints = new HandJoint[(int)XrHandJointEXT.XR_HAND_JOINT_MAX_ENUM_EXT]; + for (int i = 0; i < _Joints.Length; i++) + { + _Joints[i] = new HandJoint(); + } + return _Joints; + } + + public static HandJoint[] GetHandJointLocations(CGEnums.HandFlag hand) + { + Update_HandJoints(hand); + return hand == CGEnums.HandFlag.Left ? LeftHandJoints : RightHandJoints; + } + + static void Update_HandJoints(CGEnums.HandFlag hand) + { + if ((hand == CGEnums.HandFlag.Left ? LeftLastCalculationTime : RightLastCalculationTime) == Time.frameCount) + { + return; + } + + if (hand == CGEnums.HandFlag.Left) + { + LeftLastCalculationTime = Time.frameCount; + } + else + { + RightLastCalculationTime = Time.frameCount; + } + + XrHandJointLocationEXT[] jointLocations = new XrHandJointLocationEXT[(int)XrHandJointEXT.XR_HAND_JOINT_MAX_ENUM_EXT]; + ViveHandTracking feature = OpenXRSettings.Instance.GetFeature(); + //Debug.Log("CustomGestureManager GetHandJointLocations() feat: " + feature + //+", fGetJLocLeft: " + feature.GetJointLocations(hand == CGEnums.HandFlag.Left, out jointLocations) + //+", fGetJLocRight: " + feature.GetJointLocations(hand == CGEnums.HandFlag.Right, out jointLocations)); + if (feature && feature.GetJointLocations(hand == CGEnums.HandFlag.Left, out jointLocations)) + { + //Debug.Log("CustomGestureManager GetHandJointLocations()!"); + for (int i = 0; i < (int)XrHandJointEXT.XR_HAND_JOINT_MAX_ENUM_EXT; i++) + { + if (hand == CGEnums.HandFlag.Left) + { + LeftHandJoints[i].position.x = jointLocations[i].pose.position.x; + LeftHandJoints[i].position.y = jointLocations[i].pose.position.y; + LeftHandJoints[i].position.z = -jointLocations[i].pose.position.z; + LeftHandJoints[i].rotation.x = jointLocations[i].pose.orientation.x; + LeftHandJoints[i].rotation.y = jointLocations[i].pose.orientation.y; + LeftHandJoints[i].rotation.z = -jointLocations[i].pose.orientation.z; + LeftHandJoints[i].rotation.w = -jointLocations[i].pose.orientation.w; + } + else + { + RightHandJoints[i].position.x = jointLocations[i].pose.position.x; + RightHandJoints[i].position.y = jointLocations[i].pose.position.y; + RightHandJoints[i].position.z = -jointLocations[i].pose.position.z; + RightHandJoints[i].rotation.x = jointLocations[i].pose.orientation.x; + RightHandJoints[i].rotation.y = jointLocations[i].pose.orientation.y; + RightHandJoints[i].rotation.z = -jointLocations[i].pose.orientation.z; + RightHandJoints[i].rotation.w = -jointLocations[i].pose.orientation.w; + } + //if ((jointLocations[i].locationFlags & XrSpaceLocationFlags.XR_SPACE_LOCATION_ORIENTATION_VALID_BIT) != 0) + //Debug.Log("CustomGestureManager GetHandJointLocations() ORIENTATION_VALID_BIT not 0"); + //if ((jointLocations[i].locationFlags & XrSpaceLocationFlags.XR_SPACE_LOCATION_POSITION_VALID_BIT) != 0) + //Debug.Log("CustomGestureManager GetHandJointLocations() LOCATION_POSITION_VALID_BIT not 0"); + //if ((jointLocations[i].locationFlags & XrSpaceLocationFlags.XR_SPACE_LOCATION_POSITION_TRACKED_BIT) != 0) + //Debug.Log("CustomGestureManager GetHandJointLocations() POSITION_TRACKED_BIT not 0"); + //if ((jointLocations[i].locationFlags & XrSpaceLocationFlags.XR_SPACE_LOCATION_ORIENTATION_TRACKED_BIT) != 0) + //Debug.Log("CustomGestureManager GetHandJointLocations() ORIENTATION_TRACKED_BIT not 0"); + + if ((jointLocations[i].locationFlags & XrSpaceLocationFlags.XR_SPACE_LOCATION_POSITION_TRACKED_BIT) != 0 && (jointLocations[i].locationFlags & XrSpaceLocationFlags.XR_SPACE_LOCATION_ORIENTATION_TRACKED_BIT) != 0 + && (jointLocations[i].locationFlags & XrSpaceLocationFlags.XR_SPACE_LOCATION_ORIENTATION_VALID_BIT) != 0 && (jointLocations[i].locationFlags & XrSpaceLocationFlags.XR_SPACE_LOCATION_POSITION_VALID_BIT) != 0) + { + (hand == CGEnums.HandFlag.Left ? LeftHandJoints[i] : RightHandJoints[i]).isValid = true; + //if (hand == CGEnums.HandFlag.Left) Debug.Log("CustomGestureManager GetHandJointLocations() set isValid to true(If_BIT)! Left"); + //else Debug.Log("CustomGestureManager GetHandJointLocations() set isValid to true(If_BIT)! Right"); + } + else + { + (hand == CGEnums.HandFlag.Left ? LeftHandJoints[i] : RightHandJoints[i]).isValid = false; + //if (hand == CGEnums.HandFlag.Left) Debug.Log("CustomGestureManager GetHandJointLocations() set isValid to false(If)! Left"); + //else Debug.Log("CustomGestureManager GetHandJointLocations() set isValid to true(If)! Right"); + } + } + } + else + { + if (hand == CGEnums.HandFlag.Left) + { + for (int i = 0; i < (int)XrHandJointEXT.XR_HAND_JOINT_MAX_ENUM_EXT; i++) + { + LeftHandJoints[i].isValid = false; + } + //Debug.Log("CustomGestureManager GetHandJointLocations() set isValid to false(else) Left!"); + } + else + { + for (int i = 0; i < (int)XrHandJointEXT.XR_HAND_JOINT_MAX_ENUM_EXT; i++) + { + RightHandJoints[i].isValid = false; + } + //Debug.Log("CustomGestureManager GetHandJointLocations() set isValid to false(else) Right!"); + } + } + + } + + public CGEnums.FingerStatus GetFingerStatus(CGEnums.HandFlag _Hand, CGEnums.FingerFlag _Finger) + { + switch (_Finger) + { + case CGEnums.FingerFlag.Thumb: + if (GetAngleofHandNode(_Hand, XrHandJointEXT.XR_HAND_JOINT_THUMB_DISTAL_EXT) == 0.0f && + GetAngleofHandNode(_Hand, XrHandJointEXT.XR_HAND_JOINT_THUMB_PROXIMAL_EXT) == 0.0f) + { + return CGEnums.FingerStatus.None; + } + else if (GetAngleofHandNode(_Hand, XrHandJointEXT.XR_HAND_JOINT_THUMB_DISTAL_EXT) > ThumbDefiner.StraightDistalLowBound && + GetAngleofHandNode(_Hand, XrHandJointEXT.XR_HAND_JOINT_THUMB_PROXIMAL_EXT) > ThumbDefiner.StraightProximalLowBound) + { + return CGEnums.FingerStatus.Straight; + } + else if (GetAngleofHandNode(_Hand, XrHandJointEXT.XR_HAND_JOINT_THUMB_DISTAL_EXT) < ThumbDefiner.BendingDistalLowBound || + GetAngleofHandNode(_Hand, XrHandJointEXT.XR_HAND_JOINT_THUMB_PROXIMAL_EXT) < ThumbDefiner.BendingProximalLowBound) + { + return CGEnums.FingerStatus.Bended; + } + return CGEnums.FingerStatus.Bending; + case CGEnums.FingerFlag.Index: + if (GetAngleofHandNode(_Hand, XrHandJointEXT.XR_HAND_JOINT_INDEX_DISTAL_EXT) == 0.0f && + GetAngleofHandNode(_Hand, XrHandJointEXT.XR_HAND_JOINT_INDEX_INTERMEDIATE_EXT) == 0.0f && + GetAngleofHandNode(_Hand, XrHandJointEXT.XR_HAND_JOINT_INDEX_PROXIMAL_EXT) == 0.0f) + { + return CGEnums.FingerStatus.None; + } + else if (GetAngleofHandNode(_Hand, XrHandJointEXT.XR_HAND_JOINT_INDEX_DISTAL_EXT) > IndexDefiner.StraightDistalLowBound && + GetAngleofHandNode(_Hand, XrHandJointEXT.XR_HAND_JOINT_INDEX_INTERMEDIATE_EXT) > IndexDefiner.StraightIntermediateLowBound && + GetAngleofHandNode(_Hand, XrHandJointEXT.XR_HAND_JOINT_INDEX_DISTAL_EXT) > IndexDefiner.StraightProximalLowBound) + { + return CGEnums.FingerStatus.Straight; + } + else if (GetAngleofHandNode(_Hand, XrHandJointEXT.XR_HAND_JOINT_INDEX_DISTAL_EXT) < IndexDefiner.BendingDistalLowBound || + GetAngleofHandNode(_Hand, XrHandJointEXT.XR_HAND_JOINT_INDEX_INTERMEDIATE_EXT) < IndexDefiner.BendingIntermediateLowBound || + GetAngleofHandNode(_Hand, XrHandJointEXT.XR_HAND_JOINT_INDEX_PROXIMAL_EXT) < IndexDefiner.BendingProximalLowBound) + { + return CGEnums.FingerStatus.Bended; + } + return CGEnums.FingerStatus.Bending; + case CGEnums.FingerFlag.Middle: + if (GetAngleofHandNode(_Hand, XrHandJointEXT.XR_HAND_JOINT_MIDDLE_DISTAL_EXT) > MiddleDefiner.StraightDistalLowBound && + GetAngleofHandNode(_Hand, XrHandJointEXT.XR_HAND_JOINT_MIDDLE_INTERMEDIATE_EXT) > MiddleDefiner.StraightIntermediateLowBound && + GetAngleofHandNode(_Hand, XrHandJointEXT.XR_HAND_JOINT_MIDDLE_DISTAL_EXT) > MiddleDefiner.StraightProximalLowBound) + { + return CGEnums.FingerStatus.Straight; + } + else if (GetAngleofHandNode(_Hand, XrHandJointEXT.XR_HAND_JOINT_MIDDLE_DISTAL_EXT) < MiddleDefiner.BendingDistalLowBound || + GetAngleofHandNode(_Hand, XrHandJointEXT.XR_HAND_JOINT_MIDDLE_INTERMEDIATE_EXT) < MiddleDefiner.BendingIntermediateLowBound || + GetAngleofHandNode(_Hand, XrHandJointEXT.XR_HAND_JOINT_MIDDLE_PROXIMAL_EXT) < MiddleDefiner.BendingProximalLowBound) + { + return CGEnums.FingerStatus.Bended; + } + return CGEnums.FingerStatus.Bending; + case CGEnums.FingerFlag.Ring: + if (GetAngleofHandNode(_Hand, XrHandJointEXT.XR_HAND_JOINT_RING_DISTAL_EXT) > RingDefiner.StraightDistalLowBound && + GetAngleofHandNode(_Hand, XrHandJointEXT.XR_HAND_JOINT_RING_INTERMEDIATE_EXT) > RingDefiner.StraightIntermediateLowBound && + GetAngleofHandNode(_Hand, XrHandJointEXT.XR_HAND_JOINT_RING_DISTAL_EXT) > RingDefiner.StraightProximalLowBound) + { + return CGEnums.FingerStatus.Straight; + } + else if (GetAngleofHandNode(_Hand, XrHandJointEXT.XR_HAND_JOINT_RING_DISTAL_EXT) < RingDefiner.BendingDistalLowBound || + GetAngleofHandNode(_Hand, XrHandJointEXT.XR_HAND_JOINT_RING_INTERMEDIATE_EXT) < RingDefiner.BendingIntermediateLowBound || + GetAngleofHandNode(_Hand, XrHandJointEXT.XR_HAND_JOINT_RING_PROXIMAL_EXT) < RingDefiner.BendingProximalLowBound) + { + return CGEnums.FingerStatus.Bended; + } + return CGEnums.FingerStatus.Bending; + case CGEnums.FingerFlag.Pinky: + if (GetAngleofHandNode(_Hand, XrHandJointEXT.XR_HAND_JOINT_LITTLE_DISTAL_EXT) > PinkyDefiner.StraightDistalLowBound && + GetAngleofHandNode(_Hand, XrHandJointEXT.XR_HAND_JOINT_LITTLE_INTERMEDIATE_EXT) > PinkyDefiner.StraightIntermediateLowBound && + GetAngleofHandNode(_Hand, XrHandJointEXT.XR_HAND_JOINT_LITTLE_DISTAL_EXT) > PinkyDefiner.StraightProximalLowBound) + { + return CGEnums.FingerStatus.Straight; + } + else if (GetAngleofHandNode(_Hand, XrHandJointEXT.XR_HAND_JOINT_LITTLE_DISTAL_EXT) < PinkyDefiner.BendingDistalLowBound || + GetAngleofHandNode(_Hand, XrHandJointEXT.XR_HAND_JOINT_LITTLE_INTERMEDIATE_EXT) < PinkyDefiner.BendingIntermediateLowBound || + GetAngleofHandNode(_Hand, XrHandJointEXT.XR_HAND_JOINT_LITTLE_PROXIMAL_EXT) < PinkyDefiner.BendingProximalLowBound) + { + return CGEnums.FingerStatus.Bended; + } + return CGEnums.FingerStatus.Bending; + } + return CGEnums.FingerStatus.None; + } + + static float GetAngleofHandNode(CGEnums.HandFlag _Hand, XrHandJointEXT _HandJoint) + { + Vector3 _Bone1Dir = Vector3.zero, _Bone2Dir = Vector3.zero; + if (_HandJoint != XrHandJointEXT.XR_HAND_JOINT_THUMB_DISTAL_EXT && + _HandJoint != XrHandJointEXT.XR_HAND_JOINT_RING_DISTAL_EXT && + _HandJoint != XrHandJointEXT.XR_HAND_JOINT_MIDDLE_DISTAL_EXT && + _HandJoint != XrHandJointEXT.XR_HAND_JOINT_LITTLE_DISTAL_EXT && + _HandJoint != XrHandJointEXT.XR_HAND_JOINT_INDEX_DISTAL_EXT && + _HandJoint != XrHandJointEXT.XR_HAND_JOINT_RING_INTERMEDIATE_EXT && + _HandJoint != XrHandJointEXT.XR_HAND_JOINT_MIDDLE_INTERMEDIATE_EXT && + _HandJoint != XrHandJointEXT.XR_HAND_JOINT_LITTLE_INTERMEDIATE_EXT && + _HandJoint != XrHandJointEXT.XR_HAND_JOINT_INDEX_INTERMEDIATE_EXT && + _HandJoint != XrHandJointEXT.XR_HAND_JOINT_THUMB_PROXIMAL_EXT && + _HandJoint != XrHandJointEXT.XR_HAND_JOINT_RING_PROXIMAL_EXT && + _HandJoint != XrHandJointEXT.XR_HAND_JOINT_MIDDLE_PROXIMAL_EXT && + _HandJoint != XrHandJointEXT.XR_HAND_JOINT_LITTLE_PROXIMAL_EXT && + _HandJoint != XrHandJointEXT.XR_HAND_JOINT_INDEX_PROXIMAL_EXT) + { + Debug.LogError("_HandJoint has to be a joint between two bones on the fingers!"); + return (float)double.NaN; + } + HandJoint[] _Joints = GetHandJointLocations(_Hand); + _Bone1Dir = _Joints[(int)(_HandJoint + 1)].position - _Joints[(int)_HandJoint].position; + _Bone2Dir = _Joints[(int)(_HandJoint - 1)].position - _Joints[(int)_HandJoint].position; + + return Vector3.Angle(_Bone1Dir, _Bone2Dir); + } + } +} diff --git a/com.htc.upm.vive.openxr/Runtime/Toolkits/CustomGesture/Scripts/CustomGestureManager.cs.meta b/com.htc.upm.vive.openxr/Runtime/Toolkits/CustomGesture/Scripts/CustomGestureManager.cs.meta new file mode 100644 index 0000000..c6f92b6 --- /dev/null +++ b/com.htc.upm.vive.openxr/Runtime/Toolkits/CustomGesture/Scripts/CustomGestureManager.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 1fc3b0937a9ed7d4a82e0a0c262beaf4 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/com.htc.upm.vive.openxr/Runtime/TrackingSpaceOrigin.cs b/com.htc.upm.vive.openxr/Runtime/TrackingSpaceOrigin.cs index a22ee71..7138e62 100644 --- a/com.htc.upm.vive.openxr/Runtime/TrackingSpaceOrigin.cs +++ b/com.htc.upm.vive.openxr/Runtime/TrackingSpaceOrigin.cs @@ -1,5 +1,5 @@ -using System.Collections; -using System.Collections.Generic; +// Copyright HTC Corporation All Rights Reserved. + using UnityEngine; namespace VIVE.OpenXR diff --git a/com.htc.upm.vive.openxr/Runtime/VIVEFocus3Feature.cs b/com.htc.upm.vive.openxr/Runtime/VIVEFocus3Feature.cs index 85dbc4f..ce67336 100644 --- a/com.htc.upm.vive.openxr/Runtime/VIVEFocus3Feature.cs +++ b/com.htc.upm.vive.openxr/Runtime/VIVEFocus3Feature.cs @@ -1,4 +1,5 @@ // Copyright HTC Corporation All Rights Reserved. + using System.Collections.Generic; using System.Threading; using UnityEditor; diff --git a/com.htc.upm.vive.openxr/Runtime/VIVEFocus3Profile.cs b/com.htc.upm.vive.openxr/Runtime/VIVEFocus3Profile.cs index 535d90f..c25810a 100644 --- a/com.htc.upm.vive.openxr/Runtime/VIVEFocus3Profile.cs +++ b/com.htc.upm.vive.openxr/Runtime/VIVEFocus3Profile.cs @@ -1,6 +1,10 @@ // Copyright HTC Corporation All Rights Reserved. +using System; using System.Collections.Generic; +using System.Text; +using System.Runtime.InteropServices; +using UnityEngine.InputSystem.LowLevel; using UnityEngine; using UnityEngine.InputSystem; using UnityEngine.InputSystem.Layouts; @@ -40,6 +44,19 @@ namespace VIVE.OpenXR #endif public class VIVEFocus3Profile : OpenXRInteractionFeature { + const string LOG_TAG = "VIVE.OpenXR.VIVEFocus3Profile "; + StringBuilder m_sb = null; + StringBuilder sb { + get { + if (m_sb == null) { m_sb = new StringBuilder(); } + return m_sb; + } + } + void DEBUG(StringBuilder msg) { Debug.Log(msg); } + void ERROR(StringBuilder msg) { Debug.LogError(msg); } + + private static VIVEFocus3Profile m_Instance = null; + public const string kOpenxrExtensionString = "XR_HTC_vive_focus3_controller_interaction"; /// @@ -51,8 +68,19 @@ namespace VIVE.OpenXR /// An Input System device based on the hand interaction profile in the Interaction Profile. /// [Preserve, InputControlLayout(displayName = "VIVE Focus 3 Controller (OpenXR)", commonUsages = new[] { "LeftHand", "RightHand" })] - public class VIVEFocus3Controller : XRControllerWithRumble + public class VIVEFocus3Controller : XRControllerWithRumble, IInputUpdateCallbackReceiver { + const string LOG_TAG = "VIVE.OpenXR.VIVEFocus3Profile.VIVEFocus3Controller "; + StringBuilder m_sb = null; + StringBuilder sb { + get { + if (m_sb == null) { m_sb = new StringBuilder(); } + return m_sb; + } + } + void DEBUG(StringBuilder msg) { Debug.Log(msg); } + void ERROR(StringBuilder msg) { Debug.LogError(msg); } + /// /// A [Vector2Control](xref:UnityEngine.InputSystem.Controls.Vector2Control) that represents the OpenXR binding. /// @@ -185,6 +213,8 @@ namespace VIVE.OpenXR [Preserve, InputControl(usage = "Haptic")] public HapticControl haptic { get; private set; } + private bool UpdateInputDeviceInRuntime = false; + /// /// Internal call used to assign controls to the the correct element. /// @@ -216,6 +246,91 @@ namespace VIVE.OpenXR pointerPosition = GetChildControl("pointerPosition"); pointerRotation = GetChildControl("pointerRotation"); haptic = GetChildControl("haptic"); + + sb.Clear().Append(LOG_TAG) + .Append("FinishSetup() device interfaceName: ").Append(description.interfaceName) + .Append(", deviceClass: ").Append(description.deviceClass) + .Append(", product: ").Append(description.product) + .Append(", serial: ").Append(description.serial) + .Append(", capabilities: ").Append(description.capabilities); + DEBUG(sb); + } + + private bool bRoleUpdatedLeft = false, bRoleUpdatedRight = false; + public void OnUpdate() + { + if (!UpdateInputDeviceInRuntime) { return; } + if (m_Instance == null) { return; } + + string func = "OnUpdate() "; + if (leftHand.isTracked.ReadValue() > 0 && !bRoleUpdatedLeft) + { + sb.Clear().Append(LOG_TAG).Append(func) + .Append("product: ").Append(description.product) + .Append(" with user path: ").Append(UserPaths.leftHand).Append(" is_tracked."); DEBUG(sb); + + XrPath path = StringToPath(UserPaths.leftHand); + + if (m_Instance.GetInputSourceName(path, XrInputSourceLocalizedNameFlags.XR_INPUT_SOURCE_LOCALIZED_NAME_USER_PATH_BIT, out string role) != XrResult.XR_SUCCESS) + { + sb.Clear().Append(LOG_TAG).Append(func) + .Append("GetInputSourceName XR_INPUT_SOURCE_LOCALIZED_NAME_USER_PATH_BIT failed."); ERROR(sb); + } + else + { + sb.Clear().Append(LOG_TAG).Append(func) + .Append("product: ").Append(description.product) + .Append(" with user path: ").Append(UserPaths.leftHand).Append(" has role: ").Append(role); DEBUG(sb); + } + + if (m_Instance.GetInputSourceName(path, XrInputSourceLocalizedNameFlags.XR_INPUT_SOURCE_LOCALIZED_NAME_SERIAL_NUMBER_BIT_HTC, out string sn) != XrResult.XR_SUCCESS) + { + sb.Clear().Append(LOG_TAG).Append(func) + .Append("GetInputSourceName XR_INPUT_SOURCE_LOCALIZED_NAME_SERIAL_NUMBER_BIT_HTC failed."); ERROR(sb); + } + else + { + sb.Clear().Append(LOG_TAG).Append(func) + .Append("product: ").Append(description.product) + .Append(" with user path: ").Append(UserPaths.leftHand).Append(" has serial number: ").Append(role); DEBUG(sb); + } + + bRoleUpdatedLeft = true; + } + if (rightHand.isTracked.ReadValue() > 0 && !bRoleUpdatedRight) + { + sb.Clear().Append(LOG_TAG).Append(func) + .Append("product: ").Append(description.product) + .Append(" with user path: ").Append(UserPaths.rightHand).Append(" is_tracked."); DEBUG(sb); + + XrPath path = StringToPath(UserPaths.rightHand); + + if (m_Instance.GetInputSourceName(path, XrInputSourceLocalizedNameFlags.XR_INPUT_SOURCE_LOCALIZED_NAME_USER_PATH_BIT, out string role) != XrResult.XR_SUCCESS) + { + sb.Clear().Append(LOG_TAG).Append(func) + .Append("GetInputSourceName XR_INPUT_SOURCE_LOCALIZED_NAME_USER_PATH_BIT failed."); ERROR(sb); + } + else + { + sb.Clear().Append(LOG_TAG).Append(func) + .Append("product: ").Append(description.product) + .Append(" with user path: ").Append(UserPaths.rightHand).Append(" has role: ").Append(role); DEBUG(sb); + } + + if (m_Instance.GetInputSourceName(path, XrInputSourceLocalizedNameFlags.XR_INPUT_SOURCE_LOCALIZED_NAME_SERIAL_NUMBER_BIT_HTC, out string sn) != XrResult.XR_SUCCESS) + { + sb.Clear().Append(LOG_TAG).Append(func) + .Append("GetInputSourceName XR_INPUT_SOURCE_LOCALIZED_NAME_SERIAL_NUMBER_BIT_HTC failed."); ERROR(sb); + } + else + { + sb.Clear().Append(LOG_TAG).Append(func) + .Append("product: ").Append(description.product) + .Append(" with user path: ").Append(UserPaths.leftHand).Append(" has serial number: ").Append(role); DEBUG(sb); + } + + bRoleUpdatedRight = true; + } } } @@ -682,5 +797,210 @@ namespace VIVE.OpenXR AddActionMap(actionMap); } + + #region OpenXR function delegates + /// xrGetInstanceProcAddr + OpenXRHelper.xrGetInstanceProcAddrDelegate XrGetInstanceProcAddr; + /// xrEnumeratePathsForInteractionProfileHTC + VivePathEnumerationHelper.xrEnumeratePathsForInteractionProfileHTCDelegate xrEnumeratePathsForInteractionProfileHTC = null; + /// xrEnumerateDisplayRefreshRatesFB + OpenXRHelper.xrGetInputSourceLocalizedNameDelegate xrGetInputSourceLocalizedName = null; + private bool GetXrFunctionDelegates(XrInstance xrInstance) + { + /// xrGetInstanceProcAddr + if (xrGetInstanceProcAddr != null && xrGetInstanceProcAddr != IntPtr.Zero) + { + sb.Clear().Append(LOG_TAG).Append("Get function pointer of xrGetInstanceProcAddr."); DEBUG(sb); + XrGetInstanceProcAddr = Marshal.GetDelegateForFunctionPointer( + xrGetInstanceProcAddr, + typeof(OpenXRHelper.xrGetInstanceProcAddrDelegate)) as OpenXRHelper.xrGetInstanceProcAddrDelegate; + } + else + { + sb.Clear().Append(LOG_TAG).Append("No function pointer of xrGetInstanceProcAddr"); ERROR(sb); + return false; + } + + IntPtr funcPtr = IntPtr.Zero; + + /// xrEnumeratePathsForInteractionProfileHTC + if (XrGetInstanceProcAddr(xrInstance, "xrEnumeratePathsForInteractionProfileHTC", out funcPtr) == XrResult.XR_SUCCESS) + { + if (funcPtr != IntPtr.Zero) + { + sb.Clear().Append(LOG_TAG).Append("Get function pointer of xrEnumeratePathsForInteractionProfileHTC."); DEBUG(sb); + xrEnumeratePathsForInteractionProfileHTC = Marshal.GetDelegateForFunctionPointer( + funcPtr, + typeof(VivePathEnumerationHelper.xrEnumeratePathsForInteractionProfileHTCDelegate)) as VivePathEnumerationHelper.xrEnumeratePathsForInteractionProfileHTCDelegate; + } + else + { + sb.Clear().Append(LOG_TAG).Append("No function pointer of xrEnumeratePathsForInteractionProfileHTC."); + ERROR(sb); + } + } + else + { + sb.Clear().Append(LOG_TAG).Append("No function pointer of xrEnumeratePathsForInteractionProfileHTC"); + ERROR(sb); + } + + /// xrGetInputSourceLocalizedName + if (XrGetInstanceProcAddr(xrInstance, "xrGetInputSourceLocalizedName", out funcPtr) == XrResult.XR_SUCCESS) + { + if (funcPtr != IntPtr.Zero) + { + sb.Clear().Append(LOG_TAG).Append("Get function pointer of xrGetInputSourceLocalizedName."); DEBUG(sb); + xrGetInputSourceLocalizedName = Marshal.GetDelegateForFunctionPointer( + funcPtr, + typeof(OpenXRHelper.xrGetInputSourceLocalizedNameDelegate)) as OpenXRHelper.xrGetInputSourceLocalizedNameDelegate; + } + else + { + sb.Clear().Append(LOG_TAG).Append("No function pointer of xrGetInputSourceLocalizedName."); + ERROR(sb); + } + } + else + { + sb.Clear().Append(LOG_TAG).Append("No function pointer of xrGetInputSourceLocalizedName"); + ERROR(sb); + } + + return true; + } + #endregion + + private XrResult GetInputSourceName(XrPath path, XrInputSourceLocalizedNameFlags sourceType, out string sourceName) + { + string func = "GetInputSourceName() "; + + sourceName = ""; + if (!m_XrSessionCreated || xrGetInputSourceLocalizedName == null) { return XrResult.XR_ERROR_VALIDATION_FAILURE; } + + string userPath = PathToString(path); + sb.Clear().Append(LOG_TAG).Append(func) + .Append("userPath: ").Append(userPath).Append(", flag: ").Append((UInt64)sourceType); DEBUG(sb); + + XrInputSourceLocalizedNameGetInfo nameInfo = new XrInputSourceLocalizedNameGetInfo( + XrStructureType.XR_TYPE_INPUT_SOURCE_LOCALIZED_NAME_GET_INFO, + IntPtr.Zero, path, (XrInputSourceLocalizedNameFlags)sourceType); + UInt32 nameSizeIn = 0; + UInt32 nameSizeOut = 0; + char[] buffer = new char[0]; + + XrResult result = xrGetInputSourceLocalizedName(m_XrSession, ref nameInfo, nameSizeIn, ref nameSizeOut, buffer); + if (result == XrResult.XR_SUCCESS) + { + if (nameSizeOut < 1) + { + sb.Clear().Append(LOG_TAG).Append(func) + .Append("xrGetInputSourceLocalizedName(").Append(userPath).Append(")") + .Append(", flag: ").Append((UInt64)sourceType) + .Append("bufferCountOutput size is invalid!"); + ERROR(sb); + return XrResult.XR_ERROR_VALIDATION_FAILURE; + } + + nameSizeIn = nameSizeOut; + buffer = new char[nameSizeIn]; + + result = xrGetInputSourceLocalizedName(m_XrSession, ref nameInfo, nameSizeIn, ref nameSizeOut, buffer); + if (result == XrResult.XR_SUCCESS) + { + sourceName = new string(buffer).TrimEnd('\0'); + sb.Clear().Append(LOG_TAG).Append(func) + .Append("xrGetInputSourceLocalizedName(").Append(userPath).Append(")") + .Append(", flag: ").Append((UInt64)sourceType) + .Append(", bufferCapacityInput: ").Append(nameSizeIn) + .Append(", bufferCountOutput: ").Append(nameSizeOut) + .Append(", sourceName: ").Append(sourceName); + DEBUG(sb); + } + else + { + sb.Clear().Append(LOG_TAG).Append(func) + .Append("2.xrGetInputSourceLocalizedName(").Append(userPath).Append(")") + .Append(", flag: ").Append((UInt64)sourceType) + .Append(", bufferCapacityInput: ").Append(nameSizeIn) + .Append(", bufferCountOutput: ").Append(nameSizeOut) + .Append(" result: ").Append(result); + ERROR(sb); + } + } + else + { + sb.Clear().Append(LOG_TAG).Append(func) + .Append("1.xrGetInputSourceLocalizedName(").Append(userPath).Append(")") + .Append(", flag: ").Append((UInt64)sourceType) + .Append(", bufferCapacityInput: ").Append(nameSizeIn) + .Append(", bufferCountOutput: ").Append(nameSizeOut) + .Append(" result: ").Append(result); + ERROR(sb); + } + + return result; + } + + #region OpenXR Life Cycle +#pragma warning disable + private bool m_XrInstanceCreated = false; +#pragma warning restore + private XrInstance m_XrInstance = 0; + /// + /// Called when xrCreateInstance is done. + /// + /// The created instance. + /// True for valid XrInstance + protected override bool OnInstanceCreate(ulong xrInstance) + { + m_XrInstanceCreated = true; + m_XrInstance = xrInstance; + m_Instance = this; + sb.Clear().Append(LOG_TAG).Append("OnInstanceCreate() ").Append(m_XrInstance); DEBUG(sb); + + GetXrFunctionDelegates(m_XrInstance); + return true; + } + /// + /// Called when xrDestroyInstance is done. + /// + /// The instance to destroy. + protected override void OnInstanceDestroy(ulong xrInstance) + { + if (m_XrInstance == xrInstance) + { + m_XrInstanceCreated = false; + m_XrInstance = 0; + } + sb.Clear().Append(LOG_TAG).Append("OnInstanceDestroy() ").Append(xrInstance); DEBUG(sb); + } + + private bool m_XrSessionCreated = false; + private XrSession m_XrSession = 0; + /// + /// Called when xrCreateSession is done. + /// + /// The created session ID. + protected override void OnSessionCreate(ulong xrSession) + { + m_XrSession = xrSession; + m_XrSessionCreated = true; + sb.Clear().Append(LOG_TAG).Append("OnSessionCreate() ").Append(m_XrSession); DEBUG(sb); + } + /// + /// Called when xrDestroySession is done. + /// + /// The session ID to destroy. + protected override void OnSessionDestroy(ulong xrSession) + { + sb.Clear().Append(LOG_TAG).Append("OnSessionDestroy() ").Append(xrSession); DEBUG(sb); + if (m_XrSession == xrSession) + { + m_XrSession = 0; + m_XrSessionCreated = false; + } + } + #endregion } } diff --git a/com.htc.upm.vive.openxr/Runtime/VIVERig.cs b/com.htc.upm.vive.openxr/Runtime/VIVERig.cs index d96d793..9aab507 100644 --- a/com.htc.upm.vive.openxr/Runtime/VIVERig.cs +++ b/com.htc.upm.vive.openxr/Runtime/VIVERig.cs @@ -1,27 +1,27 @@ -// "VIVE SDK -// © 2020 HTC Corporation. All Rights Reserved. -// -// Unless otherwise required by copyright law and practice, -// upon the execution of HTC SDK license agreement, -// HTC grants you access to and use of the VIVE SDK(s). -// You shall fully comply with all of HTC’s SDK license agreement terms and -// conditions signed by you and all SDK and API requirements, -// specifications, and documentation provided by HTC to You." +// Copyright HTC Corporation All Rights Reserved. using System.Collections.Generic; using UnityEngine; using UnityEngine.XR; +using System.Text; +#if ENABLE_INPUT_SYSTEM +using UnityEngine.InputSystem; +#endif namespace VIVE.OpenXR { [DisallowMultipleComponent] public sealed class VIVERig : MonoBehaviour { - const string LOG_TAG = "VIVE.OpenXR.VIVERig"; - void DEBUG(string msg) - { - Debug.Log(LOG_TAG + " " + msg); + const string LOG_TAG = "VIVE.OpenXR.VIVERig "; + StringBuilder m_sb = null; + StringBuilder sb { + get { + if (m_sb == null) { m_sb = new StringBuilder(); } + return m_sb; + } } + void DEBUG(StringBuilder msg) { Debug.Log(msg); } [SerializeField] private GameObject m_CameraOffset = null; @@ -42,32 +42,45 @@ namespace VIVE.OpenXR private float m_CameraYOffset = 1; public float CameraYOffset { get { return m_CameraYOffset; } set { m_CameraYOffset = value; } } - static List s_InputSubsystems = new List(); - private void OnEnable() - { - SubsystemManager.GetInstances(s_InputSubsystems); - for (int i = 0; i < s_InputSubsystems.Count; i++) - { - s_InputSubsystems[i].trackingOriginUpdated += TrackingOriginUpdated; - } - } - private void OnDisable() - { - SubsystemManager.GetInstances(s_InputSubsystems); - for (int i = 0; i < s_InputSubsystems.Count; i++) - { - s_InputSubsystems[i].trackingOriginUpdated -= TrackingOriginUpdated; - } - } +#if ENABLE_INPUT_SYSTEM + [SerializeField] + private InputActionAsset m_ActionAsset; + public InputActionAsset actionAsset { get => m_ActionAsset; set => m_ActionAsset = value; } +#endif - float m_LastRecenteredTime = 0.0f; - private void TrackingOriginUpdated(XRInputSubsystem obj) - { - m_LastRecenteredTime = Time.time; - DEBUG("TrackingOriginUpdated() m_LastRecenteredTime: " + m_LastRecenteredTime); - } + static List s_InputSubsystems = new List(); + private void OnEnable() + { + SubsystemManager.GetInstances(s_InputSubsystems); + for (int i = 0; i < s_InputSubsystems.Count; i++) + { + s_InputSubsystems[i].trackingOriginUpdated += TrackingOriginUpdated; + } - XRInputSubsystem m_InputSystem = null; +#if ENABLE_INPUT_SYSTEM + if (m_ActionAsset != null) + { + m_ActionAsset.Enable(); + } +#endif + } + private void OnDisable() + { + SubsystemManager.GetInstances(s_InputSubsystems); + for (int i = 0; i < s_InputSubsystems.Count; i++) + { + s_InputSubsystems[i].trackingOriginUpdated -= TrackingOriginUpdated; + } + } + + float m_LastRecenteredTime = 0.0f; + private void TrackingOriginUpdated(XRInputSubsystem obj) + { + m_LastRecenteredTime = Time.time; + sb.Clear().Append(LOG_TAG).Append("TrackingOriginUpdated() m_LastRecenteredTime: ").Append(m_LastRecenteredTime); DEBUG(sb); + } + + XRInputSubsystem m_InputSystem = null; void UpdateInputSystem() { SubsystemManager.GetInstances(s_InputSubsystems); @@ -84,12 +97,12 @@ namespace VIVE.OpenXR m_InputSystem.TrySetTrackingOriginMode(m_TrackingOrigin); TrackingOriginModeFlags mode = m_InputSystem.GetTrackingOriginMode(); - DEBUG("Awake() Tracking mode is set to " + mode); - } - else - { - DEBUG("Awake() no XRInputSubsystem."); - } + sb.Clear().Append(LOG_TAG).Append("Awake() Tracking mode is set to ").Append(mode); DEBUG(sb); + } + else + { + sb.Clear().Append(LOG_TAG).Append("Awake() no XRInputSubsystem."); DEBUG(sb); + } m_TrackingOriginEx = m_TrackingOrigin; } @@ -104,7 +117,7 @@ namespace VIVE.OpenXR m_InputSystem.TrySetTrackingOriginMode(m_TrackingOrigin); mode = m_InputSystem.GetTrackingOriginMode(); - DEBUG("Update() Tracking mode is set to " + mode); + sb.Clear().Append(LOG_TAG).Append("Update() Tracking mode is set to " + mode); m_TrackingOriginEx = m_TrackingOrigin; } } diff --git a/com.htc.upm.vive.openxr/Samples~/Samples/Samples/Commons/ActionMap/InputActions.inputactions b/com.htc.upm.vive.openxr/Samples~/Samples/Samples/Commons/ActionMap/InputActions.inputactions index 6f3e987..b445957 100644 --- a/com.htc.upm.vive.openxr/Samples~/Samples/Samples/Commons/ActionMap/InputActions.inputactions +++ b/com.htc.upm.vive.openxr/Samples~/Samples/Samples/Commons/ActionMap/InputActions.inputactions @@ -1640,7 +1640,7 @@ "id": "a3934b2a-22e9-4ac1-adf5-2444010a08d2", "actions": [ { - "name": "TrackerIsTracked0", + "name": "TrackerIsTrackedWaist", "type": "Value", "id": "7093e727-bed1-4149-b978-621dcbb91cb9", "expectedControlType": "Analog", @@ -1649,7 +1649,7 @@ "initialStateCheck": true }, { - "name": "TrackerIsTracked1", + "name": "TrackerIsTrackedChest", "type": "Value", "id": "62f2d18e-7dce-4810-aa1d-385cee7cfd8d", "expectedControlType": "Analog", @@ -1658,7 +1658,7 @@ "initialStateCheck": true }, { - "name": "TrackerIsTracked2", + "name": "TrackerIsTrackedHead", "type": "Value", "id": "ed6dd600-5dc4-451b-b1e1-6ec876bc8f5e", "expectedControlType": "Analog", @@ -1667,7 +1667,7 @@ "initialStateCheck": true }, { - "name": "TrackerIsTracked3", + "name": "TrackerIsTrackedLeftElbow", "type": "Value", "id": "94caef41-8d16-420a-b596-4f615fe5a4a9", "expectedControlType": "Analog", @@ -1676,7 +1676,7 @@ "initialStateCheck": true }, { - "name": "TrackerIsTracked4", + "name": "TrackerIsTrackedLeftWrist", "type": "Value", "id": "b937d19b-014e-4eba-867f-b3177656fca4", "expectedControlType": "Analog", @@ -1685,7 +1685,7 @@ "initialStateCheck": true }, { - "name": "TrackerIsTracked5", + "name": "TrackerIsTrackedLeftHand", "type": "Value", "id": "2acb4388-b455-4cfc-be9c-90a410fa39ae", "expectedControlType": "Analog", @@ -1694,7 +1694,7 @@ "initialStateCheck": true }, { - "name": "TrackerIsTracked6", + "name": "TrackerIsTrackedLeftHandheld", "type": "Value", "id": "3539d516-a572-43cc-b4ad-2436cd0a64b6", "expectedControlType": "Analog", @@ -1703,7 +1703,7 @@ "initialStateCheck": true }, { - "name": "TrackerIsTracked7", + "name": "TrackerIsTrackedRightElbow", "type": "Value", "id": "3229ae96-b67a-4cad-bf1d-936df115a232", "expectedControlType": "Analog", @@ -1712,7 +1712,7 @@ "initialStateCheck": true }, { - "name": "TrackerIsTracked8", + "name": "TrackerIsTrackedRightWrist", "type": "Value", "id": "3960e539-ba08-4231-a4ed-876d4e82c2e8", "expectedControlType": "Analog", @@ -1721,7 +1721,7 @@ "initialStateCheck": true }, { - "name": "TrackerIsTracked9", + "name": "TrackerIsTrackedRightHand", "type": "Value", "id": "f524f160-3fe4-436e-b223-b328dfcf8c60", "expectedControlType": "Analog", @@ -1730,7 +1730,7 @@ "initialStateCheck": true }, { - "name": "TrackerIsTracked10", + "name": "TrackerIsTrackedRightHandheld", "type": "Value", "id": "13fb2464-986d-48b6-9f17-7e972f9b9a78", "expectedControlType": "Analog", @@ -1739,7 +1739,7 @@ "initialStateCheck": true }, { - "name": "TrackerIsTracked11", + "name": "TrackerIsTrackedLeftKnee", "type": "Value", "id": "3daa55b7-149d-42ab-a998-040d9c8a2092", "expectedControlType": "Analog", @@ -1748,7 +1748,7 @@ "initialStateCheck": true }, { - "name": "TrackerIsTracked12", + "name": "TrackerIsTrackedLeftAnkle", "type": "Value", "id": "741a3a0e-f5f0-4f91-89b6-9d45142a4a39", "expectedControlType": "Analog", @@ -1757,7 +1757,7 @@ "initialStateCheck": true }, { - "name": "TrackerIsTracked13", + "name": "TrackerIsTrackedLeftFoot", "type": "Value", "id": "fd0a6192-4bb5-43f6-bd3a-99d14ec7639c", "expectedControlType": "Analog", @@ -1766,7 +1766,7 @@ "initialStateCheck": true }, { - "name": "TrackerIsTracked14", + "name": "TrackerIsTrackedRightKnee", "type": "Value", "id": "19642def-b96d-43cc-9ee5-7b7b1a5cc6cb", "expectedControlType": "Analog", @@ -1775,7 +1775,7 @@ "initialStateCheck": true }, { - "name": "TrackerIsTracked15", + "name": "TrackerIsTrackedRightAnkle", "type": "Value", "id": "2e446168-1a91-4166-ba37-996428518d31", "expectedControlType": "Analog", @@ -1784,7 +1784,16 @@ "initialStateCheck": true }, { - "name": "TrackerTrackingState0", + "name": "TrackerIsTrackedRightFoot", + "type": "Value", + "id": "003296a2-b320-4fde-9dea-aef9e43bc2f0", + "expectedControlType": "Analog", + "processors": "", + "interactions": "", + "initialStateCheck": true + }, + { + "name": "TrackerTrackingStateWaist", "type": "Value", "id": "26a9ad66-4a9e-4e9c-b5e4-55b4291820bf", "expectedControlType": "Integer", @@ -1793,7 +1802,7 @@ "initialStateCheck": true }, { - "name": "TrackerTrackingState1", + "name": "TrackerTrackingStateChest", "type": "Value", "id": "cc394c49-030c-4eb7-8723-67a674272efe", "expectedControlType": "Integer", @@ -1802,7 +1811,7 @@ "initialStateCheck": true }, { - "name": "TrackerTrackingState2", + "name": "TrackerTrackingStateHead", "type": "Value", "id": "17ce0d93-2dc8-453a-9466-eb70d738e94a", "expectedControlType": "Integer", @@ -1811,7 +1820,7 @@ "initialStateCheck": true }, { - "name": "TrackerTrackingState3", + "name": "TrackerTrackingStateLeftElbow", "type": "Value", "id": "a82316e4-e0e1-49e3-85f8-d8662a2c64c2", "expectedControlType": "Integer", @@ -1820,7 +1829,7 @@ "initialStateCheck": true }, { - "name": "TrackerTrackingState4", + "name": "TrackerTrackingStateLeftWrist", "type": "Value", "id": "4fdd43f2-71b0-4156-a47c-fc1e298b4316", "expectedControlType": "Integer", @@ -1829,7 +1838,7 @@ "initialStateCheck": true }, { - "name": "TrackerTrackingState5", + "name": "TrackerTrackingStateLeftHand", "type": "Value", "id": "99801148-6d4f-4f35-87ef-160eeb3c9d27", "expectedControlType": "Integer", @@ -1838,7 +1847,7 @@ "initialStateCheck": true }, { - "name": "TrackerTrackingState6", + "name": "TrackerTrackingStateLeftHandheld", "type": "Value", "id": "e3668ba2-6377-453a-9c9a-82f1b1c85c14", "expectedControlType": "Integer", @@ -1847,7 +1856,7 @@ "initialStateCheck": true }, { - "name": "TrackerTrackingState7", + "name": "TrackerTrackingStateRightElbow", "type": "Value", "id": "4c4b9775-257e-494a-bff1-90a742021a22", "expectedControlType": "Integer", @@ -1856,7 +1865,7 @@ "initialStateCheck": true }, { - "name": "TrackerTrackingState8", + "name": "TrackerTrackingStateRightWrist", "type": "Value", "id": "917eb21a-f755-4b97-b1f5-a890f7ad79f8", "expectedControlType": "Integer", @@ -1865,7 +1874,7 @@ "initialStateCheck": true }, { - "name": "TrackerTrackingState9", + "name": "TrackerTrackingStateRightHand", "type": "Value", "id": "a368bf9e-388d-41d2-a184-325ee04ebf9f", "expectedControlType": "Integer", @@ -1874,7 +1883,7 @@ "initialStateCheck": true }, { - "name": "TrackerTrackingState10", + "name": "TrackerTrackingStateRightHandheld", "type": "Value", "id": "ee21a2ba-e0fc-4366-a6cd-d95e508f116f", "expectedControlType": "Integer", @@ -1883,7 +1892,7 @@ "initialStateCheck": true }, { - "name": "TrackerTrackingState11", + "name": "TrackerTrackingStateLeftKnee", "type": "Value", "id": "76fcad84-32b2-423e-aa93-13bace04588c", "expectedControlType": "Integer", @@ -1892,7 +1901,7 @@ "initialStateCheck": true }, { - "name": "TrackerTrackingState12", + "name": "TrackerTrackingStateLeftAnkle", "type": "Value", "id": "a97eb013-dbce-4a8c-adc3-e7906ef700a3", "expectedControlType": "Integer", @@ -1901,7 +1910,7 @@ "initialStateCheck": true }, { - "name": "TrackerTrackingState13", + "name": "TrackerTrackingStateLeftFoot", "type": "Value", "id": "303cf498-69af-472c-8783-37706f3e6e21", "expectedControlType": "Integer", @@ -1910,7 +1919,7 @@ "initialStateCheck": true }, { - "name": "TrackerTrackingState14", + "name": "TrackerTrackingStateRightKnee", "type": "Value", "id": "2dbae2d1-9187-4810-ba5a-7c8b6e6c365b", "expectedControlType": "Integer", @@ -1919,7 +1928,7 @@ "initialStateCheck": true }, { - "name": "TrackerTrackingState15", + "name": "TrackerTrackingStateRightAnkle", "type": "Value", "id": "ca81472e-4f22-4b22-bd9c-8912124a2665", "expectedControlType": "Integer", @@ -1928,7 +1937,16 @@ "initialStateCheck": true }, { - "name": "TrackerPosition0", + "name": "TrackerTrackingStateRightFoot", + "type": "Value", + "id": "cb7bee12-a804-4993-a998-2697d3e03c39", + "expectedControlType": "Integer", + "processors": "", + "interactions": "", + "initialStateCheck": true + }, + { + "name": "TrackerPositionWaist", "type": "Value", "id": "b2250c5f-5a6d-4453-8f7e-706bf0f47965", "expectedControlType": "Vector3", @@ -1937,7 +1955,7 @@ "initialStateCheck": true }, { - "name": "TrackerPosition1", + "name": "TrackerPositionChest", "type": "Value", "id": "d1198497-21c3-4d29-905c-2cb7348e219e", "expectedControlType": "Vector3", @@ -1946,7 +1964,7 @@ "initialStateCheck": true }, { - "name": "TrackerPosition2", + "name": "TrackerPositionHead", "type": "Value", "id": "392f3b0c-2113-48db-82e6-ffe7fa10af93", "expectedControlType": "Vector3", @@ -1955,7 +1973,7 @@ "initialStateCheck": true }, { - "name": "TrackerPosition3", + "name": "TrackerPositionLeftElbow", "type": "Value", "id": "908409bc-b757-47b1-9347-75f20ccae8e7", "expectedControlType": "Vector3", @@ -1964,7 +1982,7 @@ "initialStateCheck": true }, { - "name": "TrackerPosition4", + "name": "TrackerPositionLeftWrist", "type": "Value", "id": "e6de320d-5c77-4314-a57e-0ef851faa397", "expectedControlType": "Vector3", @@ -1973,7 +1991,7 @@ "initialStateCheck": true }, { - "name": "TrackerPosition5", + "name": "TrackerPositionLeftHand", "type": "Value", "id": "f37e5a0a-b47b-451a-aea8-bad7ef1e63d3", "expectedControlType": "Vector3", @@ -1982,7 +2000,7 @@ "initialStateCheck": true }, { - "name": "TrackerPosition6", + "name": "TrackerPositionLeftHandheld", "type": "Value", "id": "6e282e0c-d5d5-44d7-a6a2-c90b1e476631", "expectedControlType": "Vector3", @@ -1991,7 +2009,7 @@ "initialStateCheck": true }, { - "name": "TrackerPosition7", + "name": "TrackerPositionRightElbow", "type": "Value", "id": "a3243d5e-c264-4bc1-ac82-d3d07ba7d3ac", "expectedControlType": "Vector3", @@ -2000,7 +2018,7 @@ "initialStateCheck": true }, { - "name": "TrackerPosition8", + "name": "TrackerPositionRightWrist", "type": "Value", "id": "4dfa7712-d13b-405b-9fac-e5d6592caf2b", "expectedControlType": "Vector3", @@ -2009,7 +2027,7 @@ "initialStateCheck": true }, { - "name": "TrackerPosition9", + "name": "TrackerPositionRightHand", "type": "Value", "id": "fde08e48-fd86-45cb-8d93-93eb6bff84ea", "expectedControlType": "Vector3", @@ -2018,7 +2036,7 @@ "initialStateCheck": true }, { - "name": "TrackerPosition10", + "name": "TrackerPositionRightHandheld", "type": "Value", "id": "8e0e3c9d-f7c4-4971-9119-eacdbdf2017c", "expectedControlType": "Vector3", @@ -2027,7 +2045,7 @@ "initialStateCheck": true }, { - "name": "TrackerPosition11", + "name": "TrackerPositionLeftKnee", "type": "Value", "id": "34b639d0-eae5-4e41-bb68-e53adc0b476f", "expectedControlType": "Vector3", @@ -2036,7 +2054,7 @@ "initialStateCheck": true }, { - "name": "TrackerPosition12", + "name": "TrackerPositionLeftAnkle", "type": "Value", "id": "3ec226d0-b45a-4d1e-b80d-79bba40ec53d", "expectedControlType": "Vector3", @@ -2045,7 +2063,7 @@ "initialStateCheck": true }, { - "name": "TrackerPosition13", + "name": "TrackerPositionLeftFoot", "type": "Value", "id": "b44a7f91-f365-4497-b891-2a4757a93d8e", "expectedControlType": "Vector3", @@ -2054,7 +2072,7 @@ "initialStateCheck": true }, { - "name": "TrackerPosition14", + "name": "TrackerPositionRightKnee", "type": "Value", "id": "b8fc61e3-ebff-4443-997c-4927050c1bbd", "expectedControlType": "Vector3", @@ -2063,7 +2081,7 @@ "initialStateCheck": true }, { - "name": "TrackerPosition15", + "name": "TrackerPositionRightAnkle", "type": "Value", "id": "3ea806b3-c9e6-4e63-9f8f-75edc4bd45a1", "expectedControlType": "Vector3", @@ -2072,7 +2090,16 @@ "initialStateCheck": true }, { - "name": "TrackerRotation0", + "name": "TrackerPositionRightFoot", + "type": "Value", + "id": "29eb44a5-9f7f-43e2-b146-254aca49a3c5", + "expectedControlType": "Vector3", + "processors": "", + "interactions": "", + "initialStateCheck": true + }, + { + "name": "TrackerRotationWaist", "type": "Value", "id": "6077c6f1-b067-49f1-b821-59c22f755cf5", "expectedControlType": "Quaternion", @@ -2081,7 +2108,7 @@ "initialStateCheck": true }, { - "name": "TrackerRotation1", + "name": "TrackerRotationChest", "type": "Value", "id": "c7ecd244-4464-48ba-8bd3-f9fcedcd189f", "expectedControlType": "Quaternion", @@ -2090,7 +2117,7 @@ "initialStateCheck": true }, { - "name": "TrackerRotation2", + "name": "TrackerRotationHead", "type": "Value", "id": "b95a38b5-b726-4363-9e71-04a064b68d30", "expectedControlType": "Quaternion", @@ -2099,7 +2126,7 @@ "initialStateCheck": true }, { - "name": "TrackerRotation3", + "name": "TrackerRotationLeftElbow", "type": "Value", "id": "bb04189e-901b-4b36-b4f2-5e92f114af2b", "expectedControlType": "Quaternion", @@ -2108,7 +2135,7 @@ "initialStateCheck": true }, { - "name": "TrackerRotation4", + "name": "TrackerRotationLeftWrist", "type": "Value", "id": "a4538fae-a792-485c-b99f-e6a8100d2e53", "expectedControlType": "Quaternion", @@ -2117,7 +2144,7 @@ "initialStateCheck": true }, { - "name": "TrackerRotation5", + "name": "TrackerRotationLeft Hand", "type": "Value", "id": "8bf80b18-042d-45f1-b279-7bbe87793eeb", "expectedControlType": "Quaternion", @@ -2126,7 +2153,7 @@ "initialStateCheck": true }, { - "name": "TrackerRotation6", + "name": "TrackerRotationLeftHandheld", "type": "Value", "id": "4139000a-cdf3-48bc-80d6-69249c8321cb", "expectedControlType": "Quaternion", @@ -2135,7 +2162,7 @@ "initialStateCheck": true }, { - "name": "TrackerRotation7", + "name": "TrackerRotationRightElbow", "type": "Value", "id": "5917d4d7-291f-44bd-8d06-f782bc19d8fc", "expectedControlType": "Quaternion", @@ -2144,7 +2171,7 @@ "initialStateCheck": true }, { - "name": "TrackerRotation8", + "name": "TrackerRotationRightWrist", "type": "Value", "id": "9154172d-6b70-4810-b3a4-2a4a7068dddf", "expectedControlType": "Quaternion", @@ -2153,7 +2180,7 @@ "initialStateCheck": true }, { - "name": "TrackerRotation9", + "name": "TrackerRotationRightHand", "type": "Value", "id": "c50db0a8-4b01-4bf3-a6ae-8b1df0322ff2", "expectedControlType": "Quaternion", @@ -2162,7 +2189,7 @@ "initialStateCheck": true }, { - "name": "TrackerRotation10", + "name": "TrackerRotationRightHandheld", "type": "Value", "id": "6381ae08-0098-4039-adcc-1aed338ae763", "expectedControlType": "Quaternion", @@ -2171,7 +2198,7 @@ "initialStateCheck": true }, { - "name": "TrackerRotation11", + "name": "TrackerRotationLeftKnee", "type": "Value", "id": "239ed873-ff71-4d3a-99cf-de8fdc05308c", "expectedControlType": "Quaternion", @@ -2180,7 +2207,7 @@ "initialStateCheck": true }, { - "name": "TrackerRotation12", + "name": "TrackerRotationLeftAnkle", "type": "Value", "id": "7fa62c81-6498-4d98-bfed-e572b4b5106d", "expectedControlType": "Quaternion", @@ -2189,7 +2216,7 @@ "initialStateCheck": true }, { - "name": "TrackerRotation13", + "name": "TrackerRotationLeftFoot", "type": "Value", "id": "e6d4835b-ebc2-4894-9dfc-bf265b54885e", "expectedControlType": "Quaternion", @@ -2198,7 +2225,7 @@ "initialStateCheck": true }, { - "name": "TrackerRotation14", + "name": "TrackerRotationRightKnee", "type": "Value", "id": "dc4f0a7b-5eb0-409a-919a-f36b0fe36461", "expectedControlType": "Quaternion", @@ -2207,42 +2234,957 @@ "initialStateCheck": true }, { - "name": "TrackerRotation15", + "name": "TrackerRotationRightAnkle", "type": "Value", "id": "6dc25563-3741-4f7f-bd07-0ff5c62dccbb", "expectedControlType": "Quaternion", "processors": "", "interactions": "", "initialStateCheck": true + }, + { + "name": "TrackerRotationRightFoot", + "type": "Value", + "id": "467dc594-1dad-478e-b019-19b9bd4a7437", + "expectedControlType": "Quaternion", + "processors": "", + "interactions": "", + "initialStateCheck": true + }, + { + "name": "TrackerIsTracked0", + "type": "Value", + "id": "e8fb14bc-bd2a-4eb9-b8d8-5f6b813c9f0a", + "expectedControlType": "Analog", + "processors": "", + "interactions": "", + "initialStateCheck": true + }, + { + "name": "TrackerIsTracked1", + "type": "Value", + "id": "91336d1c-a431-40bb-bbfd-7a1b8a4439fb", + "expectedControlType": "Analog", + "processors": "", + "interactions": "", + "initialStateCheck": true + }, + { + "name": "TrackerIsTracked2", + "type": "Value", + "id": "05721cdc-eb09-4789-993c-ba2d17cb8998", + "expectedControlType": "Analog", + "processors": "", + "interactions": "", + "initialStateCheck": true + }, + { + "name": "TrackerIsTracked3", + "type": "Value", + "id": "fa23237f-52a4-4a2c-bdce-04dee5a58ebc", + "expectedControlType": "Analog", + "processors": "", + "interactions": "", + "initialStateCheck": true + }, + { + "name": "TrackerIsTracked4", + "type": "Value", + "id": "2d850360-9e9c-4ca7-adf4-4f2dc68c9cc9", + "expectedControlType": "Analog", + "processors": "", + "interactions": "", + "initialStateCheck": true + }, + { + "name": "TrackerTrackingState0", + "type": "Value", + "id": "efa29899-276e-45f4-bad1-d32ba46a0368", + "expectedControlType": "Integer", + "processors": "", + "interactions": "", + "initialStateCheck": true + }, + { + "name": "TrackerTrackingState1", + "type": "Value", + "id": "6ccc130c-ccd5-44ab-ad8b-e69ed795a864", + "expectedControlType": "Integer", + "processors": "", + "interactions": "", + "initialStateCheck": true + }, + { + "name": "TrackerTrackingState2", + "type": "Value", + "id": "6f96df7e-bb24-4161-80a1-49974de0d43b", + "expectedControlType": "Integer", + "processors": "", + "interactions": "", + "initialStateCheck": true + }, + { + "name": "TrackerTrackingState3", + "type": "Value", + "id": "bae3a2bc-3bcb-478c-8d21-436c23241d3c", + "expectedControlType": "Integer", + "processors": "", + "interactions": "", + "initialStateCheck": true + }, + { + "name": "TrackerTrackingState4", + "type": "Value", + "id": "4869ba90-8e08-48f7-9ac2-e17ad338c60f", + "expectedControlType": "Integer", + "processors": "", + "interactions": "", + "initialStateCheck": true + }, + { + "name": "TrackerPosition0", + "type": "Value", + "id": "1f84e0f5-f336-43c4-b6fa-b61e9feed5e4", + "expectedControlType": "Vector3", + "processors": "", + "interactions": "", + "initialStateCheck": true + }, + { + "name": "TrackerPosition1", + "type": "Value", + "id": "e3464bb9-6b24-4d7c-9e2d-ea6c436592f7", + "expectedControlType": "Vector3", + "processors": "", + "interactions": "", + "initialStateCheck": true + }, + { + "name": "TrackerPosition2", + "type": "Value", + "id": "970672d3-acf5-4812-977e-8c824f912464", + "expectedControlType": "Vector3", + "processors": "", + "interactions": "", + "initialStateCheck": true + }, + { + "name": "TrackerPosition3", + "type": "Value", + "id": "3a167fad-2d5a-48d3-8218-e00a39603064", + "expectedControlType": "Vector3", + "processors": "", + "interactions": "", + "initialStateCheck": true + }, + { + "name": "TrackerPosition4", + "type": "Value", + "id": "a865432e-875d-4e2e-9947-bfe06e576110", + "expectedControlType": "Vector3", + "processors": "", + "interactions": "", + "initialStateCheck": true + }, + { + "name": "TrackerRotation0", + "type": "Value", + "id": "654b29c9-420a-46f7-8194-eb000eef7e4c", + "expectedControlType": "Quaternion", + "processors": "", + "interactions": "", + "initialStateCheck": true + }, + { + "name": "TrackerRotation1", + "type": "Value", + "id": "4c1f3249-53e8-479e-a381-912b2a551ac7", + "expectedControlType": "Quaternion", + "processors": "", + "interactions": "", + "initialStateCheck": true + }, + { + "name": "TrackerRotation2", + "type": "Value", + "id": "8b5e3d55-7a63-402d-b04d-fd41f7c691f7", + "expectedControlType": "Quaternion", + "processors": "", + "interactions": "", + "initialStateCheck": true + }, + { + "name": "TrackerRotation3", + "type": "Value", + "id": "c09646f8-5b6d-4bd1-8446-9b908300b32a", + "expectedControlType": "Quaternion", + "processors": "", + "interactions": "", + "initialStateCheck": true + }, + { + "name": "TrackerRotation4", + "type": "Value", + "id": "dd85844a-59f0-4ce4-a204-6f86d8703492", + "expectedControlType": "Quaternion", + "processors": "", + "interactions": "", + "initialStateCheck": true } ], "bindings": [ { "name": "", "id": "b9788ed0-9dc7-46fe-b9a9-ceaa52436ec4", - "path": "{Tracker1}/deviceRotation", + "path": "{Chest}/deviceRotation", "interactions": "", "processors": "", "groups": "", - "action": "TrackerRotation1", + "action": "TrackerRotationChest", "isComposite": false, "isPartOfComposite": false }, { "name": "", "id": "14d9eb90-04b1-4646-990c-3b60e4fc7f4b", - "path": "{Tracker2}/deviceRotation", + "path": "{Head}/deviceRotation", "interactions": "", "processors": "", "groups": "", - "action": "TrackerRotation2", + "action": "TrackerRotationHead", "isComposite": false, "isPartOfComposite": false }, { "name": "", "id": "c3054796-6e54-448b-b23b-e3bdfc790c9b", - "path": "{Tracker0}/isTracked", + "path": "{Waist}/isTracked", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerIsTrackedWaist", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "c41741f2-eb06-4a68-9696-522c50777136", + "path": "{Waist}/trackingState", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerTrackingStateWaist", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "1668df56-f4fb-43f8-a7bd-9ebbe2e0a716", + "path": "{Waist}/devicePosition", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerPositionWaist", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "edbb41fb-1680-4437-ad44-d9aca533b925", + "path": "{Left Elbow}/deviceRotation", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerRotationLeftElbow", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "482c36db-9052-4037-834d-6060cc5acea9", + "path": "{Left Wrist}/deviceRotation", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerRotationLeftWrist", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "965c1dd7-4f46-44df-97af-ba2ae0633140", + "path": "{Left Hand}/deviceRotation", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerRotationLeft Hand", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "84df6cf2-25b5-4851-817a-99e9a43bafc7", + "path": "{Left Handheld}/deviceRotation", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerRotationLeftHandheld", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "7407a67a-d772-4d0e-88d5-cd8751f0d854", + "path": "{Chest}/isTracked", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerIsTrackedChest", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "e951b6d3-51a6-4fc8-a894-35eda7ffad63", + "path": "{Head}/isTracked", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerIsTrackedHead", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "42d3b05b-49b2-4dd9-830d-208a7987edb6", + "path": "{Left Elbow}/isTracked", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerIsTrackedLeftElbow", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "9fad2b5a-0354-4e2f-a697-357f4d9f7d62", + "path": "{Left Wrist}/isTracked", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerIsTrackedLeftWrist", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "5085455e-8986-441f-ac31-ca4f33f705c4", + "path": "{Left Hand}/isTracked", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerIsTrackedLeftHand", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "c45b735e-4de6-4553-bb5c-efae9cb04a58", + "path": "{Right Elbow}/isTracked", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerIsTrackedRightElbow", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "c89a1379-1787-49a9-be5f-0fc022fd7cb5", + "path": "{Left Handheld}/isTracked", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerIsTrackedLeftHandheld", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "362b8fae-0808-4a2b-9835-b386f95faf28", + "path": "{Right Wrist}/isTracked", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerIsTrackedRightWrist", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "8f85e416-6676-45ce-beb9-93e6dbdb018c", + "path": "{Right Hand}/isTracked", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerIsTrackedRightHand", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "205ce9db-750e-46b3-839a-eac4d017cd84", + "path": "{Right Handheld}/isTracked", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerIsTrackedRightHandheld", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "bffb52af-6ced-4726-a9bc-01cb3c65e47b", + "path": "{Left Knee}/isTracked", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerIsTrackedLeftKnee", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "bfdacbb6-2fd2-4089-b3f3-4b6ec3142527", + "path": "{Left Ankle}/isTracked", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerIsTrackedLeftAnkle", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "f273709f-4b05-4898-9a13-0e007cf5efbf", + "path": "{Left Foot}/isTracked", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerIsTrackedLeftFoot", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "1a5bca08-628f-41f2-bb53-2371e2c1b825", + "path": "{Right Knee}/isTracked", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerIsTrackedRightKnee", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "efbccb51-6ea8-4625-8811-78e529c742ba", + "path": "{Right Ankle}/isTracked", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerIsTrackedRightAnkle", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "8dba01bb-9573-413b-a8e5-ba3afe1a6c41", + "path": "{Chest}/trackingState", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerTrackingStateChest", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "2ead8b33-992f-4705-922b-13a682e21df6", + "path": "{Head}/trackingState", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerTrackingStateHead", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "2d7bf46c-6e7e-4a2e-98f4-ddbb14be21d4", + "path": "{Left Elbow}/trackingState", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerTrackingStateLeftElbow", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "71781232-9705-4eac-b23a-11107a204815", + "path": "{Left Wrist}/trackingState", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerTrackingStateLeftWrist", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "2a6cb001-c3aa-4d6d-8bd2-56c1ac57e1aa", + "path": "{Left Hand}/trackingState", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerTrackingStateLeftHand", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "a368b1c5-1fef-4f1d-9876-15c6ac7e8323", + "path": "{Left Handheld}/trackingState", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerTrackingStateLeftHandheld", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "3aa09c80-cef0-4628-9d7c-f0f8fc857c67", + "path": "{Right Elbow}/trackingState", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerTrackingStateRightElbow", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "7c3274d5-e760-42f7-9809-28b0c374ebf5", + "path": "{Right Wrist}/trackingState", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerTrackingStateRightWrist", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "8026e624-b165-4587-8de6-ff9812622503", + "path": "{Right Hand}/trackingState", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerTrackingStateRightHand", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "e37cae68-95e6-46ef-96c2-0c60c90f4b83", + "path": "{Right Handheld}/trackingState", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerTrackingStateRightHandheld", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "c9476453-612f-4b77-b75c-f6cd2b18ab09", + "path": "{Left Knee}/trackingState", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerTrackingStateLeftKnee", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "21c852c5-cca6-4858-910e-d9f8d959b084", + "path": "{Left Ankle}/trackingState", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerTrackingStateLeftAnkle", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "60971541-3812-4c96-ad08-6ef543534bef", + "path": "{Left Foot}/trackingState", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerTrackingStateLeftFoot", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "a4950043-e8d1-47ee-814f-b64267158de0", + "path": "{Right Knee}/trackingState", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerTrackingStateRightKnee", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "045c4df9-76c2-4b2d-9f3c-010d7215a257", + "path": "{Right Ankle}/trackingState", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerTrackingStateRightAnkle", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "dd1d0e70-b795-4d1b-9132-5cb3c16eb070", + "path": "{Chest}/devicePosition", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerPositionChest", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "06486b26-f039-4105-870d-30eb37d0b365", + "path": "{Head}/devicePosition", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerPositionHead", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "06b1957c-bd71-454a-af15-6ca670034acc", + "path": "{Left Elbow}/devicePosition", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerPositionLeftElbow", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "7eb2d15e-7218-43ac-9ef9-28c4d217fe6a", + "path": "{Left Wrist}/devicePosition", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerPositionLeftWrist", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "eabdae87-6da9-405c-a242-3924c382d2f6", + "path": "{Waist}/deviceRotation", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerRotationWaist", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "386aa0d9-b6d0-4650-8c93-bb03240a97ef", + "path": "{Left Hand}/devicePosition", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerPositionLeftHand", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "cfa41bb6-5fba-4dda-82a1-fdb5bd5d72a8", + "path": "{Left Handheld}/devicePosition", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerPositionLeftHandheld", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "e3cee6e8-def2-42e5-b6a4-fff6bf766f4f", + "path": "{Right Elbow}/devicePosition", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerPositionRightElbow", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "807c2196-7b6f-4532-a1bc-3564ebff3e7c", + "path": "{Right Wrist}/devicePosition", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerPositionRightWrist", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "d471fb15-3014-499c-bb09-486622e98039", + "path": "{Right Hand}/devicePosition", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerPositionRightHand", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "6a6754b0-217b-4471-870d-4c6e9c2ad7a9", + "path": "{Right Handheld}/devicePosition", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerPositionRightHandheld", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "047c2960-f900-4f7d-a75c-266c2370125c", + "path": "{Left Knee}/devicePosition", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerPositionLeftKnee", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "ee9e1bec-0cbd-4fc6-8a4f-b26a23fd0dd8", + "path": "{Left Ankle}/devicePosition", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerPositionLeftAnkle", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "b1d9a1d1-f252-47a7-b577-8a86a6c185e2", + "path": "{Left Foot}/devicePosition", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerPositionLeftFoot", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "04aaf5b4-4b07-4680-9a19-a960a7b8ff10", + "path": "{Right Knee}/devicePosition", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerPositionRightKnee", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "17fcfeb3-2b07-4ea7-977a-d442e05f98c7", + "path": "{Right Ankle}/devicePosition", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerPositionRightAnkle", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "bf9d76da-64ab-4d5e-a851-8438721cb04c", + "path": "{Right Elbow}/deviceRotation", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerRotationRightElbow", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "243007a3-dbbe-407d-8dd4-06945d264130", + "path": "{Right Wrist}/deviceRotation", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerRotationRightWrist", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "5ea3d031-e972-40ed-af44-78a25137b45c", + "path": "{Right Hand}/deviceRotation", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerRotationRightHand", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "89c14fa9-b8c3-44f4-a05a-76ff3ed46014", + "path": "{Right Handheld}/deviceRotation", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerRotationRightHandheld", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "38c69362-6c20-4748-85ad-c31f1cc8a97a", + "path": "{Left Knee}/deviceRotation", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerRotationLeftKnee", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "d6c1fc2a-83e8-4907-bc43-30e112aa869d", + "path": "{Left Ankle}/deviceRotation", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerRotationLeftAnkle", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "006da7b6-b35d-4dbd-a47e-fc1e68975c5c", + "path": "{Left Foot}/deviceRotation", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerRotationLeftFoot", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "b79f1a93-00e0-4a8a-bed8-25d266a71499", + "path": "{Right Knee}/deviceRotation", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerRotationRightKnee", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "1799ce21-05be-4975-a3a4-464ad6a21d68", + "path": "{Right Ankle}/deviceRotation", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerRotationRightAnkle", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "21fa5efb-2beb-4b91-b0ea-1a439f703d53", + "path": "{Right Foot }/isTracked", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerIsTrackedRightFoot", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "85ebaa23-42fd-458a-bae3-22f697890d52", + "path": "{Right Foot}/trackingState", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerTrackingStateRightFoot", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "59f7d53c-4591-42bb-8890-d3b211da1f3f", + "path": "{Right Foot}/devicePosition", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerPositionRightFoot", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "d9f9bdfc-6641-426d-a810-65593d6cf064", + "path": "{Right Foot}/deviceRotation", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerRotationRightFoot", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "68a2aa5b-0a25-4b2f-94bc-81b14e331f0c", + "path": "{Tracker 0}/isTracked", "interactions": "", "processors": "", "groups": "", @@ -2252,74 +3194,8 @@ }, { "name": "", - "id": "c41741f2-eb06-4a68-9696-522c50777136", - "path": "{Tracker0}/trackingState", - "interactions": "", - "processors": "", - "groups": "", - "action": "TrackerTrackingState0", - "isComposite": false, - "isPartOfComposite": false - }, - { - "name": "", - "id": "1668df56-f4fb-43f8-a7bd-9ebbe2e0a716", - "path": "{Tracker0}/devicePosition", - "interactions": "", - "processors": "", - "groups": "", - "action": "TrackerPosition0", - "isComposite": false, - "isPartOfComposite": false - }, - { - "name": "", - "id": "edbb41fb-1680-4437-ad44-d9aca533b925", - "path": "{Tracker3}/deviceRotation", - "interactions": "", - "processors": "", - "groups": "", - "action": "TrackerRotation3", - "isComposite": false, - "isPartOfComposite": false - }, - { - "name": "", - "id": "482c36db-9052-4037-834d-6060cc5acea9", - "path": "{Tracker4}/deviceRotation", - "interactions": "", - "processors": "", - "groups": "", - "action": "TrackerRotation4", - "isComposite": false, - "isPartOfComposite": false - }, - { - "name": "", - "id": "965c1dd7-4f46-44df-97af-ba2ae0633140", - "path": "{Tracker5}/deviceRotation", - "interactions": "", - "processors": "", - "groups": "", - "action": "TrackerRotation5", - "isComposite": false, - "isPartOfComposite": false - }, - { - "name": "", - "id": "84df6cf2-25b5-4851-817a-99e9a43bafc7", - "path": "{Tracker6}/deviceRotation", - "interactions": "", - "processors": "", - "groups": "", - "action": "TrackerRotation6", - "isComposite": false, - "isPartOfComposite": false - }, - { - "name": "", - "id": "7407a67a-d772-4d0e-88d5-cd8751f0d854", - "path": "{Tracker1}/isTracked", + "id": "4221dc5e-541a-4dad-9bc8-3a0e6224fbda", + "path": "{Tracker 1}/isTracked", "interactions": "", "processors": "", "groups": "", @@ -2329,8 +3205,8 @@ }, { "name": "", - "id": "e951b6d3-51a6-4fc8-a894-35eda7ffad63", - "path": "{Tracker2}/isTracked", + "id": "91b6fa8c-dd62-4705-a691-2fa0d396ab01", + "path": "{Tracker 2}/isTracked", "interactions": "", "processors": "", "groups": "", @@ -2340,8 +3216,8 @@ }, { "name": "", - "id": "42d3b05b-49b2-4dd9-830d-208a7987edb6", - "path": "{Tracker3}/isTracked", + "id": "9ea8fd43-0d92-4830-89fb-4d92fdce420d", + "path": "{Tracker 3}/isTracked", "interactions": "", "processors": "", "groups": "", @@ -2351,8 +3227,8 @@ }, { "name": "", - "id": "9fad2b5a-0354-4e2f-a697-357f4d9f7d62", - "path": "{Tracker4}/isTracked", + "id": "4c1ad520-b2ed-4e44-a4ff-11d1adc578d7", + "path": "{Tracker 4}/isTracked", "interactions": "", "processors": "", "groups": "", @@ -2362,129 +3238,19 @@ }, { "name": "", - "id": "5085455e-8986-441f-ac31-ca4f33f705c4", - "path": "{Tracker5}/isTracked", + "id": "5c976786-851c-43d0-b7ba-f0c765d4f7f0", + "path": "{Tracker 0}/trackingState", "interactions": "", "processors": "", "groups": "", - "action": "TrackerIsTracked5", + "action": "TrackerTrackingState0", "isComposite": false, "isPartOfComposite": false }, { "name": "", - "id": "c45b735e-4de6-4553-bb5c-efae9cb04a58", - "path": "{Tracker7}/isTracked", - "interactions": "", - "processors": "", - "groups": "", - "action": "TrackerIsTracked7", - "isComposite": false, - "isPartOfComposite": false - }, - { - "name": "", - "id": "c89a1379-1787-49a9-be5f-0fc022fd7cb5", - "path": "{Tracker6}/isTracked", - "interactions": "", - "processors": "", - "groups": "", - "action": "TrackerIsTracked6", - "isComposite": false, - "isPartOfComposite": false - }, - { - "name": "", - "id": "362b8fae-0808-4a2b-9835-b386f95faf28", - "path": "{Tracker8}/isTracked", - "interactions": "", - "processors": "", - "groups": "", - "action": "TrackerIsTracked8", - "isComposite": false, - "isPartOfComposite": false - }, - { - "name": "", - "id": "8f85e416-6676-45ce-beb9-93e6dbdb018c", - "path": "{Tracker9}/isTracked", - "interactions": "", - "processors": "", - "groups": "", - "action": "TrackerIsTracked9", - "isComposite": false, - "isPartOfComposite": false - }, - { - "name": "", - "id": "205ce9db-750e-46b3-839a-eac4d017cd84", - "path": "{Tracker10}/isTracked", - "interactions": "", - "processors": "", - "groups": "", - "action": "TrackerIsTracked10", - "isComposite": false, - "isPartOfComposite": false - }, - { - "name": "", - "id": "bffb52af-6ced-4726-a9bc-01cb3c65e47b", - "path": "{Tracker11}/isTracked", - "interactions": "", - "processors": "", - "groups": "", - "action": "TrackerIsTracked11", - "isComposite": false, - "isPartOfComposite": false - }, - { - "name": "", - "id": "bfdacbb6-2fd2-4089-b3f3-4b6ec3142527", - "path": "{Tracker12}/isTracked", - "interactions": "", - "processors": "", - "groups": "", - "action": "TrackerIsTracked12", - "isComposite": false, - "isPartOfComposite": false - }, - { - "name": "", - "id": "f273709f-4b05-4898-9a13-0e007cf5efbf", - "path": "{Tracker13}/isTracked", - "interactions": "", - "processors": "", - "groups": "", - "action": "TrackerIsTracked13", - "isComposite": false, - "isPartOfComposite": false - }, - { - "name": "", - "id": "1a5bca08-628f-41f2-bb53-2371e2c1b825", - "path": "{Tracker14}/isTracked", - "interactions": "", - "processors": "", - "groups": "", - "action": "TrackerIsTracked14", - "isComposite": false, - "isPartOfComposite": false - }, - { - "name": "", - "id": "efbccb51-6ea8-4625-8811-78e529c742ba", - "path": "{Tracker15}/isTracked", - "interactions": "", - "processors": "", - "groups": "", - "action": "TrackerIsTracked15", - "isComposite": false, - "isPartOfComposite": false - }, - { - "name": "", - "id": "8dba01bb-9573-413b-a8e5-ba3afe1a6c41", - "path": "{Tracker1}/trackingState", + "id": "eacf509c-9b24-4178-8dd5-88924973ee50", + "path": "{Tracker 1}/trackingState", "interactions": "", "processors": "", "groups": "", @@ -2494,8 +3260,8 @@ }, { "name": "", - "id": "2ead8b33-992f-4705-922b-13a682e21df6", - "path": "{Tracker2}/trackingState", + "id": "a6851e6f-b001-4a44-9d91-1238c509e92e", + "path": "{Tracker 2}/trackingState", "interactions": "", "processors": "", "groups": "", @@ -2505,8 +3271,8 @@ }, { "name": "", - "id": "2d7bf46c-6e7e-4a2e-98f4-ddbb14be21d4", - "path": "{Tracker3}/trackingState", + "id": "7cd38fe1-8d48-4a42-bcd0-1bd13a1351e6", + "path": "{Tracker 3}/trackingState", "interactions": "", "processors": "", "groups": "", @@ -2516,8 +3282,8 @@ }, { "name": "", - "id": "71781232-9705-4eac-b23a-11107a204815", - "path": "{Tracker4}/trackingState", + "id": "180e3750-8b45-4f39-b586-171076f90507", + "path": "{Tracker 4}/trackingState", "interactions": "", "processors": "", "groups": "", @@ -2527,129 +3293,19 @@ }, { "name": "", - "id": "2a6cb001-c3aa-4d6d-8bd2-56c1ac57e1aa", - "path": "{Tracker5}/trackingState", + "id": "3cd46c97-a668-4ab6-b747-2a664cb144d7", + "path": "{Tracker 0}/devicePosition", "interactions": "", "processors": "", "groups": "", - "action": "TrackerTrackingState5", + "action": "TrackerPosition0", "isComposite": false, "isPartOfComposite": false }, { "name": "", - "id": "a368b1c5-1fef-4f1d-9876-15c6ac7e8323", - "path": "{Tracker6}/trackingState", - "interactions": "", - "processors": "", - "groups": "", - "action": "TrackerTrackingState6", - "isComposite": false, - "isPartOfComposite": false - }, - { - "name": "", - "id": "3aa09c80-cef0-4628-9d7c-f0f8fc857c67", - "path": "{Tracker7}/trackingState", - "interactions": "", - "processors": "", - "groups": "", - "action": "TrackerTrackingState7", - "isComposite": false, - "isPartOfComposite": false - }, - { - "name": "", - "id": "7c3274d5-e760-42f7-9809-28b0c374ebf5", - "path": "{Tracker8}/trackingState", - "interactions": "", - "processors": "", - "groups": "", - "action": "TrackerTrackingState8", - "isComposite": false, - "isPartOfComposite": false - }, - { - "name": "", - "id": "8026e624-b165-4587-8de6-ff9812622503", - "path": "{Tracker9}/trackingState", - "interactions": "", - "processors": "", - "groups": "", - "action": "TrackerTrackingState9", - "isComposite": false, - "isPartOfComposite": false - }, - { - "name": "", - "id": "e37cae68-95e6-46ef-96c2-0c60c90f4b83", - "path": "{Tracker10}/trackingState", - "interactions": "", - "processors": "", - "groups": "", - "action": "TrackerTrackingState10", - "isComposite": false, - "isPartOfComposite": false - }, - { - "name": "", - "id": "c9476453-612f-4b77-b75c-f6cd2b18ab09", - "path": "{Tracker11}/trackingState", - "interactions": "", - "processors": "", - "groups": "", - "action": "TrackerTrackingState11", - "isComposite": false, - "isPartOfComposite": false - }, - { - "name": "", - "id": "21c852c5-cca6-4858-910e-d9f8d959b084", - "path": "{Tracker12}/trackingState", - "interactions": "", - "processors": "", - "groups": "", - "action": "TrackerTrackingState12", - "isComposite": false, - "isPartOfComposite": false - }, - { - "name": "", - "id": "60971541-3812-4c96-ad08-6ef543534bef", - "path": "{Tracker13}/trackingState", - "interactions": "", - "processors": "", - "groups": "", - "action": "TrackerTrackingState13", - "isComposite": false, - "isPartOfComposite": false - }, - { - "name": "", - "id": "a4950043-e8d1-47ee-814f-b64267158de0", - "path": "{Tracker14}/trackingState", - "interactions": "", - "processors": "", - "groups": "", - "action": "TrackerTrackingState14", - "isComposite": false, - "isPartOfComposite": false - }, - { - "name": "", - "id": "045c4df9-76c2-4b2d-9f3c-010d7215a257", - "path": "{Tracker15}/trackingState", - "interactions": "", - "processors": "", - "groups": "", - "action": "TrackerTrackingState15", - "isComposite": false, - "isPartOfComposite": false - }, - { - "name": "", - "id": "dd1d0e70-b795-4d1b-9132-5cb3c16eb070", - "path": "{Tracker1}/devicePosition", + "id": "48a438e1-c0e4-4087-aea2-b1900896e2cb", + "path": "{Tracker 1}/devicePosition", "interactions": "", "processors": "", "groups": "", @@ -2659,8 +3315,8 @@ }, { "name": "", - "id": "06486b26-f039-4105-870d-30eb37d0b365", - "path": "{Tracker2}/devicePosition", + "id": "b5b8bad8-26d8-497b-adce-26d3fdd17afe", + "path": "{Tracker 2}/devicePosition", "interactions": "", "processors": "", "groups": "", @@ -2670,8 +3326,8 @@ }, { "name": "", - "id": "06b1957c-bd71-454a-af15-6ca670034acc", - "path": "{Tracker3}/devicePosition", + "id": "9f7ec0df-3dd6-4f79-82d1-1ca8bf8ec49c", + "path": "{Tracker 3}/devicePosition", "interactions": "", "processors": "", "groups": "", @@ -2681,8 +3337,8 @@ }, { "name": "", - "id": "7eb2d15e-7218-43ac-9ef9-28c4d217fe6a", - "path": "{Tracker4}/devicePosition", + "id": "29e32062-4f12-450b-9feb-2ee58f364cea", + "path": "{Tracker 4}/devicePosition", "interactions": "", "processors": "", "groups": "", @@ -2692,8 +3348,8 @@ }, { "name": "", - "id": "eabdae87-6da9-405c-a242-3924c382d2f6", - "path": "{Tracker0}/deviceRotation", + "id": "6fa434d7-6ddf-41f2-a566-df291b1436f5", + "path": "{Tracker 0}/deviceRotation", "interactions": "", "processors": "", "groups": "", @@ -2703,221 +3359,265 @@ }, { "name": "", - "id": "386aa0d9-b6d0-4650-8c93-bb03240a97ef", - "path": "{Tracker5}/devicePosition", + "id": "eead5a12-fe83-4a68-a57e-31c72b85f721", + "path": "{Tracker 1}/deviceRotation", "interactions": "", "processors": "", "groups": "", - "action": "TrackerPosition5", + "action": "TrackerRotation1", "isComposite": false, "isPartOfComposite": false }, { "name": "", - "id": "cfa41bb6-5fba-4dda-82a1-fdb5bd5d72a8", - "path": "{Tracker6}/devicePosition", + "id": "e96bd289-8b24-4463-abe3-f22c532a8903", + "path": "{Tracker 2}/deviceRotation", "interactions": "", "processors": "", "groups": "", - "action": "TrackerPosition6", + "action": "TrackerRotation2", "isComposite": false, "isPartOfComposite": false }, { "name": "", - "id": "e3cee6e8-def2-42e5-b6a4-fff6bf766f4f", - "path": "{Tracker7}/devicePosition", + "id": "19aa05c9-678d-456b-87d1-8a135b96f381", + "path": "{Tracker 3}/deviceRotation", "interactions": "", "processors": "", "groups": "", - "action": "TrackerPosition7", + "action": "TrackerRotation3", "isComposite": false, "isPartOfComposite": false }, { "name": "", - "id": "807c2196-7b6f-4532-a1bc-3564ebff3e7c", - "path": "{Tracker8}/devicePosition", + "id": "85a5100c-f9a3-47ee-950b-5c9dde6e1f3c", + "path": "{Tracker 4}/deviceRotation", "interactions": "", "processors": "", "groups": "", - "action": "TrackerPosition8", + "action": "TrackerRotation4", "isComposite": false, "isPartOfComposite": false }, { "name": "", - "id": "d471fb15-3014-499c-bb09-486622e98039", - "path": "{Tracker9}/devicePosition", + "id": "f029ce7c-06f4-44a8-9d8b-fa05146c3636", + "path": "{Waist}/isTracked", "interactions": "", "processors": "", "groups": "", - "action": "TrackerPosition9", + "action": "TrackerIsTracked0", "isComposite": false, "isPartOfComposite": false }, { "name": "", - "id": "6a6754b0-217b-4471-870d-4c6e9c2ad7a9", - "path": "{Tracker10}/devicePosition", + "id": "8ae87273-0881-4fe7-8f95-33154ffc1ab3", + "path": "{Left Wrist}/isTracked", "interactions": "", "processors": "", "groups": "", - "action": "TrackerPosition10", + "action": "TrackerIsTracked1", "isComposite": false, "isPartOfComposite": false }, { "name": "", - "id": "047c2960-f900-4f7d-a75c-266c2370125c", - "path": "{Tracker11}/devicePosition", + "id": "4ae52e5f-d05b-41be-81a2-6e1e9959734b", + "path": "{Right Wrist}/isTracked", "interactions": "", "processors": "", "groups": "", - "action": "TrackerPosition11", + "action": "TrackerIsTracked2", "isComposite": false, "isPartOfComposite": false }, { "name": "", - "id": "ee9e1bec-0cbd-4fc6-8a4f-b26a23fd0dd8", - "path": "{Tracker12}/devicePosition", + "id": "3653f9b3-0f55-47c5-aa80-7de28f16ba05", + "path": "{Left Ankle}/isTracked", "interactions": "", "processors": "", "groups": "", - "action": "TrackerPosition12", + "action": "TrackerIsTracked3", "isComposite": false, "isPartOfComposite": false }, { "name": "", - "id": "b1d9a1d1-f252-47a7-b577-8a86a6c185e2", - "path": "{Tracker13}/devicePosition", + "id": "234ec5ed-27d6-41cf-a70f-41224d1d7a1c", + "path": "{Right Ankle}/isTracked", "interactions": "", "processors": "", "groups": "", - "action": "TrackerPosition13", + "action": "TrackerIsTracked4", "isComposite": false, "isPartOfComposite": false }, { "name": "", - "id": "04aaf5b4-4b07-4680-9a19-a960a7b8ff10", - "path": "{Tracker14}/devicePosition", + "id": "32619428-b37b-4fc9-b0bd-07063c384b8a", + "path": "{Waist}/trackingState", "interactions": "", "processors": "", "groups": "", - "action": "TrackerPosition14", + "action": "TrackerTrackingState0", "isComposite": false, "isPartOfComposite": false }, { "name": "", - "id": "17fcfeb3-2b07-4ea7-977a-d442e05f98c7", - "path": "{Tracker15}/devicePosition", + "id": "282a5f56-87d7-41e0-b136-4260334392ab", + "path": "{Left Wrist}/trackingState", "interactions": "", "processors": "", "groups": "", - "action": "TrackerPosition15", + "action": "TrackerTrackingState1", "isComposite": false, "isPartOfComposite": false }, { "name": "", - "id": "bf9d76da-64ab-4d5e-a851-8438721cb04c", - "path": "{Tracker7}/deviceRotation", + "id": "97bba820-2701-43fa-ad7a-8a7dc3b7b09a", + "path": "{Right Wrist}/trackingState", "interactions": "", "processors": "", "groups": "", - "action": "TrackerRotation7", + "action": "TrackerTrackingState2", "isComposite": false, "isPartOfComposite": false }, { "name": "", - "id": "243007a3-dbbe-407d-8dd4-06945d264130", - "path": "{Tracker8}/deviceRotation", + "id": "f4432bc9-7fac-45f5-a2ef-fbaf38776bfd", + "path": "{Left Ankle}/trackingState", "interactions": "", "processors": "", "groups": "", - "action": "TrackerRotation8", + "action": "TrackerTrackingState3", "isComposite": false, "isPartOfComposite": false }, { "name": "", - "id": "5ea3d031-e972-40ed-af44-78a25137b45c", - "path": "{Tracker9}/deviceRotation", + "id": "abb2e534-3df5-4880-9651-f6d0f74c5a7b", + "path": "{Right Ankle}/trackingState", "interactions": "", "processors": "", "groups": "", - "action": "TrackerRotation9", + "action": "TrackerTrackingState4", "isComposite": false, "isPartOfComposite": false }, { "name": "", - "id": "89c14fa9-b8c3-44f4-a05a-76ff3ed46014", - "path": "{Tracker10}/deviceRotation", + "id": "c1f4894d-4320-4990-bd51-9f415ad40883", + "path": "{Waist}/devicePosition", "interactions": "", "processors": "", "groups": "", - "action": "TrackerRotation10", + "action": "TrackerPosition0", "isComposite": false, "isPartOfComposite": false }, { "name": "", - "id": "38c69362-6c20-4748-85ad-c31f1cc8a97a", - "path": "{Tracker11}/deviceRotation", + "id": "423839f8-556c-4292-8bd2-c9f111c8c7b7", + "path": "{Left Wrist}/devicePosition", "interactions": "", "processors": "", "groups": "", - "action": "TrackerRotation11", + "action": "TrackerPosition1", "isComposite": false, "isPartOfComposite": false }, { "name": "", - "id": "d6c1fc2a-83e8-4907-bc43-30e112aa869d", - "path": "{Tracker12}/deviceRotation", + "id": "67a16ea7-053d-4ed0-8eef-d1dbcc2bd2b6", + "path": "{Right Wrist}/devicePosition", "interactions": "", "processors": "", "groups": "", - "action": "TrackerRotation12", + "action": "TrackerPosition2", "isComposite": false, "isPartOfComposite": false }, { "name": "", - "id": "006da7b6-b35d-4dbd-a47e-fc1e68975c5c", - "path": "{Tracker13}/deviceRotation", + "id": "4617421b-fe9d-4e05-a923-12d745f9d0be", + "path": "{Left Ankle}/devicePosition", "interactions": "", "processors": "", "groups": "", - "action": "TrackerRotation13", + "action": "TrackerPosition3", "isComposite": false, "isPartOfComposite": false }, { "name": "", - "id": "b79f1a93-00e0-4a8a-bed8-25d266a71499", - "path": "{Tracker14}/deviceRotation", + "id": "2633cea7-0ebf-4680-813b-c62867418403", + "path": "{Right Ankle}/devicePosition", "interactions": "", "processors": "", "groups": "", - "action": "TrackerRotation14", + "action": "TrackerPosition4", "isComposite": false, "isPartOfComposite": false }, { "name": "", - "id": "1799ce21-05be-4975-a3a4-464ad6a21d68", - "path": "{Tracker15}/deviceRotation", + "id": "7af8a39c-44b3-4383-a79a-5bd19bc70b20", + "path": "{Waist}/deviceRotation", "interactions": "", "processors": "", "groups": "", - "action": "TrackerRotation15", + "action": "TrackerRotation0", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "09477bdb-6db4-408c-832d-6912d2fd6208", + "path": "{Left Wrist}/deviceRotation", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerRotation1", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "5971c221-36b1-48ff-9226-e03fced5a494", + "path": "{Right Wrist}/deviceRotation", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerRotation2", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "c4919878-86a5-4477-929a-8e4203c4c24d", + "path": "{Left Ankle}/deviceRotation", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerRotation3", + "isComposite": false, + "isPartOfComposite": false + }, + { + "name": "", + "id": "3004e010-42dc-4e5d-b0b5-93b58b1db600", + "path": "{Right Ankle}/deviceRotation", + "interactions": "", + "processors": "", + "groups": "", + "action": "TrackerRotation4", "isComposite": false, "isPartOfComposite": false } diff --git a/com.htc.upm.vive.openxr/Samples~/Samples/Samples/CustomGesture.meta b/com.htc.upm.vive.openxr/Samples~/Samples/Samples/CustomGesture.meta new file mode 100644 index 0000000..33eaf02 --- /dev/null +++ b/com.htc.upm.vive.openxr/Samples~/Samples/Samples/CustomGesture.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d666d7e462cfc904b8684b09ffaab15f +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/com.htc.upm.vive.openxr/Samples~/Samples/Samples/CustomGesture/CustomGesture.unity b/com.htc.upm.vive.openxr/Samples~/Samples/Samples/CustomGesture/CustomGesture.unity new file mode 100644 index 0000000..5074288 --- /dev/null +++ b/com.htc.upm.vive.openxr/Samples~/Samples/Samples/CustomGesture/CustomGesture.unity @@ -0,0 +1,3971 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!29 &1 +OcclusionCullingSettings: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_OcclusionBakeSettings: + smallestOccluder: 5 + smallestHole: 0.25 + backfaceThreshold: 100 + m_SceneGUID: 00000000000000000000000000000000 + m_OcclusionCullingData: {fileID: 0} +--- !u!104 &2 +RenderSettings: + m_ObjectHideFlags: 0 + serializedVersion: 9 + m_Fog: 0 + m_FogColor: {r: 0.5, g: 0.5, b: 0.5, a: 1} + m_FogMode: 3 + m_FogDensity: 0.01 + m_LinearFogStart: 0 + m_LinearFogEnd: 300 + m_AmbientSkyColor: {r: 0.212, g: 0.227, b: 0.259, a: 1} + m_AmbientEquatorColor: {r: 0.114, g: 0.125, b: 0.133, a: 1} + m_AmbientGroundColor: {r: 0.047, g: 0.043, b: 0.035, a: 1} + m_AmbientIntensity: 1 + m_AmbientMode: 0 + m_SubtractiveShadowColor: {r: 0.42, g: 0.478, b: 0.627, a: 1} + m_SkyboxMaterial: {fileID: 10304, guid: 0000000000000000f000000000000000, type: 0} + m_HaloStrength: 0.5 + m_FlareStrength: 1 + m_FlareFadeSpeed: 3 + m_HaloTexture: {fileID: 0} + m_SpotCookie: {fileID: 10001, guid: 0000000000000000e000000000000000, type: 0} + m_DefaultReflectionMode: 0 + m_DefaultReflectionResolution: 128 + m_ReflectionBounces: 1 + m_ReflectionIntensity: 1 + m_CustomReflection: {fileID: 0} + m_Sun: {fileID: 0} + m_IndirectSpecularColor: {r: 0.18028378, g: 0.22571412, b: 0.30692285, a: 1} + m_UseRadianceAmbientProbe: 0 +--- !u!157 &3 +LightmapSettings: + m_ObjectHideFlags: 0 + serializedVersion: 12 + m_GIWorkflowMode: 1 + m_GISettings: + serializedVersion: 2 + m_BounceScale: 1 + m_IndirectOutputScale: 1 + m_AlbedoBoost: 1 + m_EnvironmentLightingMode: 0 + m_EnableBakedLightmaps: 1 + m_EnableRealtimeLightmaps: 0 + m_LightmapEditorSettings: + serializedVersion: 12 + m_Resolution: 2 + m_BakeResolution: 40 + m_AtlasSize: 1024 + m_AO: 0 + m_AOMaxDistance: 1 + m_CompAOExponent: 1 + m_CompAOExponentDirect: 0 + m_ExtractAmbientOcclusion: 0 + m_Padding: 2 + m_LightmapParameters: {fileID: 0} + m_LightmapsBakeMode: 1 + m_TextureCompression: 1 + m_FinalGather: 0 + m_FinalGatherFiltering: 1 + m_FinalGatherRayCount: 256 + m_ReflectionCompression: 2 + m_MixedBakeMode: 2 + m_BakeBackend: 1 + m_PVRSampling: 1 + m_PVRDirectSampleCount: 32 + m_PVRSampleCount: 512 + m_PVRBounces: 2 + m_PVREnvironmentSampleCount: 256 + m_PVREnvironmentReferencePointCount: 2048 + m_PVRFilteringMode: 1 + m_PVRDenoiserTypeDirect: 1 + m_PVRDenoiserTypeIndirect: 1 + m_PVRDenoiserTypeAO: 1 + m_PVRFilterTypeDirect: 0 + m_PVRFilterTypeIndirect: 0 + m_PVRFilterTypeAO: 0 + m_PVREnvironmentMIS: 1 + m_PVRCulling: 1 + m_PVRFilteringGaussRadiusDirect: 1 + m_PVRFilteringGaussRadiusIndirect: 5 + m_PVRFilteringGaussRadiusAO: 2 + m_PVRFilteringAtrousPositionSigmaDirect: 0.5 + m_PVRFilteringAtrousPositionSigmaIndirect: 2 + m_PVRFilteringAtrousPositionSigmaAO: 1 + m_ExportTrainingData: 0 + m_TrainingDataDestination: TrainingData + m_LightProbeSampleCountMultiplier: 4 + m_LightingDataAsset: {fileID: 0} + m_LightingSettings: {fileID: 0} +--- !u!196 &4 +NavMeshSettings: + serializedVersion: 2 + m_ObjectHideFlags: 0 + m_BuildSettings: + serializedVersion: 2 + agentTypeID: 0 + agentRadius: 0.5 + agentHeight: 2 + agentSlope: 45 + agentClimb: 0.4 + ledgeDropHeight: 0 + maxJumpAcrossDistance: 0 + minRegionArea: 2 + manualCellSize: 0 + cellSize: 0.16666667 + manualTileSize: 0 + tileSize: 256 + accuratePlacement: 0 + maxJobWorkers: 0 + preserveTilesOutsideBounds: 0 + debug: + m_Flags: 0 + m_NavMeshData: {fileID: 0} +--- !u!1 &151103364 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 151103365} + - component: {fileID: 151103367} + - component: {fileID: 151103366} + m_Layer: 5 + m_Name: LIndex + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &151103365 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 151103364} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 0.06, y: 0.06, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 327455928} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 9, y: -6.5} + m_SizeDelta: {x: 100, y: 100} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &151103366 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 151103364} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 100 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 1 + m_MaxSize: 100 + m_Alignment: 4 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 1 + m_VerticalOverflow: 1 + m_LineSpacing: 1 + m_Text: Straigh +--- !u!222 &151103367 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 151103364} + m_CullTransparentMesh: 1 +--- !u!1 &275489968 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 275489972} + - component: {fileID: 275489971} + - component: {fileID: 275489970} + - component: {fileID: 275489969} + m_Layer: 5 + m_Name: Canvas + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &275489969 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 275489968} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: dc42784cf147c0c48a680349fa168899, type: 3} + m_Name: + m_EditorClassIdentifier: + m_IgnoreReversedGraphics: 1 + m_BlockingObjects: 0 + m_BlockingMask: + serializedVersion: 2 + m_Bits: 4294967295 +--- !u!114 &275489970 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 275489968} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0cd44c1031e13a943bb63640046fad76, type: 3} + m_Name: + m_EditorClassIdentifier: + m_UiScaleMode: 0 + m_ReferencePixelsPerUnit: 100 + m_ScaleFactor: 1 + m_ReferenceResolution: {x: 800, y: 600} + m_ScreenMatchMode: 0 + m_MatchWidthOrHeight: 0 + m_PhysicalUnit: 3 + m_FallbackScreenDPI: 96 + m_DefaultSpriteDPI: 96 + m_DynamicPixelsPerUnit: 1 + m_PresetInfoIsWorld: 1 +--- !u!223 &275489971 +Canvas: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 275489968} + m_Enabled: 1 + serializedVersion: 3 + m_RenderMode: 2 + m_Camera: {fileID: 0} + m_PlaneDistance: 100 + m_PixelPerfect: 0 + m_ReceivesEvents: 1 + m_OverrideSorting: 0 + m_OverridePixelPerfect: 0 + m_SortingBucketNormalizedSize: 0 + m_AdditionalShaderChannelsFlag: 0 + m_SortingLayerID: 0 + m_SortingOrder: 0 + m_TargetDisplay: 0 +--- !u!224 &275489972 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 275489968} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 59.4} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 327455928} + - {fileID: 1855936104} + - {fileID: 1858893158} + - {fileID: 1360757072} + - {fileID: 2067184521} + m_Father: {fileID: 0} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 100, y: 100} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!1 &327455927 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 327455928} + m_Layer: 5 + m_Name: LeftHand + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &327455928 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 327455927} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 930489453} + - {fileID: 151103365} + - {fileID: 1299674666} + - {fileID: 1582388475} + - {fileID: 1617169773} + m_Father: {fileID: 275489972} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: -40, y: 20} + m_SizeDelta: {x: 100, y: 100} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!1 &450484719 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 450484721} + - component: {fileID: 450484720} + m_Layer: 0 + m_Name: Directional Light + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!108 &450484720 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 450484719} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 1 + m_Shape: 0 + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Intensity: 0.18 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 2 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 0.06 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!4 &450484721 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 450484719} + m_LocalRotation: {x: 0.40821788, y: -0.23456968, z: 0.10938163, w: 0.8754261} + m_LocalPosition: {x: 0, y: 3, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 50, y: -30, z: 0} +--- !u!1 &930489452 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 930489453} + - component: {fileID: 930489455} + - component: {fileID: 930489454} + m_Layer: 5 + m_Name: LThumb + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &930489453 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 930489452} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 0.06, y: 0.06, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 327455928} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 15, y: -15.6} + m_SizeDelta: {x: 100, y: 100} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &930489454 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 930489452} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 100 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 1 + m_MaxSize: 100 + m_Alignment: 4 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 1 + m_VerticalOverflow: 1 + m_LineSpacing: 1 + m_Text: Straigh +--- !u!222 &930489455 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 930489452} + m_CullTransparentMesh: 1 +--- !u!1 &1041605653 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1041605656} + - component: {fileID: 1041605655} + - component: {fileID: 1041605654} + m_Layer: 5 + m_Name: RIndex + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &1041605654 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1041605653} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 100 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 1 + m_MaxSize: 100 + m_Alignment: 4 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 1 + m_VerticalOverflow: 1 + m_LineSpacing: 1 + m_Text: Straigh +--- !u!222 &1041605655 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1041605653} + m_CullTransparentMesh: 1 +--- !u!224 &1041605656 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1041605653} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 0.06, y: 0.06, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 1855936104} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: -8.4, y: -7.5} + m_SizeDelta: {x: 100, y: 100} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!1 &1299674665 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1299674666} + - component: {fileID: 1299674668} + - component: {fileID: 1299674667} + m_Layer: 5 + m_Name: LMiddle + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1299674666 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1299674665} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 0.06, y: 0.06, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 327455928} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 100, y: 100} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1299674667 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1299674665} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 100 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 1 + m_MaxSize: 100 + m_Alignment: 4 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 1 + m_VerticalOverflow: 1 + m_LineSpacing: 1 + m_Text: Straigh +--- !u!222 &1299674668 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1299674665} + m_CullTransparentMesh: 1 +--- !u!1 &1360757071 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1360757072} + - component: {fileID: 1360757074} + - component: {fileID: 1360757073} + m_Layer: 5 + m_Name: CurrentGestureR + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1360757072 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1360757071} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 0.06, y: 0.06, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 275489972} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: -4, y: -8} + m_SizeDelta: {x: 100, y: 100} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1360757073 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1360757071} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0, g: 0, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 80 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 1 + m_MaxSize: 100 + m_Alignment: 4 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 1 + m_VerticalOverflow: 1 + m_LineSpacing: 1 + m_Text: +--- !u!222 &1360757074 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1360757071} + m_CullTransparentMesh: 1 +--- !u!1 &1576666847 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1576666850} + - component: {fileID: 1576666849} + - component: {fileID: 1576666848} + m_Layer: 5 + m_Name: RRing + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &1576666848 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1576666847} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 100 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 1 + m_MaxSize: 100 + m_Alignment: 4 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 1 + m_VerticalOverflow: 1 + m_LineSpacing: 1 + m_Text: Straigh +--- !u!222 &1576666849 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1576666847} + m_CullTransparentMesh: 1 +--- !u!224 &1576666850 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1576666847} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 0.06, y: 0.06, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 1855936104} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 17.2, y: -8.3} + m_SizeDelta: {x: 100, y: 100} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!1 &1582388474 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1582388475} + - component: {fileID: 1582388477} + - component: {fileID: 1582388476} + m_Layer: 5 + m_Name: LRing + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1582388475 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1582388474} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 0.06, y: 0.06, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 327455928} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: -12.5, y: -7.3} + m_SizeDelta: {x: 100, y: 100} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1582388476 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1582388474} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 100 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 1 + m_MaxSize: 100 + m_Alignment: 4 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 1 + m_VerticalOverflow: 1 + m_LineSpacing: 1 + m_Text: Straigh +--- !u!222 &1582388477 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1582388474} + m_CullTransparentMesh: 1 +--- !u!1 &1617169772 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1617169773} + - component: {fileID: 1617169775} + - component: {fileID: 1617169774} + m_Layer: 5 + m_Name: LPinky + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1617169773 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1617169772} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 0.06, y: 0.06, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 327455928} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: -23.5, y: -16.9} + m_SizeDelta: {x: 100, y: 100} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1617169774 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1617169772} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 100 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 1 + m_MaxSize: 100 + m_Alignment: 4 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 1 + m_VerticalOverflow: 1 + m_LineSpacing: 1 + m_Text: Straigh +--- !u!222 &1617169775 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1617169772} + m_CullTransparentMesh: 1 +--- !u!1 &1839543033 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1839543036} + - component: {fileID: 1839543035} + - component: {fileID: 1839543034} + m_Layer: 5 + m_Name: RThumb + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &1839543034 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1839543033} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 100 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 1 + m_MaxSize: 100 + m_Alignment: 4 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 1 + m_VerticalOverflow: 1 + m_LineSpacing: 1 + m_Text: Straigh +--- !u!222 &1839543035 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1839543033} + m_CullTransparentMesh: 1 +--- !u!224 &1839543036 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1839543033} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 0.06, y: 0.06, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 1855936104} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: -12.2, y: -15.9} + m_SizeDelta: {x: 100, y: 100} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!1 &1855936103 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1855936104} + m_Layer: 5 + m_Name: RightHand + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1855936104 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1855936103} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 1839543036} + - {fileID: 1041605656} + - {fileID: 1903820359} + - {fileID: 1576666850} + - {fileID: 2138407631} + m_Father: {fileID: 275489972} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 40, y: 20} + m_SizeDelta: {x: 100, y: 100} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!1 &1858893157 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1858893158} + - component: {fileID: 1858893160} + - component: {fileID: 1858893159} + m_Layer: 5 + m_Name: CurrentGestureL + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1858893158 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1858893157} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 0.06, y: 0.06, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 275489972} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: -4, y: -2} + m_SizeDelta: {x: 100, y: 100} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1858893159 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1858893157} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0, g: 0, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 80 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 1 + m_MaxSize: 100 + m_Alignment: 4 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 1 + m_VerticalOverflow: 1 + m_LineSpacing: 1 + m_Text: +--- !u!222 &1858893160 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1858893157} + m_CullTransparentMesh: 1 +--- !u!1 &1903820356 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1903820359} + - component: {fileID: 1903820358} + - component: {fileID: 1903820357} + m_Layer: 5 + m_Name: RMiddle + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &1903820357 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1903820356} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 100 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 1 + m_MaxSize: 100 + m_Alignment: 4 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 1 + m_VerticalOverflow: 1 + m_LineSpacing: 1 + m_Text: Straigh +--- !u!222 &1903820358 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1903820356} + m_CullTransparentMesh: 1 +--- !u!224 &1903820359 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1903820356} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 0.06, y: 0.06, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 1855936104} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 100, y: 100} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!1 &2067184520 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2067184521} + - component: {fileID: 2067184523} + - component: {fileID: 2067184522} + m_Layer: 5 + m_Name: CurrentGestureDual + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &2067184521 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2067184520} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 0.06, y: 0.06, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 275489972} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: -4, y: -14} + m_SizeDelta: {x: 100, y: 100} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &2067184522 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2067184520} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0, g: 0, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 80 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 1 + m_MaxSize: 100 + m_Alignment: 4 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 1 + m_VerticalOverflow: 1 + m_LineSpacing: 1 + m_Text: +--- !u!222 &2067184523 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2067184520} + m_CullTransparentMesh: 1 +--- !u!1 &2096777851 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2096777854} + - component: {fileID: 2096777853} + - component: {fileID: 2096777855} + m_Layer: 0 + m_Name: EventSystem + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &2096777853 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2096777851} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 76c392e42b5098c458856cdf6ecaaaa1, type: 3} + m_Name: + m_EditorClassIdentifier: + m_FirstSelected: {fileID: 0} + m_sendNavigationEvents: 1 + m_DragThreshold: 10 +--- !u!4 &2096777854 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2096777851} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 5 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &2096777855 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2096777851} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 01614664b831546d2ae94a42149d80ac, type: 3} + m_Name: + m_EditorClassIdentifier: + m_SendPointerHoverToParent: 1 + m_MoveRepeatDelay: 0.5 + m_MoveRepeatRate: 0.1 + m_XRTrackingOrigin: {fileID: 0} + m_ActionsAsset: {fileID: -944628639613478452, guid: ca9f5fa95ffab41fb9a615ab714db018, type: 3} + m_PointAction: {fileID: -1654692200621890270, guid: ca9f5fa95ffab41fb9a615ab714db018, type: 3} + m_MoveAction: {fileID: -8784545083839296357, guid: ca9f5fa95ffab41fb9a615ab714db018, type: 3} + m_SubmitAction: {fileID: 392368643174621059, guid: ca9f5fa95ffab41fb9a615ab714db018, type: 3} + m_CancelAction: {fileID: 7727032971491509709, guid: ca9f5fa95ffab41fb9a615ab714db018, type: 3} + m_LeftClickAction: {fileID: 3001919216989983466, guid: ca9f5fa95ffab41fb9a615ab714db018, type: 3} + m_MiddleClickAction: {fileID: -2185481485913320682, guid: ca9f5fa95ffab41fb9a615ab714db018, type: 3} + m_RightClickAction: {fileID: -4090225696740746782, guid: ca9f5fa95ffab41fb9a615ab714db018, type: 3} + m_ScrollWheelAction: {fileID: 6240969308177333660, guid: ca9f5fa95ffab41fb9a615ab714db018, type: 3} + m_TrackedDevicePositionAction: {fileID: 6564999863303420839, guid: ca9f5fa95ffab41fb9a615ab714db018, type: 3} + m_TrackedDeviceOrientationAction: {fileID: 7970375526676320489, guid: ca9f5fa95ffab41fb9a615ab714db018, type: 3} + m_DeselectOnBackgroundClick: 1 + m_PointerBehavior: 0 + m_CursorLockBehavior: 0 +--- !u!1 &2138407628 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2138407631} + - component: {fileID: 2138407630} + - component: {fileID: 2138407629} + m_Layer: 5 + m_Name: RPinky + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &2138407629 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2138407628} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 100 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 1 + m_MaxSize: 100 + m_Alignment: 4 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 1 + m_VerticalOverflow: 1 + m_LineSpacing: 1 + m_Text: Straigh +--- !u!222 &2138407630 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2138407628} + m_CullTransparentMesh: 1 +--- !u!224 &2138407631 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2138407628} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 0.06, y: 0.06, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 1855936104} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 28.4, y: -17.1} + m_SizeDelta: {x: 100, y: 100} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!4 &49066344389247063 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7921376945912578322} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 87794116744875968} + - {fileID: 4621001158432644887} + - {fileID: 3656804841239218392} + - {fileID: 8007052680323841817} + - {fileID: 3883043776635694327} + - {fileID: 6588308486796919708} + m_Father: {fileID: 4670789099275999091} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &49066346144378107 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7921376944266259902} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 87794117082456940} + - {fileID: 4621001160208741307} + - {fileID: 3656804839932634228} + - {fileID: 8007052679633802165} + - {fileID: 3883043775773818971} + - {fileID: 6588308488334339888} + m_Father: {fileID: 4670789098368138207} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &87794116744875968 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3731389504424006646} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0.00397, z: 0.049999993} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 49066344389247063} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &87794117082456940 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3731389506242445146} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0.00397, z: 0.049999993} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 49066346144378107} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &392941545746687858 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6588308488334339888} + m_Layer: 0 + m_Name: WaveBone_21 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &392941547770498014 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6588308486796919708} + m_Layer: 0 + m_Name: WaveBone_21 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &589809262362687318 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5364562123846544504} + m_Layer: 0 + m_Name: WaveBone_24 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &589809262889262074 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5364562124133646548} + m_Layer: 0 + m_Name: WaveBone_24 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &659908916154008741 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4798459372366286897} + m_Layer: 0 + m_Name: WaveBone_9 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &659908916575610889 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4798459372666256541} + m_Layer: 0 + m_Name: WaveBone_9 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &978260269509384460 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5764075281366802990} + m_LocalRotation: {x: 0, y: 0.05233596, z: -0, w: 0.9986295} + m_LocalPosition: {x: 0.004897535, y: -0.000003847575, z: 0.057437394} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 4445759347596387369} + m_Father: {fileID: 6588308488334339888} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &978260269847229856 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5764075280680963714} + m_LocalRotation: {x: 0, y: -0.05233605, z: -0, w: 0.9986295} + m_LocalPosition: {x: -0.004897486, y: -0.0000038499998, z: 0.057437394} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 4445759346042325125} + m_Father: {fileID: 6588308486796919708} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &1343345302994624028 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3797308889892818898} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0.000004611376, z: 0.06379094} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 1554471577282193924} + m_Father: {fileID: 8007052679633802165} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &1343345304749748912 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3797308887864812414} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0.00000461, z: 0.063790895} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 1554471576164599464} + m_Father: {fileID: 8007052680323841817} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &1554471576164599464 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4124186957453162301} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0, z: 0.044607} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 8394439186136625187} + m_Father: {fileID: 1343345304749748912} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &1554471577282193924 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4124186956570057617} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0, z: 0.044606555} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 8394439185522089103} + m_Father: {fileID: 1343345302994624028} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1622897296128668095 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2652417399041862496} + m_Layer: 0 + m_Name: WaveBone_20 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &1622897297917730067 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2652417398977038284} + m_Layer: 0 + m_Name: WaveBone_20 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &1741352715867110795 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7961494816535707538} + m_Layer: 0 + m_Name: WaveBone_10 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &1741352716607197479 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7961494817989088062} + m_Layer: 0 + m_Name: WaveBone_10 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &1800467000593774053 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2539679888544824085} + m_Layer: 0 + m_Name: WaveBone_3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &1800467001661413705 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2539679889620588473} + m_Layer: 0 + m_Name: WaveBone_3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!137 &2528741790591055985 +SkinnedMeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7685070865225509596} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 3 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 8748892135801146194, guid: 4b93f9fc38201404a86f511a046c3c07, type: 3} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + serializedVersion: 2 + m_Quality: 0 + m_UpdateWhenOffscreen: 0 + m_SkinnedMotionVectors: 1 + m_Mesh: {fileID: -4584993129147218460, guid: 4b93f9fc38201404a86f511a046c3c07, type: 3} + m_Bones: + - {fileID: 49066346144378107} + - {fileID: 87794117082456940} + - {fileID: 4621001160208741307} + - {fileID: 2539679888544824085} + - {fileID: 7415328322842536570} + - {fileID: 3984762743298269807} + - {fileID: 3656804839932634228} + - {fileID: 8964073159439193132} + - {fileID: 3228156510180688250} + - {fileID: 4798459372666256541} + - {fileID: 7961494816535707538} + - {fileID: 8007052679633802165} + - {fileID: 1343345302994624028} + - {fileID: 1554471577282193924} + - {fileID: 8394439185522089103} + - {fileID: 7957056647373904283} + - {fileID: 3883043775773818971} + - {fileID: 5465495878904597151} + - {fileID: 8106809723671154955} + - {fileID: 7480558630337216076} + - {fileID: 2652417399041862496} + - {fileID: 6588308488334339888} + - {fileID: 978260269509384460} + - {fileID: 4445759347596387369} + - {fileID: 5364562123846544504} + - {fileID: 4907044209582848725} + m_BlendShapeWeights: [] + m_RootBone: {fileID: 49066346144378107} + m_AABB: + m_Center: {x: -0.0156080015, y: -0.013282664, z: 0.07335154} + m_Extent: {x: 0.085513175, y: 0.06435382, z: 0.1023295} + m_DirtyAABB: 0 +--- !u!4 &2539679888544824085 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1800467000593774053} + m_LocalRotation: {x: -0.000000021054184, y: 0.000000008864696, z: -0.000000003735039, w: 1} + m_LocalPosition: {x: 1.9428903e-18, y: 0, z: 0.027230442} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 7415328322842536570} + m_Father: {fileID: 4621001160208741307} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &2539679889620588473 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1800467001661413705} + m_LocalRotation: {x: -0.000000021054184, y: -0.000000008864696, z: 0.000000003735039, w: 1} + m_LocalPosition: {x: -0.000000057982064, y: -0.000000042818513, z: 0.027230436} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 7415328322307950294} + m_Father: {fileID: 4621001158432644887} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &2652417398977038284 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1622897297917730067} + m_LocalRotation: {x: 0, y: 0.000000016185927, z: -0, w: 1} + m_LocalPosition: {x: -0.000000012129156, y: 0, z: 0.017740695} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 7480558629978395360} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &2652417399041862496 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1622897296128668095} + m_LocalRotation: {x: 0, y: -0.000000016185927, z: -0, w: 1} + m_LocalPosition: {x: 2.6367797e-18, y: 5.551115e-19, z: 0.017740877} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 7480558630337216076} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &2687802455244302964 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8007052680323841817} + m_Layer: 0 + m_Name: WaveBone_11 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &2687802455938385624 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8007052679633802165} + m_Layer: 0 + m_Name: WaveBone_11 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3228156510180688250 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7488105800912328038} + m_LocalRotation: {x: 0, y: -5.8970606e-10, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0, z: 0.036917467} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 4798459372666256541} + m_Father: {fileID: 8964073159439193132} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &3228156511633829334 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7488105799840496074} + m_LocalRotation: {x: 0, y: 5.8970606e-10, z: -0, w: 1} + m_LocalPosition: {x: -0.00000001243968, y: 5.551115e-19, z: 0.036917336} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 4798459372366286897} + m_Father: {fileID: 8964073157528893568} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &3344045601508515674 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8989925082181660205} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4670789099275999091} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &3435795574731223968 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4621001160208741307} + m_Layer: 0 + m_Name: WaveBone_2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &3435795575781826316 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4621001158432644887} + m_Layer: 0 + m_Name: WaveBone_2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3656804839932634228 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7493504709288527508} + m_LocalRotation: {x: 0, y: -0.04361953, z: -0, w: 0.99904823} + m_LocalPosition: {x: -0.012360506, y: 0.0032300001, z: 0.016998958} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 8964073159439193132} + m_Father: {fileID: 49066346144378107} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &3656804841239218392 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7493504709831895608} + m_LocalRotation: {x: 0, y: 0.043619387, z: -0, w: 0.99904823} + m_LocalPosition: {x: 0.012359999, y: 0.0032300001, z: 0.017} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 8964073157528893568} + m_Father: {fileID: 49066344389247063} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &3731389504424006646 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 87794116744875968} + m_Layer: 0 + m_Name: WaveBone_0 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &3731389506242445146 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 87794117082456940} + m_Layer: 0 + m_Name: WaveBone_0 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &3797308887864812414 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1343345304749748912} + m_Layer: 0 + m_Name: WaveBone_12 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &3797308889892818898 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1343345302994624028} + m_Layer: 0 + m_Name: WaveBone_12 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3883043775773818971 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5414028485071021348} + m_LocalRotation: {x: 0, y: 0.08715574, z: -0, w: 0.9961947} + m_LocalPosition: {x: 0.0071163843, y: 0.0018999999, z: 0.0169597} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 5465495878904597151} + m_Father: {fileID: 49066346144378107} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &3883043776635694327 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5414028483441592712} + m_LocalRotation: {x: 0, y: -0.087155886, z: -0, w: 0.9961947} + m_LocalPosition: {x: -0.00711639, y: 0.0018999999, z: 0.0169597} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 5465495877849933363} + m_Father: {fileID: 49066344389247063} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &3984762742608367299 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7263630593114586287} + m_LocalRotation: {x: -0.000000021054184, y: -0.000000008864696, z: 0.000000003735039, w: 1} + m_LocalPosition: {x: 0.000000025409303, y: 0, z: 0.023122517} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 7415328322307950294} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &3984762743298269807 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7263630593037045763} + m_LocalRotation: {x: -0.000000021054184, y: 0.000000008864696, z: -0.000000003735039, w: 1} + m_LocalPosition: {x: -0, y: 0, z: 0.023122517} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 7415328322842536570} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!137 &4018617924666829197 +SkinnedMeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8989925082181660205} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 3 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 8748892135801146194, guid: bb55006161a6148468c926a75a6f2da1, type: 3} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + serializedVersion: 2 + m_Quality: 0 + m_UpdateWhenOffscreen: 0 + m_SkinnedMotionVectors: 1 + m_Mesh: {fileID: 26486974624506084, guid: bb55006161a6148468c926a75a6f2da1, type: 3} + m_Bones: + - {fileID: 49066344389247063} + - {fileID: 87794116744875968} + - {fileID: 4621001158432644887} + - {fileID: 2539679889620588473} + - {fileID: 7415328322307950294} + - {fileID: 3984762742608367299} + - {fileID: 3656804841239218392} + - {fileID: 8964073157528893568} + - {fileID: 3228156511633829334} + - {fileID: 4798459372366286897} + - {fileID: 7961494817989088062} + - {fileID: 8007052680323841817} + - {fileID: 1343345304749748912} + - {fileID: 1554471576164599464} + - {fileID: 8394439186136625187} + - {fileID: 7957056646956643639} + - {fileID: 3883043776635694327} + - {fileID: 5465495877849933363} + - {fileID: 8106809722024836519} + - {fileID: 7480558629978395360} + - {fileID: 2652417398977038284} + - {fileID: 6588308486796919708} + - {fileID: 978260269847229856} + - {fileID: 4445759346042325125} + - {fileID: 5364562124133646548} + - {fileID: 4907044209538733689} + m_BlendShapeWeights: [] + m_RootBone: {fileID: 49066344389247063} + m_AABB: + m_Center: {x: 0.015607994, y: -0.01328267, z: 0.07335154} + m_Extent: {x: 0.085513204, y: 0.06435383, z: 0.1023295} + m_DirtyAABB: 0 +--- !u!1 &4106666293077241837 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4106666293077241839} + - component: {fileID: 4106666293077241838} + m_Layer: 0 + m_Name: VRSInputManager + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!114 &4106666293077241838 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4106666293077241837} + m_Enabled: 0 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 81abe82c07d949d428233b4e118ceaca, type: 3} + m_Name: + m_EditorClassIdentifier: + ActionAsset: {fileID: -944628639613478452, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + ButtonReferences: + - {fileID: -8514278639596572500, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + - {fileID: 6454596279149084813, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + - {fileID: -3683315366864426127, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + - {fileID: 11711766586467970, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + - {fileID: -1644001223835636349, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + - {fileID: -2169729131751125950, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + - {fileID: 6986180202050166755, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + - {fileID: -149401235567842990, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + - {fileID: 5113088590926889233, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + - {fileID: -631344258065148156, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + PositionReferences: + - {fileID: -8330880175803813698, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + - {fileID: -5730229631511484051, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + - {fileID: 7443918988805782556, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + - {fileID: 1805487408676636314, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + - {fileID: 9019252231132517785, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + RotationReferences: + - {fileID: 3113219943245244623, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + - {fileID: -5246335118593862002, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + - {fileID: 7542131730279260107, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + - {fileID: -3341103204585363708, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + - {fileID: -22420666449113973, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + JoysitckReferences: + - {fileID: 7596212294181904713, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + - {fileID: 7596212294181904713, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + - {fileID: 3396702884570900202, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} +--- !u!4 &4106666293077241839 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4106666293077241837} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: -0.20003967, y: 0.3311797, z: 1.3696996} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &4124186956570057617 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1554471577282193924} + m_Layer: 0 + m_Name: WaveBone_13 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &4124186957453162301 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1554471576164599464} + m_Layer: 0 + m_Name: WaveBone_13 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4445759346042325125 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9073095391679975908} + m_LocalRotation: {x: 0, y: -0.000000013639754, z: -0, w: 1} + m_LocalPosition: {x: 0.000000057385858, y: -5.551115e-19, z: 0.03276759} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 5364562124133646548} + m_Father: {fileID: 978260269847229856} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &4445759347596387369 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9073095389723409736} + m_LocalRotation: {x: 0, y: 0.000000013639754, z: -0, w: 1} + m_LocalPosition: {x: -3.5457745e-17, y: 0, z: 0.03276757} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 5364562123846544504} + m_Father: {fileID: 978260269509384460} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &4621001158432644887 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3435795575781826316} + m_LocalRotation: {x: -0.06383911, y: 0.37579426, z: -0.5325287, w: 0.7557225} + m_LocalPosition: {x: 0.0254765, y: -0.0120447, z: 0.0222349} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 2539679889620588473} + m_Father: {fileID: 49066344389247063} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &4621001160208741307 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3435795574731223968} + m_LocalRotation: {x: -0.06383919, y: -0.3757943, z: 0.53252876, w: 0.75572234} + m_LocalPosition: {x: -0.025476506, y: -0.012044685, z: 0.022234933} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 2539679888544824085} + m_Father: {fileID: 49066346144378107} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &4670789098368138207 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5447712177564655973} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 6675795685856352163} + - {fileID: 49066346144378107} + m_Father: {fileID: 5539030538128462962} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &4670789099275999091 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5447712177621077449} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 3344045601508515674} + - {fileID: 49066344389247063} + m_Father: {fileID: 5539030538439658821} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &4798459372366286897 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 659908916154008741} + m_LocalRotation: {x: 0, y: 5.8970606e-10, z: -0, w: 1} + m_LocalPosition: {x: -0.000000027677753, y: 0, z: 0.021635517} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 7961494817989088062} + m_Father: {fileID: 3228156511633829334} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &4798459372666256541 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 659908916575610889} + m_LocalRotation: {x: 0, y: -5.8970606e-10, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0, z: 0.021635288} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 7961494816535707538} + m_Father: {fileID: 3228156510180688250} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &4907044209538733689 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9184916034629650378} + m_LocalRotation: {x: 0, y: -0.000000013639754, z: -0, w: 1} + m_LocalPosition: {x: 0.00000005765615, y: 0, z: 0.013883088} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 5364562124133646548} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &4907044209582848725 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9184916034631560038} + m_LocalRotation: {x: 0, y: 0.000000013639754, z: -0, w: 1} + m_LocalPosition: {x: 1.179612e-18, y: -5.551115e-19, z: 0.013883025} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 5364562123846544504} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &5141774374539473053 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7921376945912578322} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ca7877d3d353b014c9a3823dba629e4e, type: 3} + m_Name: + m_EditorClassIdentifier: + Hand: 1 +--- !u!114 &5141774375422434345 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7921376944266259902} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ca7877d3d353b014c9a3823dba629e4e, type: 3} + m_Name: + m_EditorClassIdentifier: + Hand: 2 +--- !u!1 &5207927253869555317 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8964073159439193132} + m_Layer: 0 + m_Name: WaveBone_7 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &5207927254979134169 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8964073157528893568} + m_Layer: 0 + m_Name: WaveBone_7 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5364562123846544504 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 589809262362687318} + m_LocalRotation: {x: 0, y: 0.000000013639754, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0, z: 0.01670972} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 4907044209582848725} + m_Father: {fileID: 4445759347596387369} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &5364562124133646548 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 589809262889262074} + m_LocalRotation: {x: 0, y: -0.000000013639754, z: -0, w: 1} + m_LocalPosition: {x: -0.00000009132867, y: -1.110223e-18, z: 0.016709683} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 4907044209538733689} + m_Father: {fileID: 4445759346042325125} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &5414028483441592712 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3883043776635694327} + m_Layer: 0 + m_Name: WaveBone_16 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &5414028485071021348 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3883043775773818971} + m_Layer: 0 + m_Name: WaveBone_16 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &5447712177564655973 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4670789098368138207} + m_Layer: 0 + m_Name: WVRRightHand_1106_ASCII + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &5447712177621077449 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4670789099275999091} + m_Layer: 0 + m_Name: WVRLeftHand_1106_ASCII + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5465495877849933363 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6701079473063683920} + m_LocalRotation: {x: 0, y: -0.026176952, z: -0, w: 0.99965733} + m_LocalPosition: {x: 0.000588244, y: 2.7755575e-19, z: 0.06025354} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 8106809722024836519} + m_Father: {fileID: 3883043776635694327} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &5465495878904597151 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6701079471870200828} + m_LocalRotation: {x: 0, y: 0.02617695, z: -0, w: 0.99965733} + m_LocalPosition: {x: -0.000588239, y: 1.6930902e-17, z: 0.06025354} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 8106809723671154955} + m_Father: {fileID: 3883043775773818971} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &5539030536792402980 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5539030536792402983} + m_Layer: 0 + m_Name: VRSRig_withHand + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5539030536792402983 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5539030536792402980} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 1, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 5539030537771738487} + - {fileID: 5539030538439658821} + - {fileID: 5539030538128462962} + m_Father: {fileID: 0} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &5539030537771738484 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5539030537771738487} + - component: {fileID: 5539030537771738486} + m_Layer: 0 + m_Name: Head + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &5539030537771738486 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5539030537771738484} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: c2fadf230d1919748a9aa21d40f74619, type: 3} + m_Name: + m_EditorClassIdentifier: + m_TrackingType: 0 + m_UpdateType: 0 + m_PositionInput: + m_UseReference: 0 + m_Action: + m_Name: Position Input + m_Type: 0 + m_ExpectedControlType: + m_Id: 8e06ed06-6112-42be-87d6-d5026d7a4ea2 + m_Processors: + m_Interactions: + m_SingletonActionBindings: + - m_Name: + m_Id: c04d31c0-3412-4b69-a150-aa498a00f6b9 + m_Path: /centerEyePosition + m_Interactions: + m_Processors: + m_Groups: + m_Action: Position Input + m_Flags: 0 + m_Flags: 0 + m_Reference: {fileID: 0} + m_RotationInput: + m_UseReference: 0 + m_Action: + m_Name: Rotation Input + m_Type: 0 + m_ExpectedControlType: + m_Id: a8ed0b97-2937-4a6d-bfa4-2d2e584bd810 + m_Processors: + m_Interactions: + m_SingletonActionBindings: + - m_Name: + m_Id: 50520fb7-94fe-47c3-9b00-872ac98adcd7 + m_Path: /centerEyeRotation + m_Interactions: + m_Processors: + m_Groups: + m_Action: Rotation Input + m_Flags: 0 + m_Flags: 0 + m_Reference: {fileID: 0} + m_PositionAction: + m_Name: + m_Type: 0 + m_ExpectedControlType: + m_Id: + m_Processors: + m_Interactions: + m_SingletonActionBindings: [] + m_Flags: 0 + m_RotationAction: + m_Name: + m_Type: 0 + m_ExpectedControlType: + m_Id: + m_Processors: + m_Interactions: + m_SingletonActionBindings: [] + m_Flags: 0 + m_HasMigratedActions: 1 +--- !u!4 &5539030537771738487 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5539030537771738484} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 5539030538223230021} + m_Father: {fileID: 5539030536792402983} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &5539030538128462962 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5539030538128462963} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 4670789098368138207} + m_Father: {fileID: 5539030536792402983} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &5539030538128462963 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5539030538128462962} + m_Layer: 0 + m_Name: RightHand + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &5539030538223230016 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5539030538223230021} + - component: {fileID: 5539030538223230018} + - component: {fileID: 5539030538223230019} + m_Layer: 0 + m_Name: Main Camera + m_TagString: MainCamera + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!20 &5539030538223230018 +Camera: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5539030538223230016} + m_Enabled: 1 + serializedVersion: 2 + m_ClearFlags: 1 + m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} + m_projectionMatrixMode: 1 + m_GateFitMode: 2 + m_FOVAxisMode: 0 + m_SensorSize: {x: 36, y: 24} + m_LensShift: {x: 0, y: 0} + m_FocalLength: 50 + m_NormalizedViewPortRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 1 + height: 1 + near clip plane: 0.01 + far clip plane: 1000 + field of view: 60 + orthographic: 0 + orthographic size: 5 + m_Depth: -1 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingPath: -1 + m_TargetTexture: {fileID: 0} + m_TargetDisplay: 0 + m_TargetEye: 3 + m_HDR: 1 + m_AllowMSAA: 1 + m_AllowDynamicResolution: 0 + m_ForceIntoRT: 0 + m_OcclusionCulling: 1 + m_StereoConvergence: 10 + m_StereoSeparation: 0.022 +--- !u!81 &5539030538223230019 +AudioListener: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5539030538223230016} + m_Enabled: 1 +--- !u!4 &5539030538223230021 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5539030538223230016} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 5539030537771738487} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &5539030538439658818 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5539030538439658821} + m_Layer: 0 + m_Name: LeftHand + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5539030538439658821 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5539030538439658818} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 4670789099275999091} + m_Father: {fileID: 5539030536792402983} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &5764075280680963714 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 978260269847229856} + m_Layer: 0 + m_Name: WaveBone_22 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &5764075281366802990 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 978260269509384460} + m_Layer: 0 + m_Name: WaveBone_22 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &6365178220691677267 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7957056647373904283} + m_Layer: 0 + m_Name: WaveBone_15 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &6365178222019235071 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7957056646956643639} + m_Layer: 0 + m_Name: WaveBone_15 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6588308486796919708 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 392941547770498014} + m_LocalRotation: {x: 0, y: -0.13052633, z: -0, w: 0.9914449} + m_LocalPosition: {x: -0.0135035, y: -0.00377, z: 0.0140873} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 978260269847229856} + m_Father: {fileID: 49066344389247063} + m_RootOrder: 5 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &6588308488334339888 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 392941545746687858} + m_LocalRotation: {x: 0, y: 0.13052619, z: -0, w: 0.9914449} + m_LocalPosition: {x: 0.013503451, y: -0.00377, z: 0.014087308} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 978260269509384460} + m_Father: {fileID: 49066346144378107} + m_RootOrder: 5 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &6611812820623940120 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7480558630337216076} + m_Layer: 0 + m_Name: WaveBone_19 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &6611812820668053172 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7480558629978395360} + m_Layer: 0 + m_Name: WaveBone_19 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6675795685856352163 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7685070865225509596} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4670789098368138207} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &6701079471870200828 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5465495878904597151} + m_Layer: 0 + m_Name: WaveBone_17 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &6701079473063683920 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5465495877849933363} + m_Layer: 0 + m_Name: WaveBone_17 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &7263630593037045763 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3984762743298269807} + m_Layer: 0 + m_Name: WaveBone_5 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &7263630593114586287 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3984762742608367299} + m_Layer: 0 + m_Name: WaveBone_5 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7415328322307950294 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7484387719743750928} + m_LocalRotation: {x: -0.000000021054184, y: -0.000000008864696, z: 0.000000003735039, w: 1} + m_LocalPosition: {x: 0.0000000052095652, y: 0.00000006315744, z: 0.0318595} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 3984762742608367299} + m_Father: {fileID: 2539679889620588473} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &7415328322842536570 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7484387720664215484} + m_LocalRotation: {x: -0.000000021054184, y: 0.000000008864696, z: -0.000000003735039, w: 1} + m_LocalPosition: {x: -0, y: 1.7555401e-17, z: 0.03185946} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 3984762743298269807} + m_Father: {fileID: 2539679888544824085} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &7480558629978395360 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6611812820668053172} + m_LocalRotation: {x: 0, y: 0.000000016185927, z: -0, w: 1} + m_LocalPosition: {x: 0.000000044050683, y: 0, z: 0.022088105} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 2652417398977038284} + m_Father: {fileID: 8106809722024836519} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &7480558630337216076 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6611812820623940120} + m_LocalRotation: {x: 0, y: -0.000000016185927, z: -0, w: 1} + m_LocalPosition: {x: 6.8348098e-18, y: -2.7755575e-19, z: 0.022087883} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 2652417399041862496} + m_Father: {fileID: 8106809723671154955} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7484387719743750928 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7415328322307950294} + m_Layer: 0 + m_Name: WaveBone_4 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &7484387720664215484 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7415328322842536570} + m_Layer: 0 + m_Name: WaveBone_4 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &7488105799840496074 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3228156511633829334} + m_Layer: 0 + m_Name: WaveBone_8 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &7488105800912328038 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3228156510180688250} + m_Layer: 0 + m_Name: WaveBone_8 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &7493504709288527508 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3656804839932634228} + m_Layer: 0 + m_Name: WaveBone_6 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &7493504709831895608 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3656804841239218392} + m_Layer: 0 + m_Name: WaveBone_6 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &7685070865225509596 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6675795685856352163} + - component: {fileID: 2528741790591055985} + m_Layer: 0 + m_Name: RightHand_mesh + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &7763704999221091073 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8394439186136625187} + m_Layer: 0 + m_Name: WaveBone_14 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &7763705000447735725 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8394439185522089103} + m_Layer: 0 + m_Name: WaveBone_14 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &7892324040240457472 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8106809722024836519} + m_Layer: 0 + m_Name: WaveBone_18 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &7892324040548666284 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8106809723671154955} + m_Layer: 0 + m_Name: WaveBone_18 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &7921376944266259902 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 49066346144378107} + - component: {fileID: 5141774375422434345} + m_Layer: 0 + m_Name: WaveBone_1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &7921376945912578322 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 49066344389247063} + - component: {fileID: 5141774374539473053} + m_Layer: 0 + m_Name: WaveBone_1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7957056646956643639 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6365178222019235071} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0, z: 0.019652} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 8394439186136625187} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &7957056647373904283 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6365178220691677267} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0, z: 0.019652199} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 8394439185522089103} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &7961494816535707538 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1741352715867110795} + m_LocalRotation: {x: 0, y: -5.8970606e-10, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0, z: 0.018689794} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4798459372666256541} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &7961494817989088062 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1741352716607197479} + m_LocalRotation: {x: 0, y: 5.8970606e-10, z: -0, w: 1} + m_LocalPosition: {x: 0.00000012688022, y: 0, z: 0.018689394} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4798459372366286897} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &8007052679633802165 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2687802455938385624} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0.00397, z: 0.01750906} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 1343345302994624028} + m_Father: {fileID: 49066346144378107} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &8007052680323841817 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2687802455244302964} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0.00397, z: 0.017509101} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 1343345304749748912} + m_Father: {fileID: 49066344389247063} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &8106809722024836519 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7892324040240457472} + m_LocalRotation: {x: 0, y: 0.000000016185927, z: -0, w: 1} + m_LocalPosition: {x: -0.000000109315906, y: 0, z: 0.04255367} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 7480558629978395360} + m_Father: {fileID: 5465495877849933363} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &8106809723671154955 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7892324040548666284} + m_LocalRotation: {x: 0, y: -0.000000016185927, z: -0, w: 1} + m_LocalPosition: {x: -1.56819e-17, y: 0, z: 0.04255416} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 7480558630337216076} + m_Father: {fileID: 5465495878904597151} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &8394439185522089103 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7763705000447735725} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0, z: 0.023476472} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 7957056647373904283} + m_Father: {fileID: 1554471577282193924} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &8394439186136625187 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7763704999221091073} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0, z: 0.023475999} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 7957056646956643639} + m_Father: {fileID: 1554471576164599464} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &8419823201772781682 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 8419823203306955648, guid: d40280e42e98ad344b4cc9286448e6ff, type: 3} + propertyPath: m_RootOrder + value: 2 + objectReference: {fileID: 0} + - target: {fileID: 8419823203306955648, guid: d40280e42e98ad344b4cc9286448e6ff, type: 3} + propertyPath: m_LocalPosition.x + value: -0.63137037 + objectReference: {fileID: 0} + - target: {fileID: 8419823203306955648, guid: d40280e42e98ad344b4cc9286448e6ff, type: 3} + propertyPath: m_LocalPosition.y + value: 1.8553617 + objectReference: {fileID: 0} + - target: {fileID: 8419823203306955648, guid: d40280e42e98ad344b4cc9286448e6ff, type: 3} + propertyPath: m_LocalPosition.z + value: -2.3483706 + objectReference: {fileID: 0} + - target: {fileID: 8419823203306955648, guid: d40280e42e98ad344b4cc9286448e6ff, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 8419823203306955648, guid: d40280e42e98ad344b4cc9286448e6ff, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8419823203306955648, guid: d40280e42e98ad344b4cc9286448e6ff, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8419823203306955648, guid: d40280e42e98ad344b4cc9286448e6ff, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8419823203306955648, guid: d40280e42e98ad344b4cc9286448e6ff, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8419823203306955648, guid: d40280e42e98ad344b4cc9286448e6ff, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8419823203306955648, guid: d40280e42e98ad344b4cc9286448e6ff, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8419823203306955651, guid: d40280e42e98ad344b4cc9286448e6ff, type: 3} + propertyPath: CurrentGestureL + value: + objectReference: {fileID: 1858893159} + - target: {fileID: 8419823203306955651, guid: d40280e42e98ad344b4cc9286448e6ff, type: 3} + propertyPath: CurrentGestureR + value: + objectReference: {fileID: 1360757073} + - target: {fileID: 8419823203306955651, guid: d40280e42e98ad344b4cc9286448e6ff, type: 3} + propertyPath: CurrentGestureDual + value: + objectReference: {fileID: 2067184522} + - target: {fileID: 8419823203306955651, guid: d40280e42e98ad344b4cc9286448e6ff, type: 3} + propertyPath: LFingers.Array.data[0] + value: + objectReference: {fileID: 930489454} + - target: {fileID: 8419823203306955651, guid: d40280e42e98ad344b4cc9286448e6ff, type: 3} + propertyPath: LFingers.Array.data[1] + value: + objectReference: {fileID: 151103366} + - target: {fileID: 8419823203306955651, guid: d40280e42e98ad344b4cc9286448e6ff, type: 3} + propertyPath: LFingers.Array.data[2] + value: + objectReference: {fileID: 1299674667} + - target: {fileID: 8419823203306955651, guid: d40280e42e98ad344b4cc9286448e6ff, type: 3} + propertyPath: LFingers.Array.data[3] + value: + objectReference: {fileID: 1582388476} + - target: {fileID: 8419823203306955651, guid: d40280e42e98ad344b4cc9286448e6ff, type: 3} + propertyPath: LFingers.Array.data[4] + value: + objectReference: {fileID: 1617169774} + - target: {fileID: 8419823203306955651, guid: d40280e42e98ad344b4cc9286448e6ff, type: 3} + propertyPath: RFingers.Array.data[0] + value: + objectReference: {fileID: 1839543034} + - target: {fileID: 8419823203306955651, guid: d40280e42e98ad344b4cc9286448e6ff, type: 3} + propertyPath: RFingers.Array.data[1] + value: + objectReference: {fileID: 1041605654} + - target: {fileID: 8419823203306955651, guid: d40280e42e98ad344b4cc9286448e6ff, type: 3} + propertyPath: RFingers.Array.data[2] + value: + objectReference: {fileID: 1903820357} + - target: {fileID: 8419823203306955651, guid: d40280e42e98ad344b4cc9286448e6ff, type: 3} + propertyPath: RFingers.Array.data[3] + value: + objectReference: {fileID: 1576666848} + - target: {fileID: 8419823203306955651, guid: d40280e42e98ad344b4cc9286448e6ff, type: 3} + propertyPath: RFingers.Array.data[4] + value: + objectReference: {fileID: 2138407629} + - target: {fileID: 8419823203306955676, guid: d40280e42e98ad344b4cc9286448e6ff, type: 3} + propertyPath: m_Name + value: CustomGestureDefiner + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: d40280e42e98ad344b4cc9286448e6ff, type: 3} +--- !u!4 &8964073157528893568 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5207927254979134169} + m_LocalRotation: {x: 0, y: 0.008726535, z: -0, w: 0.9999619} + m_LocalPosition: {x: 0.0021501528, y: -0.0000038899993, z: 0.06502875} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 3228156511633829334} + m_Father: {fileID: 3656804841239218392} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &8964073159439193132 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5207927253869555317} + m_LocalRotation: {x: 0, y: -0.008726637, z: -0, w: 0.9999619} + m_LocalPosition: {x: -0.0021495696, y: -0.000003892484, z: 0.06502974} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 3228156510180688250} + m_Father: {fileID: 3656804839932634228} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &8989925082181660205 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3344045601508515674} + - component: {fileID: 4018617924666829197} + m_Layer: 0 + m_Name: LeftHand_mesh + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &9073095389723409736 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4445759347596387369} + m_Layer: 0 + m_Name: WaveBone_23 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &9073095391679975908 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4445759346042325125} + m_Layer: 0 + m_Name: WaveBone_23 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &9184916034629650378 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4907044209538733689} + m_Layer: 0 + m_Name: WaveBone_25 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!1 &9184916034631560038 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4907044209582848725} + m_Layer: 0 + m_Name: WaveBone_25 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 diff --git a/com.htc.upm.vive.openxr/Samples~/Samples/Samples/CustomGesture/CustomGesture.unity.meta b/com.htc.upm.vive.openxr/Samples~/Samples/Samples/CustomGesture/CustomGesture.unity.meta new file mode 100644 index 0000000..3ccf062 --- /dev/null +++ b/com.htc.upm.vive.openxr/Samples~/Samples/Samples/CustomGesture/CustomGesture.unity.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: eff108a5209eb0a48804dfdba0dabb63 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/com.htc.upm.vive.openxr/Samples~/Samples/Samples/CustomGesture/CustomGestureDefiner.prefab b/com.htc.upm.vive.openxr/Samples~/Samples/Samples/CustomGesture/CustomGestureDefiner.prefab new file mode 100644 index 0000000..c2694ef --- /dev/null +++ b/com.htc.upm.vive.openxr/Samples~/Samples/Samples/CustomGesture/CustomGestureDefiner.prefab @@ -0,0 +1,285 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &8419823203306955676 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8419823203306955648} + - component: {fileID: 8419823203306955651} + - component: {fileID: 8419823203306955650} + - component: {fileID: 8419823203306955677} + m_Layer: 0 + m_Name: CustomGestureDefiner + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8419823203306955648 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8419823203306955676} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: -0.63137037, y: 1.8553617, z: -2.3483706} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &8419823203306955651 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8419823203306955676} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a4717f5ed1f0b0a4a8a1aa02c8d30b06, type: 3} + m_Name: + m_EditorClassIdentifier: + LFingers: + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + RFingers: + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + - {fileID: 0} + CurrentGestureL: {fileID: 0} + CurrentGestureR: {fileID: 0} + CurrentGestureDual: {fileID: 0} +--- !u!114 &8419823203306955650 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8419823203306955676} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 1fc3b0937a9ed7d4a82e0a0c262beaf4, type: 3} + m_Name: + m_EditorClassIdentifier: + ThumbDefiner: + StraightDistalLowBound: 150 + StraightIntermediateLowBound: 150 + StraightProximalLowBound: 150 + BendingDistalLowBound: 140 + BendingIntermediateLowBound: 140 + BendingProximalLowBound: 140 + IndexDefiner: + StraightDistalLowBound: 160 + StraightIntermediateLowBound: 160 + StraightProximalLowBound: 160 + BendingDistalLowBound: 120 + BendingIntermediateLowBound: 120 + BendingProximalLowBound: 120 + MiddleDefiner: + StraightDistalLowBound: 160 + StraightIntermediateLowBound: 160 + StraightProximalLowBound: 160 + BendingDistalLowBound: 120 + BendingIntermediateLowBound: 120 + BendingProximalLowBound: 120 + RingDefiner: + StraightDistalLowBound: 160 + StraightIntermediateLowBound: 160 + StraightProximalLowBound: 160 + BendingDistalLowBound: 120 + BendingIntermediateLowBound: 120 + BendingProximalLowBound: 120 + PinkyDefiner: + StraightDistalLowBound: 160 + StraightIntermediateLowBound: 160 + StraightProximalLowBound: 160 + BendingDistalLowBound: 120 + BendingIntermediateLowBound: 120 + BendingProximalLowBound: 120 +--- !u!114 &8419823203306955677 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8419823203306955676} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d622bde162fe6524aa1cf99ee5bbda11, type: 3} + m_Name: + m_EditorClassIdentifier: + DefinedGestures: + - GestureName: Fist + TargetHand: 3 + ThumbStatus: 0 + IndexStatus: 0 + MiddleStatus: 0 + RingStatus: 0 + PinkyStatus: 0 + ThumbStatusIs: 3 + IndexStatusIs: 3 + MiddleStatusIs: 3 + RingStatusIs: 3 + PinkyStatusIs: 4 + DualHandDistance: 0 + DualNear: 0 + DualFar: 0 + ThumbIndexDistance: 0 + SingleNear: 0 + SingleFar: 0 + - GestureName: Point + TargetHand: 3 + ThumbStatus: 3 + IndexStatus: 1 + MiddleStatus: 3 + RingStatus: 3 + PinkyStatus: 0 + ThumbStatusIs: 3 + IndexStatusIs: 1 + MiddleStatusIs: 4 + RingStatusIs: 4 + PinkyStatusIs: 4 + DualHandDistance: 0 + DualNear: 0 + DualFar: 0 + ThumbIndexDistance: 0 + SingleNear: 0 + SingleFar: 0 + - GestureName: Victory + TargetHand: 3 + ThumbStatus: 3 + IndexStatus: 1 + MiddleStatus: 1 + RingStatus: 3 + PinkyStatus: 0 + ThumbStatusIs: 4 + IndexStatusIs: 1 + MiddleStatusIs: 1 + RingStatusIs: 4 + PinkyStatusIs: 4 + DualHandDistance: 0 + DualNear: 0 + DualFar: 0 + ThumbIndexDistance: 2 + SingleNear: 0 + SingleFar: 0 + - GestureName: OK + TargetHand: 3 + ThumbStatus: 3 + IndexStatus: 1 + MiddleStatus: 1 + RingStatus: 1 + PinkyStatus: 0 + ThumbStatusIs: 6 + IndexStatusIs: 4 + MiddleStatusIs: 6 + RingStatusIs: 6 + PinkyStatusIs: 6 + DualHandDistance: 0 + DualNear: 0 + DualFar: 0 + ThumbIndexDistance: 1 + SingleNear: 3 + SingleFar: 5.5 + - GestureName: Like + TargetHand: 3 + ThumbStatus: 3 + IndexStatus: 1 + MiddleStatus: 1 + RingStatus: 1 + PinkyStatus: 0 + ThumbStatusIs: 6 + IndexStatusIs: 3 + MiddleStatusIs: 3 + RingStatusIs: 3 + PinkyStatusIs: 3 + DualHandDistance: 0 + DualNear: 0 + DualFar: 0 + ThumbIndexDistance: 2 + SingleNear: 3 + SingleFar: 5.5 + - GestureName: Five + TargetHand: 3 + ThumbStatus: 1 + IndexStatus: 1 + MiddleStatus: 1 + RingStatus: 1 + PinkyStatus: 0 + ThumbStatusIs: 6 + IndexStatusIs: 1 + MiddleStatusIs: 1 + RingStatusIs: 1 + PinkyStatusIs: 1 + DualHandDistance: 0 + DualNear: 0 + DualFar: 0 + ThumbIndexDistance: 0 + SingleNear: 0 + SingleFar: 0 + - GestureName: Rock + TargetHand: 3 + ThumbStatus: 1 + IndexStatus: 1 + MiddleStatus: 3 + RingStatus: 3 + PinkyStatus: 0 + ThumbStatusIs: 1 + IndexStatusIs: 1 + MiddleStatusIs: 3 + RingStatusIs: 3 + PinkyStatusIs: 1 + DualHandDistance: 0 + DualNear: 0 + DualFar: 0 + ThumbIndexDistance: 0 + SingleNear: 0 + SingleFar: 0 + - GestureName: Vive + TargetHand: 4 + ThumbStatus: 1 + IndexStatus: 1 + MiddleStatus: 3 + RingStatus: 3 + PinkyStatus: 0 + ThumbStatusIs: 6 + IndexStatusIs: 6 + MiddleStatusIs: 0 + RingStatusIs: 0 + PinkyStatusIs: 0 + DualHandDistance: 1 + DualNear: 10 + DualFar: 20 + ThumbIndexDistance: 2 + SingleNear: 5 + SingleFar: 10 + - GestureName: Push + TargetHand: 4 + ThumbStatus: 1 + IndexStatus: 1 + MiddleStatus: 3 + RingStatus: 3 + PinkyStatus: 0 + ThumbStatusIs: 1 + IndexStatusIs: 1 + MiddleStatusIs: 1 + RingStatusIs: 1 + PinkyStatusIs: 1 + DualHandDistance: 2 + DualNear: 10 + DualFar: 20 + ThumbIndexDistance: 0 + SingleNear: 5 + SingleFar: 10 diff --git a/com.htc.upm.vive.openxr/Samples~/Samples/Samples/CustomGesture/CustomGestureDefiner.prefab.meta b/com.htc.upm.vive.openxr/Samples~/Samples/Samples/CustomGesture/CustomGestureDefiner.prefab.meta new file mode 100644 index 0000000..74083f0 --- /dev/null +++ b/com.htc.upm.vive.openxr/Samples~/Samples/Samples/CustomGesture/CustomGestureDefiner.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: d40280e42e98ad344b4cc9286448e6ff +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/com.htc.upm.vive.openxr/Samples~/Samples/Samples/CustomGesture/Scripts.meta b/com.htc.upm.vive.openxr/Samples~/Samples/Samples/CustomGesture/Scripts.meta new file mode 100644 index 0000000..3f7408b --- /dev/null +++ b/com.htc.upm.vive.openxr/Samples~/Samples/Samples/CustomGesture/Scripts.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 760bbc4da8f43814c8291367d09bc819 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/com.htc.upm.vive.openxr/Samples~/Samples/Samples/CustomGesture/Scripts/DebugHandGesture.cs b/com.htc.upm.vive.openxr/Samples~/Samples/Samples/CustomGesture/Scripts/DebugHandGesture.cs new file mode 100644 index 0000000..d835153 --- /dev/null +++ b/com.htc.upm.vive.openxr/Samples~/Samples/Samples/CustomGesture/Scripts/DebugHandGesture.cs @@ -0,0 +1,162 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; +using UnityEngine.UI; +using VIVE.OpenXR.Hand; +using VIVE.OpenXR.Toolkits.CustomGesture; + +public class DebugHandGesture : MonoBehaviour +{ + public Text[] LFingers; + public Text[] RFingers; + public Text CurrentGestureL; + public Text CurrentGestureR; + public Text CurrentGestureDual; + CustomGestureManager HGM; + CustomGestureDefiner GD; + void Start() + { + GD = GetComponent(); + HGM = GetComponent(); + } + + void Update() + { + UpdateFingerStatus(CGEnums.HandFlag.Left); //get real left hand finger status + UpdateFingerStatus(CGEnums.HandFlag.Right); //get real right hand finger status + ShowCurrentGesture(); + } + + void ShowCurrentGesture() + { + CurrentGestureL.text = "LGesture: " + "No Gesture"; + CurrentGestureR.text = "RGesture: " + "No Gesture"; + CurrentGestureDual.text = "DualGesture: " + "No Gesture"; + + if (!IsGestureReady()) + return; + + foreach (CustomGesture _Gestures in GD.DefinedGestures) + { + switch (_Gestures.TargetHand) + { + case CGEnums.HandFlag.Either: + //check left hand gesture + if (CustomGestureDefiner.IsCurrentGestureTriiggered(_Gestures.GestureName, CGEnums.HandFlag.Left) && CheckHandValid(CGEnums.HandFlag.Left)) + CurrentGestureL.text = "LGesture: " + _Gestures.GestureName; + //check right hand gesture + if (CustomGestureDefiner.IsCurrentGestureTriiggered(_Gestures.GestureName, CGEnums.HandFlag.Right) && CheckHandValid(CGEnums.HandFlag.Right)) + CurrentGestureR.text = "RGesture: " + _Gestures.GestureName; + //Debug.Log("DebugHandGesture ShowCurrentGesture() " + _Gestures.GestureName); + break; + case CGEnums.HandFlag.Dual: + if (CustomGestureDefiner.IsCurrentGestureTriiggered(_Gestures.GestureName, CGEnums.HandFlag.Dual) && CheckHandValid(CGEnums.HandFlag.Left) && CheckHandValid(CGEnums.HandFlag.Right)) + { + CurrentGestureDual.text = "DualGesture: " + _Gestures.GestureName; + } + break; + default: + CurrentGestureL.text = "LGesture: " + "No Gesture"; + CurrentGestureR.text = "RGesture: " + "No Gesture"; + CurrentGestureDual.text = "DualGesture: " + "No Gesture"; + break; + } + } + + } + + void UpdateFingerStatus(CGEnums.HandFlag _Hand) + { + Text[] _Fingers = (_Hand == CGEnums.HandFlag.Left) ? LFingers : RFingers; + _Fingers[0].text = HGM.GetFingerStatus(_Hand, CGEnums.FingerFlag.Thumb).ToString(); + _Fingers[1].text = HGM.GetFingerStatus(_Hand, CGEnums.FingerFlag.Index).ToString(); + _Fingers[2].text = HGM.GetFingerStatus(_Hand, CGEnums.FingerFlag.Middle).ToString(); + _Fingers[3].text = HGM.GetFingerStatus(_Hand, CGEnums.FingerFlag.Ring).ToString(); + _Fingers[4].text = HGM.GetFingerStatus(_Hand, CGEnums.FingerFlag.Pinky).ToString(); + } + + + bool CheckHandValid(CGEnums.HandFlag _Hand) { + HandJoint[] _Joints = CustomGestureManager.GetHandJointLocations(_Hand); + //Debug.Log("CheckHandValid() 0:" + _Joints[(int)XrHandJointEXT.XR_HAND_JOINT_PALM_EXT].isValid + ", 1:" + + //_Joints[(int)XrHandJointEXT.XR_HAND_JOINT_WRIST_EXT].isValid + ", 2:" + + //_Joints[(int)XrHandJointEXT.XR_HAND_JOINT_THUMB_TIP_EXT].isValid + ", 3:" + + //_Joints[(int)XrHandJointEXT.XR_HAND_JOINT_INDEX_TIP_EXT].isValid + ", 4:" + + //_Joints[(int)XrHandJointEXT.XR_HAND_JOINT_MIDDLE_TIP_EXT].isValid); + + + if (!(_Joints[(int)XrHandJointEXT.XR_HAND_JOINT_PALM_EXT].isValid && + _Joints[(int)XrHandJointEXT.XR_HAND_JOINT_WRIST_EXT].isValid && + _Joints[(int)XrHandJointEXT.XR_HAND_JOINT_THUMB_TIP_EXT].isValid && + _Joints[(int)XrHandJointEXT.XR_HAND_JOINT_THUMB_PROXIMAL_EXT].isValid && + _Joints[(int)XrHandJointEXT.XR_HAND_JOINT_THUMB_DISTAL_EXT].isValid && + _Joints[(int)XrHandJointEXT.XR_HAND_JOINT_INDEX_METACARPAL_EXT].isValid && + _Joints[(int)XrHandJointEXT.XR_HAND_JOINT_INDEX_PROXIMAL_EXT].isValid && + _Joints[(int)XrHandJointEXT.XR_HAND_JOINT_INDEX_INTERMEDIATE_EXT].isValid && + _Joints[(int)XrHandJointEXT.XR_HAND_JOINT_INDEX_DISTAL_EXT].isValid && + _Joints[(int)XrHandJointEXT.XR_HAND_JOINT_INDEX_TIP_EXT].isValid && + _Joints[(int)XrHandJointEXT.XR_HAND_JOINT_MIDDLE_METACARPAL_EXT].isValid && + _Joints[(int)XrHandJointEXT.XR_HAND_JOINT_MIDDLE_PROXIMAL_EXT].isValid && + _Joints[(int)XrHandJointEXT.XR_HAND_JOINT_MIDDLE_INTERMEDIATE_EXT].isValid && + _Joints[(int)XrHandJointEXT.XR_HAND_JOINT_MIDDLE_DISTAL_EXT].isValid && + _Joints[(int)XrHandJointEXT.XR_HAND_JOINT_MIDDLE_TIP_EXT].isValid && + _Joints[(int)XrHandJointEXT.XR_HAND_JOINT_RING_METACARPAL_EXT].isValid && + _Joints[(int)XrHandJointEXT.XR_HAND_JOINT_RING_PROXIMAL_EXT].isValid && + _Joints[(int)XrHandJointEXT.XR_HAND_JOINT_RING_INTERMEDIATE_EXT].isValid && + _Joints[(int)XrHandJointEXT.XR_HAND_JOINT_RING_DISTAL_EXT].isValid && + _Joints[(int)XrHandJointEXT.XR_HAND_JOINT_RING_TIP_EXT].isValid && + _Joints[(int)XrHandJointEXT.XR_HAND_JOINT_LITTLE_METACARPAL_EXT].isValid && + _Joints[(int)XrHandJointEXT.XR_HAND_JOINT_LITTLE_PROXIMAL_EXT].isValid && + _Joints[(int)XrHandJointEXT.XR_HAND_JOINT_LITTLE_INTERMEDIATE_EXT].isValid && + _Joints[(int)XrHandJointEXT.XR_HAND_JOINT_LITTLE_DISTAL_EXT].isValid && + _Joints[(int)XrHandJointEXT.XR_HAND_JOINT_LITTLE_TIP_EXT].isValid)) + { + //Debug.Log("DebugHandGesture CheckHandValid() not valid hand: "+ _Hand); + return false; + } + //Debug.Log("DebugHandGesture CheckHandValid() valid hand: " + _Hand); + return true; + } + + bool IsGestureReady() { + HandJoint[] _JointsL = CustomGestureManager.GetHandJointLocations(CGEnums.HandFlag.Left); + HandJoint[] _JointsR = CustomGestureManager.GetHandJointLocations(CGEnums.HandFlag.Right); + //Debug.Log("IsGestureReady left before: " + HandTracking.GetHandJointLocations(HandFlag.Left)[0].isValid + ", " + + //_JointsL[1].isValid + ", " + _JointsL[2].isValid + ", " + _JointsL[3].isValid + ", " + _JointsL[4].isValid + ", " + + //_JointsL[5].isValid + ", " + _JointsL[6].isValid + ", " + _JointsL[7].isValid + ", " + _JointsL[8].isValid + ", " + + //_JointsL[9].isValid + ", " + _JointsL[10].isValid + ", " + _JointsL[11].isValid + ", " + _JointsL[12].isValid + ", " + + //_JointsL[13].isValid + ", " + _JointsL[14].isValid + ", " + _JointsL[15].isValid + ", " + _JointsL[16].isValid + ", " + + //_JointsL[17].isValid + ", " + _JointsL[18].isValid + ", " + _JointsL[19].isValid + ", " + _JointsL[20].isValid);*/ + + + if (_JointsL[(int)XrHandJointEXT.XR_HAND_JOINT_PALM_EXT].position.x == 0 && + _JointsL[(int)XrHandJointEXT.XR_HAND_JOINT_PALM_EXT].position.y == 0 && + _JointsL[(int)XrHandJointEXT.XR_HAND_JOINT_PALM_EXT].position.z == 0 && + _JointsR[(int)XrHandJointEXT.XR_HAND_JOINT_PALM_EXT].position.x == 0 && + _JointsR[(int)XrHandJointEXT.XR_HAND_JOINT_PALM_EXT].position.y == 0 && + _JointsR[(int)XrHandJointEXT.XR_HAND_JOINT_PALM_EXT].position.z == 0) + { + //Debug.Log("IsGestureReady left palm before: " + _JointsL[0].position.x + ", " + _JointsL[0].position.y + ", " + _JointsL[0].position.z); + //Debug.Log("IsGestureReady right palm before: " + _JointsR[0].position.x + ", " + _JointsR[0].position.y + ", " + _JointsR[0].position.z); + //Debug.Log("IsGestureReady left wrist before: " + _JointsL[1].position.x + ", " + _JointsL[1].position.y + ", " + _JointsL[1].position.z); + //Debug.Log("IsGestureReady right wrist before: " + _JointsR[1].position.x + ", " + _JointsR[1].position.y + ", " + _JointsR[1].position.z); + //Debug.Log("DebugHandGesture IsGestureReady() not ready"); + return false; + } + + //Vector3 _LBone1Dir = Vector3.zero, _LBone2Dir = Vector3.zero, _RBone1Dir = Vector3.zero, _RBone2Dir = Vector3.zero; + //HandJoint[] _LJoints = /*HandTracking.*/CustomGestureManager.GetHandJointLocations(HandFlag.Left); + //_LBone1Dir = _LJoints[(int)(XrHandJointEXT.XR_HAND_JOINT_THUMB_DISTAL_EXT + 1)].position - _LJoints[(int)XrHandJointEXT.XR_HAND_JOINT_THUMB_DISTAL_EXT].position; + //_LBone2Dir = _LJoints[(int)(XrHandJointEXT.XR_HAND_JOINT_THUMB_DISTAL_EXT - 1)].position - _LJoints[(int)XrHandJointEXT.XR_HAND_JOINT_THUMB_DISTAL_EXT].position; + //Debug.Log("IsGestureReady left : " + Vector3.Angle(_LBone1Dir, _LBone2Dir)); + //HandJoint[] _RJoints = /*HandTracking.*/CustomGestureManager.GetHandJointLocations(HandFlag.Right); + //_RBone1Dir = _RJoints[(int)(XrHandJointEXT.XR_HAND_JOINT_THUMB_DISTAL_EXT + 1)].position - _RJoints[(int)XrHandJointEXT.XR_HAND_JOINT_THUMB_DISTAL_EXT].position; + //_RBone2Dir = _RJoints[(int)(XrHandJointEXT.XR_HAND_JOINT_THUMB_DISTAL_EXT - 1)].position - _RJoints[(int)XrHandJointEXT.XR_HAND_JOINT_THUMB_DISTAL_EXT].position; + //Debug.Log("IsGestureReady right : " + Vector3.Angle(_RBone1Dir, _RBone2Dir)); + + return true; + } + + +} + diff --git a/com.htc.upm.vive.openxr/Samples~/Samples/Samples/CustomGesture/Scripts/DebugHandGesture.cs.meta b/com.htc.upm.vive.openxr/Samples~/Samples/Samples/CustomGesture/Scripts/DebugHandGesture.cs.meta new file mode 100644 index 0000000..9c7b1ea --- /dev/null +++ b/com.htc.upm.vive.openxr/Samples~/Samples/Samples/CustomGesture/Scripts/DebugHandGesture.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: a4717f5ed1f0b0a4a8a1aa02c8d30b06 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/com.htc.upm.vive.openxr/Samples~/Samples/Samples/Input/OpenXRInput.unity b/com.htc.upm.vive.openxr/Samples~/Samples/Samples/Input/OpenXRInput.unity index 050f253..ad6985b 100644 --- a/com.htc.upm.vive.openxr/Samples~/Samples/Samples/Input/OpenXRInput.unity +++ b/com.htc.upm.vive.openxr/Samples~/Samples/Samples/Input/OpenXRInput.unity @@ -928,6 +928,103 @@ MonoBehaviour: enabledColor: {r: 0, g: 1, b: 0, a: 1} disabledColor: {r: 1, g: 0, b: 0, a: 1} image: {fileID: 1325954194} +--- !u!1 &40030545 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 40030546} + - component: {fileID: 40030548} + - component: {fileID: 40030547} + - component: {fileID: 40030549} + m_Layer: 0 + m_Name: TextInputDevicesNode + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!224 &40030546 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 40030545} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 794793302} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: -570, y: 0} + m_SizeDelta: {x: 550, y: 1000} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &40030547 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 40030545} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.860898, g: 0.8773585, b: 0.1779548, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 18 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 1 + m_MaxSize: 40 + m_Alignment: 0 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: Node +--- !u!222 &40030548 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 40030545} + m_CullTransparentMesh: 1 +--- !u!114 &40030549 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 40030545} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 871111764a2c66043bf49bde40b9bb1f, type: 3} + m_Name: + m_EditorClassIdentifier: + useXrNode: 1 + useRole: 0 + StartIndex: 0 + EndIndex: 0 --- !u!1 &41007552 GameObject: m_ObjectHideFlags: 0 @@ -976,7 +1073,6 @@ MonoBehaviour: m_EditorClassIdentifier: m_TrackingType: 0 m_UpdateType: 0 - m_IgnoreTrackingState: 0 m_PositionInput: m_UseReference: 1 m_Action: @@ -1017,18 +1113,6 @@ MonoBehaviour: m_Flags: 0 m_Flags: 0 m_Reference: {fileID: -22420666449113973, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} - m_TrackingStateInput: - m_UseReference: 0 - m_Action: - m_Name: - m_Type: 0 - m_ExpectedControlType: - m_Id: - m_Processors: - m_Interactions: - m_SingletonActionBindings: [] - m_Flags: 0 - m_Reference: {fileID: 0} m_PositionAction: m_Name: Position m_Type: 0 @@ -1252,12 +1336,12 @@ GameObject: m_Component: - component: {fileID: 58863413} m_Layer: 0 - m_Name: VisibleElements6 + m_Name: LeftFoot m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 - m_IsActive: 1 + m_IsActive: 0 --- !u!4 &58863413 Transform: m_ObjectHideFlags: 0 @@ -1744,6 +1828,7 @@ RectTransform: - {fileID: 600171835} - {fileID: 1268421223} - {fileID: 2140251515} + - {fileID: 2138676072} m_Father: {fileID: 1771603328} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} @@ -1790,6 +1875,107 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 89851395} m_CullTransparentMesh: 1 +--- !u!1 &99841488 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 99841489} + - component: {fileID: 99841492} + - component: {fileID: 99841491} + - component: {fileID: 99841490} + m_Layer: 0 + m_Name: InputDevicesCanvas + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &99841489 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 99841488} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 6} + m_LocalScale: {x: 0.005, y: 0.005, z: 0.005} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 794793302} + m_Father: {fileID: 1588199579} + m_RootOrder: 8 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: -1.118, y: -0.31} + m_SizeDelta: {x: 1700, y: 1020} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &99841490 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 99841488} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: dc42784cf147c0c48a680349fa168899, type: 3} + m_Name: + m_EditorClassIdentifier: + m_IgnoreReversedGraphics: 1 + m_BlockingObjects: 0 + m_BlockingMask: + serializedVersion: 2 + m_Bits: 4294967295 +--- !u!114 &99841491 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 99841488} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0cd44c1031e13a943bb63640046fad76, type: 3} + m_Name: + m_EditorClassIdentifier: + m_UiScaleMode: 0 + m_ReferencePixelsPerUnit: 100 + m_ScaleFactor: 1 + m_ReferenceResolution: {x: 800, y: 600} + m_ScreenMatchMode: 0 + m_MatchWidthOrHeight: 0 + m_PhysicalUnit: 3 + m_FallbackScreenDPI: 96 + m_DefaultSpriteDPI: 96 + m_DynamicPixelsPerUnit: 1 + m_PresetInfoIsWorld: 1 +--- !u!223 &99841492 +Canvas: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 99841488} + m_Enabled: 1 + serializedVersion: 3 + m_RenderMode: 2 + m_Camera: {fileID: 963194227} + m_PlaneDistance: 100 + m_PixelPerfect: 0 + m_ReceivesEvents: 1 + m_OverrideSorting: 0 + m_OverridePixelPerfect: 0 + m_SortingBucketNormalizedSize: 0 + m_AdditionalShaderChannelsFlag: 0 + m_SortingLayerID: 0 + m_SortingOrder: 0 + m_TargetDisplay: 0 --- !u!1 &106213670 GameObject: m_ObjectHideFlags: 0 @@ -2081,6 +2267,82 @@ Transform: m_CorrespondingSourceObject: {fileID: 4346727374823547005, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} m_PrefabInstance: {fileID: 119177373} m_PrefabAsset: {fileID: 0} +--- !u!1 &119804584 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 119804585} + - component: {fileID: 119804587} + - component: {fileID: 119804586} + m_Layer: 5 + m_Name: Image + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &119804585 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 119804584} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 0.5, y: 0.5, z: 0.5} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 569007532} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 45, y: 120} + m_SizeDelta: {x: 100, y: 100} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &119804586 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 119804584} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 10913, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!222 &119804587 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 119804584} + m_CullTransparentMesh: 0 --- !u!1 &128733929 GameObject: m_ObjectHideFlags: 0 @@ -2538,6 +2800,103 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 142023208} m_CullTransparentMesh: 0 +--- !u!1 &143439474 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 143439475} + - component: {fileID: 143439478} + - component: {fileID: 143439477} + - component: {fileID: 143439476} + m_Layer: 0 + m_Name: TextInputDevicesRole + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!224 &143439475 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 143439474} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 794793302} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 550, y: 1000} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &143439476 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 143439474} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 871111764a2c66043bf49bde40b9bb1f, type: 3} + m_Name: + m_EditorClassIdentifier: + useXrNode: 0 + useRole: 1 + StartIndex: 0 + EndIndex: 0 +--- !u!114 &143439477 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 143439474} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.1764706, g: 0.8784314, b: 0.2501743, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 18 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 1 + m_MaxSize: 40 + m_Alignment: 0 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: Role +--- !u!222 &143439478 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 143439474} + m_CullTransparentMesh: 1 --- !u!1001 &152157376 PrefabInstance: m_ObjectHideFlags: 0 @@ -2736,18 +3095,18 @@ RectTransform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 169007644} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 2} + m_LocalRotation: {x: 0, y: 0.38268343, z: 0, w: 0.92387956} + m_LocalPosition: {x: 0, y: 0, z: 1.581} m_LocalScale: {x: 0.003, y: 0.003, z: 0.003} m_ConstrainProportionsScale: 0 m_Children: - {fileID: 675867388} m_Father: {fileID: 1588199579} - m_RootOrder: 3 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 45, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: -0.52, y: -0.879} + m_AnchoredPosition: {x: 3, y: -0.134} m_SizeDelta: {x: 800, y: 200} m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &169007646 @@ -3813,7 +4172,7 @@ MonoBehaviour: m_HorizontalOverflow: 0 m_VerticalOverflow: 0 m_LineSpacing: 1 - m_Text: Tracker 0 + m_Text: Tracker 1 --- !u!222 &251179014 CanvasRenderer: m_ObjectHideFlags: 0 @@ -4256,6 +4615,103 @@ MonoBehaviour: enabledColor: {r: 0, g: 1, b: 0, a: 1} disabledColor: {r: 1, g: 0, b: 0, a: 1} image: {fileID: 367399240} +--- !u!1 &281075182 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 281075183} + - component: {fileID: 281075186} + - component: {fileID: 281075185} + - component: {fileID: 281075184} + m_Layer: 0 + m_Name: TextInputDevices16-23 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &281075183 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 281075182} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 794793302} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 570, y: 0} + m_SizeDelta: {x: 550, y: 1000} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &281075184 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 281075182} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 871111764a2c66043bf49bde40b9bb1f, type: 3} + m_Name: + m_EditorClassIdentifier: + useXrNode: 0 + useRole: 0 + StartIndex: 16 + EndIndex: 23 +--- !u!114 &281075185 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 281075182} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.21964316, g: 0.8784314, b: 0.1764706, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 18 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 1 + m_MaxSize: 40 + m_Alignment: 0 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: 'Input Devices:' +--- !u!222 &281075186 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 281075182} + m_CullTransparentMesh: 1 --- !u!1 &288935531 GameObject: m_ObjectHideFlags: 0 @@ -4412,7 +4868,7 @@ GameObject: - component: {fileID: 304086595} - component: {fileID: 304086596} m_Layer: 0 - m_Name: Device3 + m_Name: Device m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 @@ -4426,7 +4882,7 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 304086594} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0.1, y: -0.2, z: 0} + m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: @@ -4450,7 +4906,6 @@ MonoBehaviour: m_EditorClassIdentifier: m_TrackingType: 0 m_UpdateType: 0 - m_IgnoreTrackingState: 0 m_PositionInput: m_UseReference: 1 m_Action: @@ -4470,7 +4925,7 @@ MonoBehaviour: m_Action: Position Input m_Flags: 0 m_Flags: 0 - m_Reference: {fileID: -5813233621755947559, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + m_Reference: {fileID: -8287749963549794835, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} m_RotationInput: m_UseReference: 1 m_Action: @@ -4490,19 +4945,7 @@ MonoBehaviour: m_Action: Rotation Input m_Flags: 0 m_Flags: 0 - m_Reference: {fileID: 5270605523567071934, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} - m_TrackingStateInput: - m_UseReference: 0 - m_Action: - m_Name: - m_Type: 0 - m_ExpectedControlType: - m_Id: - m_Processors: - m_Interactions: - m_SingletonActionBindings: [] - m_Flags: 0 - m_Reference: {fileID: 0} + m_Reference: {fileID: 3242339893588026215, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} m_PositionAction: m_Name: m_Type: 0 @@ -5197,7 +5640,7 @@ GameObject: - component: {fileID: 346656619} - component: {fileID: 346656620} m_Layer: 0 - m_Name: Device4 + m_Name: Device m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 @@ -5211,7 +5654,7 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 346656618} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: -0.1, y: -0.2, z: 0} + m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: @@ -5235,7 +5678,6 @@ MonoBehaviour: m_EditorClassIdentifier: m_TrackingType: 0 m_UpdateType: 0 - m_IgnoreTrackingState: 0 m_PositionInput: m_UseReference: 1 m_Action: @@ -5255,7 +5697,7 @@ MonoBehaviour: m_Action: Position Input m_Flags: 0 m_Flags: 0 - m_Reference: {fileID: 412289074140539111, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + m_Reference: {fileID: 1760866676959018908, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} m_RotationInput: m_UseReference: 1 m_Action: @@ -5275,19 +5717,7 @@ MonoBehaviour: m_Action: Rotation Input m_Flags: 0 m_Flags: 0 - m_Reference: {fileID: -8101582229842654900, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} - m_TrackingStateInput: - m_UseReference: 0 - m_Action: - m_Name: - m_Type: 0 - m_ExpectedControlType: - m_Id: - m_Processors: - m_Interactions: - m_SingletonActionBindings: [] - m_Flags: 0 - m_Reference: {fileID: 0} + m_Reference: {fileID: -2199575455336610917, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} m_PositionAction: m_Name: m_Type: 0 @@ -6003,6 +6433,108 @@ Canvas: m_SortingLayerID: 0 m_SortingOrder: 0 m_TargetDisplay: 0 +--- !u!1001 &414479153 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1294499422} + m_Modifications: + - target: {fileID: 3201029004716767610, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 3613567641014311022, guid: 815c9e4802ddea645a37bd99f011c9b4, type: 3} + - target: {fileID: 4346727372943234170, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + propertyPath: m_LocalScale.y + value: 0.2 + objectReference: {fileID: 0} + - target: {fileID: 4346727372952809589, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + propertyPath: m_LocalScale.y + value: 0.2 + objectReference: {fileID: 0} + - target: {fileID: 4346727373925079742, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + propertyPath: m_LocalScale.y + value: 0.3 + objectReference: {fileID: 0} + - target: {fileID: 4346727373925079742, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4346727374823546882, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + propertyPath: m_Name + value: PoseMarker + objectReference: {fileID: 0} + - target: {fileID: 4346727374823547005, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + propertyPath: m_RootOrder + value: 2 + objectReference: {fileID: 0} + - target: {fileID: 4346727374823547005, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + propertyPath: m_LocalScale.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 4346727374823547005, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + propertyPath: m_LocalScale.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 4346727374823547005, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + propertyPath: m_LocalScale.z + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 4346727374823547005, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4346727374823547005, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4346727374823547005, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4346727374823547005, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4346727374823547005, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4346727374823547005, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4346727374823547005, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4346727374823547005, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4346727374823547005, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4346727374823547005, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6251018130860582685, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 3613567641014311022, guid: 815c9e4802ddea645a37bd99f011c9b4, type: 3} + - target: {fileID: 8595007410106638205, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 3613567641014311022, guid: 815c9e4802ddea645a37bd99f011c9b4, type: 3} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} +--- !u!4 &414479154 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4346727374823547005, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + m_PrefabInstance: {fileID: 414479153} + m_PrefabAsset: {fileID: 0} --- !u!1 &427196166 GameObject: m_ObjectHideFlags: 0 @@ -6401,6 +6933,108 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 435877686} m_CullTransparentMesh: 0 +--- !u!1001 &447205075 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1998853911} + m_Modifications: + - target: {fileID: 3201029004716767610, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 3613567641014311022, guid: 815c9e4802ddea645a37bd99f011c9b4, type: 3} + - target: {fileID: 4346727372943234170, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + propertyPath: m_LocalScale.y + value: 0.2 + objectReference: {fileID: 0} + - target: {fileID: 4346727372952809589, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + propertyPath: m_LocalScale.y + value: 0.2 + objectReference: {fileID: 0} + - target: {fileID: 4346727373925079742, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + propertyPath: m_LocalScale.y + value: 0.3 + objectReference: {fileID: 0} + - target: {fileID: 4346727373925079742, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4346727374823546882, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + propertyPath: m_Name + value: PoseMarker + objectReference: {fileID: 0} + - target: {fileID: 4346727374823547005, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + propertyPath: m_RootOrder + value: 2 + objectReference: {fileID: 0} + - target: {fileID: 4346727374823547005, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + propertyPath: m_LocalScale.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 4346727374823547005, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + propertyPath: m_LocalScale.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 4346727374823547005, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + propertyPath: m_LocalScale.z + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 4346727374823547005, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4346727374823547005, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4346727374823547005, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4346727374823547005, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4346727374823547005, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4346727374823547005, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4346727374823547005, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4346727374823547005, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4346727374823547005, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4346727374823547005, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6251018130860582685, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 3613567641014311022, guid: 815c9e4802ddea645a37bd99f011c9b4, type: 3} + - target: {fileID: 8595007410106638205, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 3613567641014311022, guid: 815c9e4802ddea645a37bd99f011c9b4, type: 3} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} +--- !u!4 &447205076 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4346727374823547005, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + m_PrefabInstance: {fileID: 447205075} + m_PrefabAsset: {fileID: 0} --- !u!1 &449808874 GameObject: m_ObjectHideFlags: 0 @@ -6688,6 +7322,88 @@ MonoBehaviour: m_ActionReference: {fileID: 7596212294181904713, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} xAxisSlider: {fileID: 1214297751} yAxisSlider: {fileID: 1986312416} +--- !u!1 &462457675 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 462457676} + - component: {fileID: 462457678} + - component: {fileID: 462457677} + m_Layer: 5 + m_Name: Text + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &462457676 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 462457675} + m_LocalRotation: {x: 0, y: 0, z: -0.7071068, w: 0.7071068} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 0.1, y: 0.1, z: 0.1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 825027148} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: -90} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 85, y: 118} + m_SizeDelta: {x: 2000, y: 455.7} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &462457677 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 462457675} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 150 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 0 + m_MaxSize: 300 + m_Alignment: 1 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: 'System + + Press' +--- !u!222 &462457678 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 462457675} + m_CullTransparentMesh: 0 --- !u!1 &466434095 GameObject: m_ObjectHideFlags: 0 @@ -6737,7 +7453,6 @@ MonoBehaviour: m_EditorClassIdentifier: m_TrackingType: 0 m_UpdateType: 0 - m_IgnoreTrackingState: 0 m_PositionInput: m_UseReference: 1 m_Action: @@ -6757,7 +7472,7 @@ MonoBehaviour: m_Action: Position Input m_Flags: 0 m_Flags: 0 - m_Reference: {fileID: 2619395281493398540, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + m_Reference: {fileID: 8699489180216813490, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} m_RotationInput: m_UseReference: 1 m_Action: @@ -6777,19 +7492,7 @@ MonoBehaviour: m_Action: Rotation Input m_Flags: 0 m_Flags: 0 - m_Reference: {fileID: 768077707502967280, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} - m_TrackingStateInput: - m_UseReference: 0 - m_Action: - m_Name: - m_Type: 0 - m_ExpectedControlType: - m_Id: - m_Processors: - m_Interactions: - m_SingletonActionBindings: [] - m_Flags: 0 - m_Reference: {fileID: 0} + m_Reference: {fileID: -1513873367152313015, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} m_PositionAction: m_Name: m_Type: 0 @@ -6858,7 +7561,6 @@ MonoBehaviour: m_EditorClassIdentifier: m_TrackingType: 0 m_UpdateType: 0 - m_IgnoreTrackingState: 0 m_PositionInput: m_UseReference: 1 m_Action: @@ -6899,18 +7601,6 @@ MonoBehaviour: m_Flags: 0 m_Flags: 0 m_Reference: {fileID: 4333451311024400164, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} - m_TrackingStateInput: - m_UseReference: 0 - m_Action: - m_Name: - m_Type: 0 - m_ExpectedControlType: - m_Id: - m_Processors: - m_Interactions: - m_SingletonActionBindings: [] - m_Flags: 0 - m_Reference: {fileID: 0} m_PositionAction: m_Name: m_Type: 0 @@ -7104,7 +7794,7 @@ GameObject: m_Component: - component: {fileID: 480643924} m_Layer: 0 - m_Name: VisibleElements3 + m_Name: Tracker2RightWrist m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 @@ -7124,7 +7814,7 @@ Transform: m_Children: - {fileID: 304086595} m_Father: {fileID: 1353956195} - m_RootOrder: 3 + m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &486365800 GameObject: @@ -7136,12 +7826,12 @@ GameObject: m_Component: - component: {fileID: 486365801} m_Layer: 0 - m_Name: VisibleElements8 + m_Name: RightWrist m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 - m_IsActive: 1 + m_IsActive: 0 --- !u!4 &486365801 Transform: m_ObjectHideFlags: 0 @@ -7208,7 +7898,7 @@ GameObject: - component: {fileID: 500109299} - component: {fileID: 500109298} m_Layer: 0 - m_Name: XRTrackerText11 + m_Name: Left Knee m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 @@ -7246,7 +7936,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 8712396b9916fe84da21229ef2e2dbb5, type: 3} m_Name: m_EditorClassIdentifier: - m_Index: 11 + m_TrackerName: m_IsTracked: {fileID: 6707878844161067982, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} m_TrackingState: {fileID: 1151213153044430099, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} m_Position: {fileID: 6488326914000011845, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} @@ -7284,7 +7974,7 @@ MonoBehaviour: m_HorizontalOverflow: 0 m_VerticalOverflow: 0 m_LineSpacing: 1 - m_Text: Tracker11 + m_Text: Left Knee --- !u!222 &500109300 CanvasRenderer: m_ObjectHideFlags: 0 @@ -8268,7 +8958,7 @@ GameObject: - component: {fileID: 558298927} - component: {fileID: 558298926} m_Layer: 0 - m_Name: XRTrackerText2 + m_Name: Tracker2RightWrist m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 @@ -8306,11 +8996,11 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 8712396b9916fe84da21229ef2e2dbb5, type: 3} m_Name: m_EditorClassIdentifier: - m_Index: 2 - m_IsTracked: {fileID: 8608451424645928797, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} - m_TrackingState: {fileID: -5969595635268319263, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} - m_Position: {fileID: -36006150797033997, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} - m_Rotation: {fileID: 6249284665234278292, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + m_TrackerName: Tracker 2 + m_IsTracked: {fileID: -2751704700927415866, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + m_TrackingState: {fileID: 3930846034774602431, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + m_Position: {fileID: -8287749963549794835, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + m_Rotation: {fileID: 3242339893588026215, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} --- !u!114 &558298927 MonoBehaviour: m_ObjectHideFlags: 0 @@ -8344,7 +9034,7 @@ MonoBehaviour: m_HorizontalOverflow: 0 m_VerticalOverflow: 0 m_LineSpacing: 1 - m_Text: Tracker2 + m_Text: Tracker 2 --- !u!222 &558298928 CanvasRenderer: m_ObjectHideFlags: 0 @@ -8402,7 +9092,6 @@ MonoBehaviour: m_EditorClassIdentifier: m_TrackingType: 0 m_UpdateType: 0 - m_IgnoreTrackingState: 0 m_PositionInput: m_UseReference: 1 m_Action: @@ -8422,7 +9111,7 @@ MonoBehaviour: m_Action: Position Input m_Flags: 0 m_Flags: 0 - m_Reference: {fileID: 7942067189166913181, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + m_Reference: {fileID: 4668184256491425330, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} m_RotationInput: m_UseReference: 1 m_Action: @@ -8442,19 +9131,7 @@ MonoBehaviour: m_Action: Rotation Input m_Flags: 0 m_Flags: 0 - m_Reference: {fileID: 1301081937683771888, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} - m_TrackingStateInput: - m_UseReference: 0 - m_Action: - m_Name: - m_Type: 0 - m_ExpectedControlType: - m_Id: - m_Processors: - m_Interactions: - m_SingletonActionBindings: [] - m_Flags: 0 - m_Reference: {fileID: 0} + m_Reference: {fileID: 3135456968979873090, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} m_PositionAction: m_Name: m_Type: 0 @@ -8474,6 +9151,61 @@ MonoBehaviour: m_SingletonActionBindings: [] m_Flags: 0 m_HasMigratedActions: 1 +--- !u!1 &569007531 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 569007532} + - component: {fileID: 569007533} + m_Layer: 5 + m_Name: SystemTouch + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &569007532 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 569007531} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 0.5, y: 0.5, z: 0.5} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 1018348679} + - {fileID: 119804585} + m_Father: {fileID: 1113124545} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 0, y: -27} + m_SizeDelta: {x: 100, y: 100} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &569007533 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 569007531} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 1879fed0e0310334fb310daf7dcc4784, type: 3} + m_Name: + m_EditorClassIdentifier: + m_ActionReference: {fileID: -6339248268752122826, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + enabledColor: {r: 0, g: 1, b: 0, a: 1} + disabledColor: {r: 1, g: 0, b: 0, a: 1} + image: {fileID: 119804586} --- !u!1 &569150240 GameObject: m_ObjectHideFlags: 0 @@ -8542,7 +9274,7 @@ GameObject: - component: {fileID: 573203269} - component: {fileID: 573203271} m_Layer: 0 - m_Name: Canvas + m_Name: OriginCanvas m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 @@ -8686,7 +9418,6 @@ MonoBehaviour: m_EditorClassIdentifier: m_TrackingType: 0 m_UpdateType: 0 - m_IgnoreTrackingState: 0 m_PositionInput: m_UseReference: 1 m_Action: @@ -8727,18 +9458,6 @@ MonoBehaviour: m_Flags: 0 m_Flags: 0 m_Reference: {fileID: -5246335118593862002, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} - m_TrackingStateInput: - m_UseReference: 0 - m_Action: - m_Name: - m_Type: 0 - m_ExpectedControlType: - m_Id: - m_Processors: - m_Interactions: - m_SingletonActionBindings: [] - m_Flags: 0 - m_Reference: {fileID: 0} m_PositionAction: m_Name: Position m_Type: 0 @@ -8854,6 +9573,108 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 579305141} m_CullTransparentMesh: 0 +--- !u!1 &584254222 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 584254223} + - component: {fileID: 584254226} + - component: {fileID: 584254225} + - component: {fileID: 584254224} + m_Layer: 5 + m_Name: ActionMapInfo + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &584254223 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 584254222} + m_LocalRotation: {x: 0.5, y: -0.5, z: 0.5, w: 0.5} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 0.001, y: 0.001, z: 0.001} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 1770085100} + - {fileID: 1735757209} + m_Father: {fileID: 1189149535} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 90, y: -90, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0.005} + m_SizeDelta: {x: 1226, y: 740} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &584254224 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 584254222} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: dc42784cf147c0c48a680349fa168899, type: 3} + m_Name: + m_EditorClassIdentifier: + m_IgnoreReversedGraphics: 1 + m_BlockingObjects: 0 + m_BlockingMask: + serializedVersion: 2 + m_Bits: 4294967295 +--- !u!114 &584254225 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 584254222} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0cd44c1031e13a943bb63640046fad76, type: 3} + m_Name: + m_EditorClassIdentifier: + m_UiScaleMode: 0 + m_ReferencePixelsPerUnit: 100 + m_ScaleFactor: 1 + m_ReferenceResolution: {x: 800, y: 600} + m_ScreenMatchMode: 0 + m_MatchWidthOrHeight: 0 + m_PhysicalUnit: 3 + m_FallbackScreenDPI: 96 + m_DefaultSpriteDPI: 96 + m_DynamicPixelsPerUnit: 1 + m_PresetInfoIsWorld: 1 +--- !u!223 &584254226 +Canvas: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 584254222} + m_Enabled: 1 + serializedVersion: 3 + m_RenderMode: 2 + m_Camera: {fileID: 963194227} + m_PlaneDistance: 100 + m_PixelPerfect: 0 + m_ReceivesEvents: 1 + m_OverrideSorting: 0 + m_OverridePixelPerfect: 0 + m_SortingBucketNormalizedSize: 0 + m_AdditionalShaderChannelsFlag: 0 + m_SortingLayerID: 0 + m_SortingOrder: 0 + m_TargetDisplay: 0 --- !u!1 &584869635 GameObject: m_ObjectHideFlags: 0 @@ -8908,6 +9729,82 @@ MonoBehaviour: enabledColor: {r: 0, g: 1, b: 0, a: 1} disabledColor: {r: 1, g: 0, b: 0, a: 1} image: {fileID: 118816198} +--- !u!1 &590173703 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 590173704} + - component: {fileID: 590173706} + - component: {fileID: 590173705} + m_Layer: 5 + m_Name: Image + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &590173704 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 590173703} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 0.5, y: 0.5, z: 0.5} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 1735757209} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 45, y: 120} + m_SizeDelta: {x: 100, y: 100} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &590173705 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 590173703} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 10913, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!222 &590173706 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 590173703} + m_CullTransparentMesh: 0 --- !u!1 &600171834 GameObject: m_ObjectHideFlags: 0 @@ -8921,7 +9818,7 @@ GameObject: - component: {fileID: 600171837} - component: {fileID: 600171836} m_Layer: 0 - m_Name: XRTrackerText13 + m_Name: Left Foot m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 @@ -8959,7 +9856,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 8712396b9916fe84da21229ef2e2dbb5, type: 3} m_Name: m_EditorClassIdentifier: - m_Index: 13 + m_TrackerName: m_IsTracked: {fileID: 2933055174899029303, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} m_TrackingState: {fileID: 2903523890479420830, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} m_Position: {fileID: 8699489180216813490, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} @@ -8997,7 +9894,7 @@ MonoBehaviour: m_HorizontalOverflow: 0 m_VerticalOverflow: 0 m_LineSpacing: 1 - m_Text: Tracker13 + m_Text: Left Foot --- !u!222 &600171838 CanvasRenderer: m_ObjectHideFlags: 0 @@ -9246,6 +10143,88 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 614512878} m_CullTransparentMesh: 0 +--- !u!1 &619101460 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 619101461} + - component: {fileID: 619101463} + - component: {fileID: 619101462} + m_Layer: 5 + m_Name: Text + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &619101461 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 619101460} + m_LocalRotation: {x: 0, y: 0, z: -0.7071068, w: 0.7071068} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 0.1, y: 0.1, z: 0.1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 1735757209} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: -90} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 85, y: 118} + m_SizeDelta: {x: 2000, y: 455.7} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &619101462 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 619101460} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 150 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 0 + m_MaxSize: 300 + m_Alignment: 1 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: 'System + + Touch' +--- !u!222 &619101463 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 619101460} + m_CullTransparentMesh: 0 --- !u!1 &621158839 GameObject: m_ObjectHideFlags: 0 @@ -10152,7 +11131,7 @@ GameObject: - component: {fileID: 689593584} - component: {fileID: 689593583} m_Layer: 0 - m_Name: XRTrackerText12 + m_Name: Left Ankle m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 @@ -10190,7 +11169,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 8712396b9916fe84da21229ef2e2dbb5, type: 3} m_Name: m_EditorClassIdentifier: - m_Index: 12 + m_TrackerName: m_IsTracked: {fileID: -7599082158781367288, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} m_TrackingState: {fileID: 6476436319109344472, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} m_Position: {fileID: 4668184256491425330, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} @@ -10228,7 +11207,7 @@ MonoBehaviour: m_HorizontalOverflow: 0 m_VerticalOverflow: 0 m_LineSpacing: 1 - m_Text: Tracker12 + m_Text: Left Ankle --- !u!222 &689593585 CanvasRenderer: m_ObjectHideFlags: 0 @@ -10602,7 +11581,7 @@ Light: m_BounceIntensity: 1 m_ColorTemperature: 6570 m_UseColorTemperature: 0 - m_BoundingSphereOverride: {x: -2, y: 216, z: 204, w: -217} + m_BoundingSphereOverride: {x: 1.02e-43, y: 0, z: 0, w: -0.0000959945} m_UseBoundingSphereOverride: 0 m_UseViewFrustumForShadowCasterCull: 1 m_ShadowRadius: 0 @@ -11497,6 +12476,87 @@ RectTransform: m_AnchoredPosition: {x: -5, y: 0} m_SizeDelta: {x: -20, y: 0} m_Pivot: {x: 0.5, y: 0.5} +--- !u!1 &794793301 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 794793302} + - component: {fileID: 794793304} + - component: {fileID: 794793303} + m_Layer: 0 + m_Name: Panel + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &794793302 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 794793301} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 40030546} + - {fileID: 143439475} + - {fileID: 1529703749} + - {fileID: 1521656602} + - {fileID: 281075183} + m_Father: {fileID: 99841489} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &794793303 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 794793301} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0, g: 0, b: 0, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 10907, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 1 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!222 &794793304 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 794793301} + m_CullTransparentMesh: 1 --- !u!1 &799561246 GameObject: m_ObjectHideFlags: 0 @@ -11805,6 +12865,137 @@ MonoBehaviour: enabledColor: {r: 0, g: 1, b: 0, a: 1} disabledColor: {r: 1, g: 0, b: 0, a: 1} image: {fileID: 1060886610} +--- !u!1 &825027147 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 825027148} + - component: {fileID: 825027149} + m_Layer: 5 + m_Name: SystemClick + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &825027148 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 825027147} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 0.5, y: 0.5, z: 0.5} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 462457676} + - {fileID: 1007054642} + m_Father: {fileID: 1113124545} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 0, y: 4} + m_SizeDelta: {x: 100, y: 100} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &825027149 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 825027147} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 1879fed0e0310334fb310daf7dcc4784, type: 3} + m_Name: + m_EditorClassIdentifier: + m_ActionReference: {fileID: -2074503359615047585, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + enabledColor: {r: 0, g: 1, b: 0, a: 1} + disabledColor: {r: 1, g: 0, b: 0, a: 1} + image: {fileID: 1007054643} +--- !u!1 &826975137 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 826975138} + - component: {fileID: 826975140} + - component: {fileID: 826975139} + m_Layer: 5 + m_Name: Image + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &826975138 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 826975137} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 0.5, y: 0.5, z: 0.5} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 1770085100} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 45, y: 120} + m_SizeDelta: {x: 100, y: 100} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &826975139 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 826975137} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 10913, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!222 &826975140 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 826975137} + m_CullTransparentMesh: 0 --- !u!1 &829398886 GameObject: m_ObjectHideFlags: 0 @@ -12327,6 +13518,153 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 861673492} m_CullTransparentMesh: 0 +--- !u!1 &862619066 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 862619067} + - component: {fileID: 862619071} + - component: {fileID: 862619070} + - component: {fileID: 862619069} + - component: {fileID: 862619068} + m_Layer: 0 + m_Name: QuitButton + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &862619067 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 862619066} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 1863449115} + m_Father: {fileID: 1599303145} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 160, y: 30} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &862619068 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 862619066} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a8326c0ac559a1e4fbd29a1f10d8cf56, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &862619069 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 862619066} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_WrapAround: 0 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 1, g: 1, b: 1, a: 1} + m_HighlightedColor: {r: 0.8248659, g: 0.64275545, b: 0.8679245, a: 1} + m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1} + m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_SelectedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_SelectedTrigger: Selected + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 862619070} + m_OnClick: + m_PersistentCalls: + m_Calls: + - m_Target: {fileID: 862619068} + m_TargetAssemblyTypeName: VIVE.OpenXR.Samples.QuitAp, VIVE.OpenXR.Samples + m_MethodName: ExitGame + m_Mode: 1 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: + m_BoolArgument: 0 + m_CallState: 2 +--- !u!114 &862619070 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 862619066} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 10905, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 1 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!222 &862619071 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 862619066} + m_CullTransparentMesh: 1 --- !u!1 &867397449 GameObject: m_ObjectHideFlags: 0 @@ -12353,18 +13691,18 @@ RectTransform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 867397449} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 2} + m_LocalRotation: {x: 0, y: 0.38268343, z: 0, w: 0.92387956} + m_LocalPosition: {x: 0, y: 0, z: 1.581} m_LocalScale: {x: 0.003, y: 0.003, z: 0.003} m_ConstrainProportionsScale: 0 m_Children: - {fileID: 1807220544} m_Father: {fileID: 1588199579} - m_RootOrder: 2 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 45, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: -0.52, y: -0.352} + m_AnchoredPosition: {x: 3, y: 0.368} m_SizeDelta: {x: 400, y: 100} m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &867397451 @@ -12717,6 +14055,222 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 884424706} m_CullTransparentMesh: 0 +--- !u!1 &922510963 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 922510964} + m_Layer: 0 + m_Name: RightFoot + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!4 &922510964 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 922510963} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 1998853911} + m_Father: {fileID: 1353956195} + m_RootOrder: 11 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &924195653 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1189149535} + m_Modifications: + - target: {fileID: 3201029004716767610, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 3613567641014311022, guid: 815c9e4802ddea645a37bd99f011c9b4, type: 3} + - target: {fileID: 4346727372943234170, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + propertyPath: m_LocalScale.y + value: 0.2 + objectReference: {fileID: 0} + - target: {fileID: 4346727372952809589, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + propertyPath: m_LocalScale.y + value: 0.2 + objectReference: {fileID: 0} + - target: {fileID: 4346727373925079742, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + propertyPath: m_LocalScale.y + value: 0.3 + objectReference: {fileID: 0} + - target: {fileID: 4346727373925079742, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4346727374823546882, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + propertyPath: m_Name + value: PoseMarker + objectReference: {fileID: 0} + - target: {fileID: 4346727374823547005, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + propertyPath: m_RootOrder + value: 2 + objectReference: {fileID: 0} + - target: {fileID: 4346727374823547005, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + propertyPath: m_LocalScale.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 4346727374823547005, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + propertyPath: m_LocalScale.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 4346727374823547005, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + propertyPath: m_LocalScale.z + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 4346727374823547005, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4346727374823547005, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4346727374823547005, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4346727374823547005, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4346727374823547005, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4346727374823547005, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4346727374823547005, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4346727374823547005, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4346727374823547005, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4346727374823547005, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6251018130860582685, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 3613567641014311022, guid: 815c9e4802ddea645a37bd99f011c9b4, type: 3} + - target: {fileID: 8595007410106638205, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + propertyPath: m_Mesh + value: + objectReference: {fileID: 3613567641014311022, guid: 815c9e4802ddea645a37bd99f011c9b4, type: 3} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} +--- !u!4 &924195654 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4346727374823547005, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} + m_PrefabInstance: {fileID: 924195653} + m_PrefabAsset: {fileID: 0} +--- !u!1 &930008823 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 930008824} + - component: {fileID: 930008826} + - component: {fileID: 930008825} + m_Layer: 5 + m_Name: Text + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &930008824 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 930008823} + m_LocalRotation: {x: 0, y: 0, z: -0.7071068, w: 0.7071068} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 0.1, y: 0.1, z: 0.1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 1956272066} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: -90} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 85, y: 118} + m_SizeDelta: {x: 2000, y: 455.7} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &930008825 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 930008823} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 150 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 0 + m_MaxSize: 300 + m_Alignment: 1 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: 'System + + Press' +--- !u!222 &930008826 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 930008823} + m_CullTransparentMesh: 0 --- !u!1 &932937306 GameObject: m_ObjectHideFlags: 0 @@ -12730,12 +14284,12 @@ GameObject: - component: {fileID: 932937309} - component: {fileID: 932937308} m_Layer: 0 - m_Name: XRTrackerText10 + m_Name: Right Handheld m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 - m_IsActive: 1 + m_IsActive: 0 --- !u!224 &932937307 RectTransform: m_ObjectHideFlags: 0 @@ -12768,7 +14322,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 8712396b9916fe84da21229ef2e2dbb5, type: 3} m_Name: m_EditorClassIdentifier: - m_Index: 10 + m_TrackerName: m_IsTracked: {fileID: 7924567351060788931, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} m_TrackingState: {fileID: 4150392961617674364, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} m_Position: {fileID: 71363371555845892, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} @@ -12806,7 +14360,7 @@ MonoBehaviour: m_HorizontalOverflow: 0 m_VerticalOverflow: 0 m_LineSpacing: 1 - m_Text: Tracker10 + m_Text: Right Handheld --- !u!222 &932937310 CanvasRenderer: m_ObjectHideFlags: 0 @@ -13220,12 +14774,12 @@ GameObject: m_Component: - component: {fileID: 980079081} m_Layer: 0 - m_Name: VisibleElements5 + m_Name: LeftAnkle m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 - m_IsActive: 1 + m_IsActive: 0 --- !u!4 &980079081 Transform: m_ObjectHideFlags: 0 @@ -13286,7 +14840,7 @@ GameObject: - component: {fileID: 982957601} - component: {fileID: 982957602} m_Layer: 0 - m_Name: Device1 + m_Name: Device m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 @@ -13300,7 +14854,7 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 982957600} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: -0.05, y: -0.1, z: 0} + m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: @@ -13324,7 +14878,6 @@ MonoBehaviour: m_EditorClassIdentifier: m_TrackingType: 0 m_UpdateType: 0 - m_IgnoreTrackingState: 0 m_PositionInput: m_UseReference: 1 m_Action: @@ -13344,7 +14897,7 @@ MonoBehaviour: m_Action: Position Input m_Flags: 0 m_Flags: 0 - m_Reference: {fileID: -3557207542006708604, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + m_Reference: {fileID: -5962029828217132283, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} m_RotationInput: m_UseReference: 1 m_Action: @@ -13364,19 +14917,7 @@ MonoBehaviour: m_Action: Rotation Input m_Flags: 0 m_Flags: 0 - m_Reference: {fileID: -8935720249473169000, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} - m_TrackingStateInput: - m_UseReference: 0 - m_Action: - m_Name: - m_Type: 0 - m_ExpectedControlType: - m_Id: - m_Processors: - m_Interactions: - m_SingletonActionBindings: [] - m_Flags: 0 - m_Reference: {fileID: 0} + m_Reference: {fileID: -4462678269106331646, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} m_PositionAction: m_Name: m_Type: 0 @@ -13482,7 +15023,7 @@ GameObject: m_Component: - component: {fileID: 998095675} m_Layer: 0 - m_Name: VisibleElements2 + m_Name: Tracker3LeftAnkle m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 @@ -13502,7 +15043,7 @@ Transform: m_Children: - {fileID: 1986878642} m_Father: {fileID: 1353956195} - m_RootOrder: 2 + m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &1004988644 GameObject: @@ -13559,6 +15100,82 @@ MonoBehaviour: m_ActionReference: {fileID: 4150019624855575819, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} xAxisSlider: {fileID: 216067365} yAxisSlider: {fileID: 1135083809} +--- !u!1 &1007054641 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1007054642} + - component: {fileID: 1007054644} + - component: {fileID: 1007054643} + m_Layer: 5 + m_Name: Image + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1007054642 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1007054641} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 0.5, y: 0.5, z: 0.5} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 825027148} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 45, y: 120} + m_SizeDelta: {x: 100, y: 100} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1007054643 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1007054641} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 10913, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!222 &1007054644 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1007054641} + m_CullTransparentMesh: 0 --- !u!1 &1007205086 GameObject: m_ObjectHideFlags: 0 @@ -13932,6 +15549,88 @@ MonoBehaviour: enabledColor: {r: 0, g: 1, b: 0, a: 1} disabledColor: {r: 1, g: 0, b: 0, a: 1} image: {fileID: 517845384} +--- !u!1 &1018348678 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1018348679} + - component: {fileID: 1018348681} + - component: {fileID: 1018348680} + m_Layer: 5 + m_Name: Text + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1018348679 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1018348678} + m_LocalRotation: {x: 0, y: 0, z: -0.7071068, w: 0.7071068} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 0.1, y: 0.1, z: 0.1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 569007532} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: -90} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 85, y: 118} + m_SizeDelta: {x: 2000, y: 455.7} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1018348680 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1018348678} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 150 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 0 + m_MaxSize: 300 + m_Alignment: 1 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: 'System + + Touch' +--- !u!222 &1018348681 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1018348678} + m_CullTransparentMesh: 0 --- !u!1 &1020990924 GameObject: m_ObjectHideFlags: 0 @@ -13945,7 +15644,7 @@ GameObject: - component: {fileID: 1020990927} - component: {fileID: 1020990926} m_Layer: 0 - m_Name: XRTrackerText7 + m_Name: Right Elbow m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 @@ -13983,7 +15682,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 8712396b9916fe84da21229ef2e2dbb5, type: 3} m_Name: m_EditorClassIdentifier: - m_Index: 7 + m_TrackerName: m_IsTracked: {fileID: -3458066714675828102, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} m_TrackingState: {fileID: -7499599566780252667, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} m_Position: {fileID: -427565531825628119, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} @@ -14021,7 +15720,7 @@ MonoBehaviour: m_HorizontalOverflow: 0 m_VerticalOverflow: 0 m_LineSpacing: 1 - m_Text: Tracker7 + m_Text: Right Elbow --- !u!222 &1020990928 CanvasRenderer: m_ObjectHideFlags: 0 @@ -14043,12 +15742,12 @@ GameObject: - component: {fileID: 1026048410} - component: {fileID: 1026048409} m_Layer: 0 - m_Name: XRTrackerText9 + m_Name: Right Hand m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 - m_IsActive: 1 + m_IsActive: 0 --- !u!224 &1026048408 RectTransform: m_ObjectHideFlags: 0 @@ -14081,7 +15780,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 8712396b9916fe84da21229ef2e2dbb5, type: 3} m_Name: m_EditorClassIdentifier: - m_Index: 9 + m_TrackerName: m_IsTracked: {fileID: -8333707086530483144, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} m_TrackingState: {fileID: 3903839243535067674, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} m_Position: {fileID: 4086808276339992055, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} @@ -14119,7 +15818,7 @@ MonoBehaviour: m_HorizontalOverflow: 0 m_VerticalOverflow: 0 m_LineSpacing: 1 - m_Text: Tracker9 + m_Text: Right Hand --- !u!222 &1026048411 CanvasRenderer: m_ObjectHideFlags: 0 @@ -14501,12 +16200,12 @@ GameObject: m_Component: - component: {fileID: 1059204856} m_Layer: 0 - m_Name: VisibleElements7 + m_Name: RightElbow m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 - m_IsActive: 1 + m_IsActive: 0 --- !u!4 &1059204856 Transform: m_ObjectHideFlags: 0 @@ -15369,6 +17068,108 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1104724929} m_CullTransparentMesh: 0 +--- !u!1 &1113124544 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1113124545} + - component: {fileID: 1113124548} + - component: {fileID: 1113124547} + - component: {fileID: 1113124546} + m_Layer: 5 + m_Name: ActionMapInfo + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1113124545 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1113124544} + m_LocalRotation: {x: 0.5, y: -0.5, z: 0.5, w: 0.5} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 0.001, y: 0.001, z: 0.001} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 825027148} + - {fileID: 569007532} + m_Father: {fileID: 1294499422} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 90, y: -90, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0.005} + m_SizeDelta: {x: 1226, y: 740} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1113124546 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1113124544} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: dc42784cf147c0c48a680349fa168899, type: 3} + m_Name: + m_EditorClassIdentifier: + m_IgnoreReversedGraphics: 1 + m_BlockingObjects: 0 + m_BlockingMask: + serializedVersion: 2 + m_Bits: 4294967295 +--- !u!114 &1113124547 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1113124544} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0cd44c1031e13a943bb63640046fad76, type: 3} + m_Name: + m_EditorClassIdentifier: + m_UiScaleMode: 0 + m_ReferencePixelsPerUnit: 100 + m_ScaleFactor: 1 + m_ReferenceResolution: {x: 800, y: 600} + m_ScreenMatchMode: 0 + m_MatchWidthOrHeight: 0 + m_PhysicalUnit: 3 + m_FallbackScreenDPI: 96 + m_DefaultSpriteDPI: 96 + m_DynamicPixelsPerUnit: 1 + m_PresetInfoIsWorld: 1 +--- !u!223 &1113124548 +Canvas: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1113124544} + m_Enabled: 1 + serializedVersion: 3 + m_RenderMode: 2 + m_Camera: {fileID: 963194227} + m_PlaneDistance: 100 + m_PixelPerfect: 0 + m_ReceivesEvents: 1 + m_OverrideSorting: 0 + m_OverridePixelPerfect: 0 + m_SortingBucketNormalizedSize: 0 + m_AdditionalShaderChannelsFlag: 0 + m_SortingLayerID: 0 + m_SortingOrder: 0 + m_TargetDisplay: 0 --- !u!1 &1117144029 GameObject: m_ObjectHideFlags: 0 @@ -15470,6 +17271,82 @@ Canvas: m_SortingLayerID: 0 m_SortingOrder: 0 m_TargetDisplay: 0 +--- !u!1 &1119956926 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1119956927} + - component: {fileID: 1119956929} + - component: {fileID: 1119956928} + m_Layer: 5 + m_Name: Image + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1119956927 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1119956926} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 0.5, y: 0.5, z: 0.5} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 1878768106} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 45, y: 120} + m_SizeDelta: {x: 100, y: 100} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1119956928 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1119956926} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 10913, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!222 &1119956929 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1119956926} + m_CullTransparentMesh: 0 --- !u!1 &1120967223 GameObject: m_ObjectHideFlags: 0 @@ -15973,7 +17850,7 @@ MonoBehaviour: m_HorizontalOverflow: 0 m_VerticalOverflow: 0 m_LineSpacing: 1 - m_Text: Tracker 0 + m_Text: Tracker 2 --- !u!222 &1137015100 CanvasRenderer: m_ObjectHideFlags: 0 @@ -16630,6 +18507,108 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1174308060} m_CullTransparentMesh: 0 +--- !u!1 &1176280138 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1176280139} + - component: {fileID: 1176280142} + - component: {fileID: 1176280141} + - component: {fileID: 1176280140} + m_Layer: 5 + m_Name: ActionMapInfo + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1176280139 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1176280138} + m_LocalRotation: {x: 0.5, y: -0.5, z: 0.5, w: 0.5} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 0.001, y: 0.001, z: 0.001} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 1956272066} + - {fileID: 1878768106} + m_Father: {fileID: 1998853911} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 90, y: -90, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0.005} + m_SizeDelta: {x: 1226, y: 740} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1176280140 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1176280138} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: dc42784cf147c0c48a680349fa168899, type: 3} + m_Name: + m_EditorClassIdentifier: + m_IgnoreReversedGraphics: 1 + m_BlockingObjects: 0 + m_BlockingMask: + serializedVersion: 2 + m_Bits: 4294967295 +--- !u!114 &1176280141 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1176280138} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0cd44c1031e13a943bb63640046fad76, type: 3} + m_Name: + m_EditorClassIdentifier: + m_UiScaleMode: 0 + m_ReferencePixelsPerUnit: 100 + m_ScaleFactor: 1 + m_ReferenceResolution: {x: 800, y: 600} + m_ScreenMatchMode: 0 + m_MatchWidthOrHeight: 0 + m_PhysicalUnit: 3 + m_FallbackScreenDPI: 96 + m_DefaultSpriteDPI: 96 + m_DynamicPixelsPerUnit: 1 + m_PresetInfoIsWorld: 1 +--- !u!223 &1176280142 +Canvas: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1176280138} + m_Enabled: 1 + serializedVersion: 3 + m_RenderMode: 2 + m_Camera: {fileID: 963194227} + m_PlaneDistance: 100 + m_PixelPerfect: 0 + m_ReceivesEvents: 1 + m_OverrideSorting: 0 + m_OverridePixelPerfect: 0 + m_SortingBucketNormalizedSize: 0 + m_AdditionalShaderChannelsFlag: 0 + m_SortingLayerID: 0 + m_SortingOrder: 0 + m_TargetDisplay: 0 --- !u!1 &1180148985 GameObject: m_ObjectHideFlags: 0 @@ -16731,6 +18710,114 @@ Canvas: m_SortingLayerID: 0 m_SortingOrder: 0 m_TargetDisplay: 0 +--- !u!1 &1189149534 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1189149535} + - component: {fileID: 1189149536} + m_Layer: 0 + m_Name: Device + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1189149535 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1189149534} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 584254223} + - {fileID: 1529985805} + - {fileID: 924195654} + m_Father: {fileID: 1279460414} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &1189149536 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1189149534} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: c2fadf230d1919748a9aa21d40f74619, type: 3} + m_Name: + m_EditorClassIdentifier: + m_TrackingType: 0 + m_UpdateType: 0 + m_PositionInput: + m_UseReference: 1 + m_Action: + m_Name: Position Input + m_Type: 0 + m_ExpectedControlType: + m_Id: e3292456-9857-4d13-8e6f-2201600a4848 + m_Processors: + m_Interactions: + m_SingletonActionBindings: + - m_Name: + m_Id: 2caadaed-6cae-4206-871a-7d122f9443b7 + m_Path: {Tracker4}/devicePosition + m_Interactions: + m_Processors: + m_Groups: + m_Action: Position Input + m_Flags: 0 + m_Flags: 0 + m_Reference: {fileID: -6476454305814433948, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + m_RotationInput: + m_UseReference: 1 + m_Action: + m_Name: Rotation Input + m_Type: 0 + m_ExpectedControlType: + m_Id: 8236fd6b-5775-45b4-b768-d7978c047049 + m_Processors: + m_Interactions: + m_SingletonActionBindings: + - m_Name: + m_Id: 7406a299-3f75-40d3-9f0a-bc8cfd60eecb + m_Path: {Tracker4}/deviceRotation + m_Interactions: + m_Processors: + m_Groups: + m_Action: Rotation Input + m_Flags: 0 + m_Flags: 0 + m_Reference: {fileID: 296726894140462742, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + m_PositionAction: + m_Name: + m_Type: 0 + m_ExpectedControlType: + m_Id: + m_Processors: + m_Interactions: + m_SingletonActionBindings: [] + m_Flags: 0 + m_RotationAction: + m_Name: + m_Type: 0 + m_ExpectedControlType: + m_Id: + m_Processors: + m_Interactions: + m_SingletonActionBindings: [] + m_Flags: 0 + m_HasMigratedActions: 1 --- !u!1 &1191700803 GameObject: m_ObjectHideFlags: 0 @@ -18156,7 +20243,7 @@ GameObject: - component: {fileID: 1268421225} - component: {fileID: 1268421224} m_Layer: 0 - m_Name: XRTrackerText14 + m_Name: Right Knee m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 @@ -18194,7 +20281,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 8712396b9916fe84da21229ef2e2dbb5, type: 3} m_Name: m_EditorClassIdentifier: - m_Index: 14 + m_TrackerName: m_IsTracked: {fileID: -2659713086192158863, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} m_TrackingState: {fileID: -5038547740953717273, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} m_Position: {fileID: 7676930132304784382, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} @@ -18232,7 +20319,7 @@ MonoBehaviour: m_HorizontalOverflow: 0 m_VerticalOverflow: 0 m_LineSpacing: 1 - m_Text: Tracker14 + m_Text: Right Knee --- !u!222 &1268421226 CanvasRenderer: m_ObjectHideFlags: 0 @@ -18241,6 +20328,219 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1268421222} m_CullTransparentMesh: 1 +--- !u!1 &1268435952 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1268435953} + - component: {fileID: 1268435955} + - component: {fileID: 1268435954} + m_Layer: 5 + m_Name: PoseName + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1268435953 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1268435952} + m_LocalRotation: {x: 0, y: 0, z: -0.7071068, w: 0.7071068} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 0.05, y: 0.05, z: 0.05} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 1271580513} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: -90} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: -25, y: -30} + m_SizeDelta: {x: 1000, y: 1000} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1268435954 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1268435952} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 300 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 3 + m_MaxSize: 300 + m_Alignment: 4 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: Tracker 0 +--- !u!222 &1268435955 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1268435952} + m_CullTransparentMesh: 0 +--- !u!1 &1271580512 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1271580513} + - component: {fileID: 1271580516} + - component: {fileID: 1271580515} + - component: {fileID: 1271580514} + m_Layer: 5 + m_Name: Canvas + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1271580513 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1271580512} + m_LocalRotation: {x: 0.5, y: -0.5, z: 0.5, w: 0.5} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 0.001, y: 0.001, z: 0.001} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 1268435953} + m_Father: {fileID: 1294499422} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 90, y: -90, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0.005} + m_SizeDelta: {x: 662, y: 423} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1271580514 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1271580512} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: dc42784cf147c0c48a680349fa168899, type: 3} + m_Name: + m_EditorClassIdentifier: + m_IgnoreReversedGraphics: 1 + m_BlockingObjects: 0 + m_BlockingMask: + serializedVersion: 2 + m_Bits: 4294967295 +--- !u!114 &1271580515 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1271580512} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0cd44c1031e13a943bb63640046fad76, type: 3} + m_Name: + m_EditorClassIdentifier: + m_UiScaleMode: 0 + m_ReferencePixelsPerUnit: 100 + m_ScaleFactor: 1 + m_ReferenceResolution: {x: 800, y: 600} + m_ScreenMatchMode: 0 + m_MatchWidthOrHeight: 0 + m_PhysicalUnit: 3 + m_FallbackScreenDPI: 96 + m_DefaultSpriteDPI: 96 + m_DynamicPixelsPerUnit: 1 + m_PresetInfoIsWorld: 1 +--- !u!223 &1271580516 +Canvas: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1271580512} + m_Enabled: 1 + serializedVersion: 3 + m_RenderMode: 2 + m_Camera: {fileID: 963194227} + m_PlaneDistance: 100 + m_PixelPerfect: 0 + m_ReceivesEvents: 1 + m_OverrideSorting: 0 + m_OverridePixelPerfect: 0 + m_SortingBucketNormalizedSize: 0 + m_AdditionalShaderChannelsFlag: 0 + m_SortingLayerID: 0 + m_SortingOrder: 0 + m_TargetDisplay: 0 +--- !u!1 &1279460413 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1279460414} + m_Layer: 0 + m_Name: RightAnkle + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!4 &1279460414 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1279460413} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 1189149535} + m_Father: {fileID: 1353956195} + m_RootOrder: 10 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &1279576954 GameObject: m_ObjectHideFlags: 0 @@ -18581,6 +20881,114 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1292352853} m_CullTransparentMesh: 0 +--- !u!1 &1294499421 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1294499422} + - component: {fileID: 1294499423} + m_Layer: 0 + m_Name: Device + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1294499422 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1294499421} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 1113124545} + - {fileID: 1271580513} + - {fileID: 414479154} + m_Father: {fileID: 1383951969} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &1294499423 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1294499421} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: c2fadf230d1919748a9aa21d40f74619, type: 3} + m_Name: + m_EditorClassIdentifier: + m_TrackingType: 0 + m_UpdateType: 0 + m_PositionInput: + m_UseReference: 1 + m_Action: + m_Name: Position Input + m_Type: 0 + m_ExpectedControlType: + m_Id: e3292456-9857-4d13-8e6f-2201600a4848 + m_Processors: + m_Interactions: + m_SingletonActionBindings: + - m_Name: + m_Id: 2caadaed-6cae-4206-871a-7d122f9443b7 + m_Path: {Tracker4}/devicePosition + m_Interactions: + m_Processors: + m_Groups: + m_Action: Position Input + m_Flags: 0 + m_Flags: 0 + m_Reference: {fileID: 7676930132304784382, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + m_RotationInput: + m_UseReference: 1 + m_Action: + m_Name: Rotation Input + m_Type: 0 + m_ExpectedControlType: + m_Id: 8236fd6b-5775-45b4-b768-d7978c047049 + m_Processors: + m_Interactions: + m_SingletonActionBindings: + - m_Name: + m_Id: 7406a299-3f75-40d3-9f0a-bc8cfd60eecb + m_Path: {Tracker4}/deviceRotation + m_Interactions: + m_Processors: + m_Groups: + m_Action: Rotation Input + m_Flags: 0 + m_Flags: 0 + m_Reference: {fileID: -804114459556465244, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + m_PositionAction: + m_Name: + m_Type: 0 + m_ExpectedControlType: + m_Id: + m_Processors: + m_Interactions: + m_SingletonActionBindings: [] + m_Flags: 0 + m_RotationAction: + m_Name: + m_Type: 0 + m_ExpectedControlType: + m_Id: + m_Processors: + m_Interactions: + m_SingletonActionBindings: [] + m_Flags: 0 + m_HasMigratedActions: 1 --- !u!1 &1297757831 GameObject: m_ObjectHideFlags: 0 @@ -18786,7 +21194,7 @@ GameObject: - component: {fileID: 1303297352} - component: {fileID: 1303297351} m_Layer: 0 - m_Name: XRTrackerText4 + m_Name: Tracker4RightAnkle m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 @@ -18824,11 +21232,11 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 8712396b9916fe84da21229ef2e2dbb5, type: 3} m_Name: m_EditorClassIdentifier: - m_Index: 4 - m_IsTracked: {fileID: 3318197192577308883, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} - m_TrackingState: {fileID: -3309587867527483184, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} - m_Position: {fileID: 412289074140539111, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} - m_Rotation: {fileID: -8101582229842654900, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + m_TrackerName: Tracker 4 + m_IsTracked: {fileID: -7345373580490958299, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + m_TrackingState: {fileID: -8781820432748197562, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + m_Position: {fileID: 1760866676959018908, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + m_Rotation: {fileID: -2199575455336610917, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} --- !u!114 &1303297352 MonoBehaviour: m_ObjectHideFlags: 0 @@ -18862,7 +21270,7 @@ MonoBehaviour: m_HorizontalOverflow: 0 m_VerticalOverflow: 0 m_LineSpacing: 1 - m_Text: Tracker4 + m_Text: Tracker 4 --- !u!222 &1303297353 CanvasRenderer: m_ObjectHideFlags: 0 @@ -19291,7 +21699,7 @@ GameObject: - component: {fileID: 1330451527} - component: {fileID: 1330451526} m_Layer: 0 - m_Name: XRTrackerText0 + m_Name: Tracker0Waist m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 @@ -19329,11 +21737,11 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 8712396b9916fe84da21229ef2e2dbb5, type: 3} m_Name: m_EditorClassIdentifier: - m_Index: 0 - m_IsTracked: {fileID: -7576675258373086601, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} - m_TrackingState: {fileID: 389600067806997221, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} - m_Position: {fileID: -2590050506901898806, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} - m_Rotation: {fileID: -9092777530586965336, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + m_TrackerName: Tracker 0 + m_IsTracked: {fileID: -4075331206353396614, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + m_TrackingState: {fileID: 1892801136238123075, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + m_Position: {fileID: -435773219102049562, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + m_Rotation: {fileID: 8869308336890601743, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} --- !u!114 &1330451527 MonoBehaviour: m_ObjectHideFlags: 0 @@ -19367,7 +21775,7 @@ MonoBehaviour: m_HorizontalOverflow: 0 m_VerticalOverflow: 0 m_LineSpacing: 1 - m_Text: Tracker0 + m_Text: Tracker 0 --- !u!222 &1330451528 CanvasRenderer: m_ObjectHideFlags: 0 @@ -19575,13 +21983,16 @@ Transform: m_Children: - {fileID: 1632739323} - {fileID: 1695125237} - - {fileID: 998095675} - {fileID: 480643924} + - {fileID: 998095675} - {fileID: 1899457361} - {fileID: 980079081} - {fileID: 58863413} - {fileID: 1059204856} - {fileID: 486365801} + - {fileID: 1383951969} + - {fileID: 1279460414} + - {fileID: 922510964} m_Father: {fileID: 1060976101} m_RootOrder: 5 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} @@ -19599,41 +22010,25 @@ MonoBehaviour: m_EditorClassIdentifier: m_ObjectInfos: - DeviceIndex: 0 - IsActive: {fileID: -7576675258373086601, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} - TrackingState: {fileID: 389600067806997221, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + IsActive: {fileID: -4075331206353396614, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + TrackingState: {fileID: 1892801136238123075, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} ObjectToHide: {fileID: 1632739322} - DeviceIndex: 1 - IsActive: {fileID: -4870919732176284754, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} - TrackingState: {fileID: -6825434187223142982, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + IsActive: {fileID: 4282205522676104102, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + TrackingState: {fileID: -633232421337915597, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} ObjectToHide: {fileID: 1695125236} - DeviceIndex: 2 - IsActive: {fileID: 8608451424645928797, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} - TrackingState: {fileID: -5969595635268319263, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} - ObjectToHide: {fileID: 998095674} - - DeviceIndex: 3 - IsActive: {fileID: -5668615252549148695, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} - TrackingState: {fileID: 1588489906037014933, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + IsActive: {fileID: -2751704700927415866, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + TrackingState: {fileID: 3930846034774602431, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} ObjectToHide: {fileID: 480643923} + - DeviceIndex: 3 + IsActive: {fileID: -4035614722232820992, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + TrackingState: {fileID: -2295886707305085291, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + ObjectToHide: {fileID: 998095674} - DeviceIndex: 4 - IsActive: {fileID: 3318197192577308883, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} - TrackingState: {fileID: -3309587867527483184, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + IsActive: {fileID: -7345373580490958299, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + TrackingState: {fileID: -8781820432748197562, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} ObjectToHide: {fileID: 1899457360} - - DeviceIndex: 5 - IsActive: {fileID: -1325459609921748498, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} - TrackingState: {fileID: 879416891568715505, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} - ObjectToHide: {fileID: 980079080} - - DeviceIndex: 6 - IsActive: {fileID: 6455424951349686382, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} - TrackingState: {fileID: 8950206151052611951, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} - ObjectToHide: {fileID: 58863412} - - DeviceIndex: 7 - IsActive: {fileID: -3458066714675828102, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} - TrackingState: {fileID: -7499599566780252667, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} - ObjectToHide: {fileID: 1059204855} - - DeviceIndex: 8 - IsActive: {fileID: 1746542810429780257, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} - TrackingState: {fileID: -2971917868195328274, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} - ObjectToHide: {fileID: 486365800} --- !u!1 &1359548008 GameObject: m_ObjectHideFlags: 0 @@ -20076,7 +22471,7 @@ MonoBehaviour: m_HorizontalOverflow: 0 m_VerticalOverflow: 0 m_LineSpacing: 1 - m_Text: Tracker 0 + m_Text: Tracker 3 --- !u!222 &1375675153 CanvasRenderer: m_ObjectHideFlags: 0 @@ -20138,6 +22533,38 @@ MonoBehaviour: m_EditorClassIdentifier: m_ActionReference: {fileID: 2526168894431210536, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} slider: {fileID: 241874083} +--- !u!1 &1383951968 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1383951969} + m_Layer: 0 + m_Name: RightKnee + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!4 &1383951969 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1383951968} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 1294499422} + m_Father: {fileID: 1353956195} + m_RootOrder: 9 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &1422176857 GameObject: m_ObjectHideFlags: 0 @@ -21147,6 +23574,86 @@ MonoBehaviour: enabledColor: {r: 0, g: 1, b: 0, a: 1} disabledColor: {r: 1, g: 0, b: 0, a: 1} image: {fileID: 1869469534} +--- !u!1 &1486498719 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1486498720} + - component: {fileID: 1486498722} + - component: {fileID: 1486498721} + m_Layer: 5 + m_Name: PoseName + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1486498720 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1486498719} + m_LocalRotation: {x: 0, y: 0, z: -0.7071068, w: 0.7071068} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 0.05, y: 0.05, z: 0.05} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 1699665893} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: -90} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: -25, y: -30} + m_SizeDelta: {x: 1000, y: 1000} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1486498721 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1486498719} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 300 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 3 + m_MaxSize: 300 + m_Alignment: 4 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: Tracker 0 +--- !u!222 &1486498722 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1486498719} + m_CullTransparentMesh: 0 --- !u!1 &1487576991 GameObject: m_ObjectHideFlags: 0 @@ -21685,6 +24192,103 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1519931346} m_CullTransparentMesh: 1 +--- !u!1 &1521656601 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1521656602} + - component: {fileID: 1521656605} + - component: {fileID: 1521656604} + - component: {fileID: 1521656603} + m_Layer: 0 + m_Name: TextInputDevices8-15 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1521656602 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1521656601} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 794793302} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 550, y: 1000} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1521656603 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1521656601} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 871111764a2c66043bf49bde40b9bb1f, type: 3} + m_Name: + m_EditorClassIdentifier: + useXrNode: 0 + useRole: 0 + StartIndex: 8 + EndIndex: 15 +--- !u!114 &1521656604 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1521656601} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.8758814, g: 0.8784314, b: 0.1764706, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 18 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 1 + m_MaxSize: 40 + m_Alignment: 0 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: 'Input Devices:' +--- !u!222 &1521656605 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1521656601} + m_CullTransparentMesh: 1 --- !u!1 &1525162264 GameObject: m_ObjectHideFlags: 0 @@ -21767,6 +24371,204 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1525162264} m_CullTransparentMesh: 0 +--- !u!1 &1529703748 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1529703749} + - component: {fileID: 1529703752} + - component: {fileID: 1529703751} + - component: {fileID: 1529703750} + m_Layer: 0 + m_Name: TextInputDevices0-7 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1529703749 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1529703748} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 794793302} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: -570, y: 0} + m_SizeDelta: {x: 550, y: 1000} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1529703750 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1529703748} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 871111764a2c66043bf49bde40b9bb1f, type: 3} + m_Name: + m_EditorClassIdentifier: + useXrNode: 0 + useRole: 0 + StartIndex: 0 + EndIndex: 7 +--- !u!114 &1529703751 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1529703748} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.8784314, g: 0.6567015, b: 0.1764706, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 18 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 1 + m_MaxSize: 40 + m_Alignment: 0 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: 'Input Devices:' +--- !u!222 &1529703752 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1529703748} + m_CullTransparentMesh: 1 +--- !u!1 &1529985804 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1529985805} + - component: {fileID: 1529985808} + - component: {fileID: 1529985807} + - component: {fileID: 1529985806} + m_Layer: 5 + m_Name: Canvas + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1529985805 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1529985804} + m_LocalRotation: {x: 0.5, y: -0.5, z: 0.5, w: 0.5} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 0.001, y: 0.001, z: 0.001} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 2105005285} + m_Father: {fileID: 1189149535} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 90, y: -90, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0.005} + m_SizeDelta: {x: 662, y: 423} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1529985806 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1529985804} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: dc42784cf147c0c48a680349fa168899, type: 3} + m_Name: + m_EditorClassIdentifier: + m_IgnoreReversedGraphics: 1 + m_BlockingObjects: 0 + m_BlockingMask: + serializedVersion: 2 + m_Bits: 4294967295 +--- !u!114 &1529985807 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1529985804} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0cd44c1031e13a943bb63640046fad76, type: 3} + m_Name: + m_EditorClassIdentifier: + m_UiScaleMode: 0 + m_ReferencePixelsPerUnit: 100 + m_ScaleFactor: 1 + m_ReferenceResolution: {x: 800, y: 600} + m_ScreenMatchMode: 0 + m_MatchWidthOrHeight: 0 + m_PhysicalUnit: 3 + m_FallbackScreenDPI: 96 + m_DefaultSpriteDPI: 96 + m_DynamicPixelsPerUnit: 1 + m_PresetInfoIsWorld: 1 +--- !u!223 &1529985808 +Canvas: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1529985804} + m_Enabled: 1 + serializedVersion: 3 + m_RenderMode: 2 + m_Camera: {fileID: 963194227} + m_PlaneDistance: 100 + m_PixelPerfect: 0 + m_ReceivesEvents: 1 + m_OverrideSorting: 0 + m_OverridePixelPerfect: 0 + m_SortingBucketNormalizedSize: 0 + m_AdditionalShaderChannelsFlag: 0 + m_SortingLayerID: 0 + m_SortingOrder: 0 + m_TargetDisplay: 0 --- !u!1 &1532628513 GameObject: m_ObjectHideFlags: 0 @@ -21780,7 +24582,7 @@ GameObject: - component: {fileID: 1532628516} - component: {fileID: 1532628515} m_Layer: 0 - m_Name: XRTrackerText1 + m_Name: Tracker1LeftWrist m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 @@ -21818,11 +24620,11 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 8712396b9916fe84da21229ef2e2dbb5, type: 3} m_Name: m_EditorClassIdentifier: - m_Index: 1 - m_IsTracked: {fileID: -4870919732176284754, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} - m_TrackingState: {fileID: -6825434187223142982, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} - m_Position: {fileID: -3557207542006708604, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} - m_Rotation: {fileID: -8935720249473169000, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + m_TrackerName: Tracker 1 + m_IsTracked: {fileID: 4282205522676104102, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + m_TrackingState: {fileID: -633232421337915597, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + m_Position: {fileID: -5962029828217132283, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + m_Rotation: {fileID: -4462678269106331646, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} --- !u!114 &1532628516 MonoBehaviour: m_ObjectHideFlags: 0 @@ -21856,7 +24658,7 @@ MonoBehaviour: m_HorizontalOverflow: 0 m_VerticalOverflow: 0 m_LineSpacing: 1 - m_Text: Tracker1 + m_Text: Tracker 1 --- !u!222 &1532628517 CanvasRenderer: m_ObjectHideFlags: 0 @@ -22227,7 +25029,6 @@ MonoBehaviour: m_EditorClassIdentifier: m_TrackingType: 0 m_UpdateType: 0 - m_IgnoreTrackingState: 0 m_PositionInput: m_UseReference: 1 m_Action: @@ -22268,18 +25069,6 @@ MonoBehaviour: m_Flags: 0 m_Flags: 0 m_Reference: {fileID: -3341103204585363708, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} - m_TrackingStateInput: - m_UseReference: 0 - m_Action: - m_Name: - m_Type: 0 - m_ExpectedControlType: - m_Id: - m_Processors: - m_Interactions: - m_SingletonActionBindings: [] - m_Flags: 0 - m_Reference: {fileID: 0} m_PositionAction: m_Name: Position m_Type: 0 @@ -22891,11 +25680,13 @@ Transform: m_Children: - {fileID: 1741443131} - {fileID: 573203267} + - {fileID: 1599303145} - {fileID: 867397450} - {fileID: 169007645} + - {fileID: 1654580157} - {fileID: 1957853035} - {fileID: 1771603328} - - {fileID: 1654580157} + - {fileID: 99841489} m_Father: {fileID: 0} m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} @@ -22975,6 +25766,109 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1597119384} m_CullTransparentMesh: 0 +--- !u!1 &1599303144 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1599303145} + - component: {fileID: 1599303148} + - component: {fileID: 1599303147} + - component: {fileID: 1599303149} + m_Layer: 0 + m_Name: ButtonCanvas + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1599303145 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1599303144} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 1} + m_LocalScale: {x: 0.005, y: 0.005, z: 0.005} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 862619067} + m_Father: {fileID: 1588199579} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: -0.522, y: -2.82} + m_SizeDelta: {x: 200, y: 100} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1599303147 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1599303144} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0cd44c1031e13a943bb63640046fad76, type: 3} + m_Name: + m_EditorClassIdentifier: + m_UiScaleMode: 0 + m_ReferencePixelsPerUnit: 100 + m_ScaleFactor: 1 + m_ReferenceResolution: {x: 800, y: 600} + m_ScreenMatchMode: 0 + m_MatchWidthOrHeight: 0 + m_PhysicalUnit: 3 + m_FallbackScreenDPI: 96 + m_DefaultSpriteDPI: 96 + m_DynamicPixelsPerUnit: 5 + m_PresetInfoIsWorld: 1 +--- !u!223 &1599303148 +Canvas: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1599303144} + m_Enabled: 1 + serializedVersion: 3 + m_RenderMode: 2 + m_Camera: {fileID: 963194227} + m_PlaneDistance: 100 + m_PixelPerfect: 0 + m_ReceivesEvents: 1 + m_OverrideSorting: 0 + m_OverridePixelPerfect: 0 + m_SortingBucketNormalizedSize: 0 + m_AdditionalShaderChannelsFlag: 0 + m_SortingLayerID: 0 + m_SortingOrder: 0 + m_TargetDisplay: 0 +--- !u!114 &1599303149 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1599303144} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: afe3cda3e244f60419474164d6ba3b0b, type: 3} + m_Name: + m_EditorClassIdentifier: + m_IgnoreReversedGraphics: 0 + m_CheckFor2DOcclusion: 0 + m_CheckFor3DOcclusion: 0 + m_MaxDistance: 1000 + m_BlockingMask: + serializedVersion: 2 + m_Bits: 0 --- !u!1 &1601007149 GameObject: m_ObjectHideFlags: 0 @@ -22988,12 +25882,12 @@ GameObject: - component: {fileID: 1601007152} - component: {fileID: 1601007151} m_Layer: 0 - m_Name: XRTrackerText5 + m_Name: Left Hand m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 - m_IsActive: 1 + m_IsActive: 0 --- !u!224 &1601007150 RectTransform: m_ObjectHideFlags: 0 @@ -23026,7 +25920,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 8712396b9916fe84da21229ef2e2dbb5, type: 3} m_Name: m_EditorClassIdentifier: - m_Index: 5 + m_TrackerName: m_IsTracked: {fileID: -1325459609921748498, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} m_TrackingState: {fileID: 879416891568715505, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} m_Position: {fileID: 7942067189166913181, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} @@ -23064,7 +25958,7 @@ MonoBehaviour: m_HorizontalOverflow: 0 m_VerticalOverflow: 0 m_LineSpacing: 1 - m_Text: Tracker5 + m_Text: Left Hand --- !u!222 &1601007153 CanvasRenderer: m_ObjectHideFlags: 0 @@ -23408,7 +26302,6 @@ MonoBehaviour: m_EditorClassIdentifier: m_TrackingType: 0 m_UpdateType: 0 - m_IgnoreTrackingState: 0 m_PositionInput: m_UseReference: 1 m_Action: @@ -23449,18 +26342,6 @@ MonoBehaviour: m_Flags: 0 m_Flags: 0 m_Reference: {fileID: 7542131730279260107, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} - m_TrackingStateInput: - m_UseReference: 0 - m_Action: - m_Name: - m_Type: 0 - m_ExpectedControlType: - m_Id: - m_Processors: - m_Interactions: - m_SingletonActionBindings: [] - m_Flags: 0 - m_Reference: {fileID: 0} m_PositionAction: m_Name: Position m_Type: 0 @@ -23660,7 +26541,7 @@ GameObject: m_Component: - component: {fileID: 1632739323} m_Layer: 0 - m_Name: VisibleElements0 + m_Name: Tracker0Waist m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 @@ -23887,7 +26768,6 @@ MonoBehaviour: m_EditorClassIdentifier: m_TrackingType: 0 m_UpdateType: 0 - m_IgnoreTrackingState: 0 m_PositionInput: m_UseReference: 1 m_Action: @@ -23928,18 +26808,6 @@ MonoBehaviour: m_Flags: 0 m_Flags: 0 m_Reference: {fileID: -5913230009485065526, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} - m_TrackingStateInput: - m_UseReference: 0 - m_Action: - m_Name: - m_Type: 0 - m_ExpectedControlType: - m_Id: - m_Processors: - m_Interactions: - m_SingletonActionBindings: [] - m_Flags: 0 - m_Reference: {fileID: 0} m_PositionAction: m_Name: m_Type: 0 @@ -24116,18 +26984,18 @@ RectTransform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1654580156} - m_LocalRotation: {x: 0, y: 0.19731519, z: 0, w: 0.9803401} - m_LocalPosition: {x: 0, y: 0, z: 2} + m_LocalRotation: {x: 0, y: 0.38268343, z: 0, w: 0.92387956} + m_LocalPosition: {x: 0, y: 0, z: 1.581} m_LocalScale: {x: 0.003, y: 0.003, z: 0.003} m_ConstrainProportionsScale: 0 m_Children: - {fileID: 1519931347} m_Father: {fileID: 1588199579} - m_RootOrder: 6 - m_LocalEulerAnglesHint: {x: 0, y: 22.76, z: 0} + m_RootOrder: 5 + m_LocalEulerAnglesHint: {x: 0, y: 45, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: 2.075, y: -0.8} + m_AnchoredPosition: {x: 3, y: -1.299} m_SizeDelta: {x: 800, y: 550} m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &1654580158 @@ -24537,7 +27405,7 @@ GameObject: m_Component: - component: {fileID: 1695125237} m_Layer: 0 - m_Name: VisibleElements1 + m_Name: Tracker1LeftWrist m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 @@ -24559,6 +27427,107 @@ Transform: m_Father: {fileID: 1353956195} m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1699665892 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1699665893} + - component: {fileID: 1699665896} + - component: {fileID: 1699665895} + - component: {fileID: 1699665894} + m_Layer: 5 + m_Name: Canvas + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1699665893 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1699665892} + m_LocalRotation: {x: 0.5, y: -0.5, z: 0.5, w: 0.5} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 0.001, y: 0.001, z: 0.001} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 1486498720} + m_Father: {fileID: 1998853911} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 90, y: -90, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0.005} + m_SizeDelta: {x: 662, y: 423} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1699665894 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1699665892} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: dc42784cf147c0c48a680349fa168899, type: 3} + m_Name: + m_EditorClassIdentifier: + m_IgnoreReversedGraphics: 1 + m_BlockingObjects: 0 + m_BlockingMask: + serializedVersion: 2 + m_Bits: 4294967295 +--- !u!114 &1699665895 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1699665892} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0cd44c1031e13a943bb63640046fad76, type: 3} + m_Name: + m_EditorClassIdentifier: + m_UiScaleMode: 0 + m_ReferencePixelsPerUnit: 100 + m_ScaleFactor: 1 + m_ReferenceResolution: {x: 800, y: 600} + m_ScreenMatchMode: 0 + m_MatchWidthOrHeight: 0 + m_PhysicalUnit: 3 + m_FallbackScreenDPI: 96 + m_DefaultSpriteDPI: 96 + m_DynamicPixelsPerUnit: 1 + m_PresetInfoIsWorld: 1 +--- !u!223 &1699665896 +Canvas: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1699665892} + m_Enabled: 1 + serializedVersion: 3 + m_RenderMode: 2 + m_Camera: {fileID: 963194227} + m_PlaneDistance: 100 + m_PixelPerfect: 0 + m_ReceivesEvents: 1 + m_OverrideSorting: 0 + m_OverridePixelPerfect: 0 + m_SortingBucketNormalizedSize: 0 + m_AdditionalShaderChannelsFlag: 0 + m_SortingLayerID: 0 + m_SortingOrder: 0 + m_TargetDisplay: 0 --- !u!1 &1702356771 GameObject: m_ObjectHideFlags: 0 @@ -24821,6 +27790,88 @@ MonoBehaviour: enabledColor: {r: 0, g: 1, b: 0, a: 1} disabledColor: {r: 1, g: 0, b: 0, a: 1} image: {fileID: 1678631316} +--- !u!1 &1714724963 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1714724964} + - component: {fileID: 1714724966} + - component: {fileID: 1714724965} + m_Layer: 5 + m_Name: Text + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1714724964 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1714724963} + m_LocalRotation: {x: 0, y: 0, z: -0.7071068, w: 0.7071068} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 0.1, y: 0.1, z: 0.1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 1878768106} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: -90} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 85, y: 118} + m_SizeDelta: {x: 2000, y: 455.7} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1714724965 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1714724963} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 150 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 0 + m_MaxSize: 300 + m_Alignment: 1 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: 'System + + Touch' +--- !u!222 &1714724966 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1714724963} + m_CullTransparentMesh: 0 --- !u!1 &1718876086 GameObject: m_ObjectHideFlags: 0 @@ -25140,6 +28191,61 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1732395585} m_CullTransparentMesh: 0 +--- !u!1 &1735757208 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1735757209} + - component: {fileID: 1735757210} + m_Layer: 5 + m_Name: SystemTouch + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1735757209 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1735757208} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 0.5, y: 0.5, z: 0.5} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 619101461} + - {fileID: 590173704} + m_Father: {fileID: 584254223} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 0, y: -27} + m_SizeDelta: {x: 100, y: 100} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1735757210 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1735757208} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 1879fed0e0310334fb310daf7dcc4784, type: 3} + m_Name: + m_EditorClassIdentifier: + m_ActionReference: {fileID: -6339248268752122826, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + enabledColor: {r: 0, g: 1, b: 0, a: 1} + disabledColor: {r: 1, g: 0, b: 0, a: 1} + image: {fileID: 590173705} --- !u!1 &1741443127 GameObject: m_ObjectHideFlags: 0 @@ -25572,6 +28678,61 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1763268537} m_CullTransparentMesh: 0 +--- !u!1 &1770085099 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1770085100} + - component: {fileID: 1770085101} + m_Layer: 5 + m_Name: SystemClick + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1770085100 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1770085099} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 0.5, y: 0.5, z: 0.5} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 2015254242} + - {fileID: 826975138} + m_Father: {fileID: 584254223} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 0, y: 4} + m_SizeDelta: {x: 100, y: 100} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1770085101 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1770085099} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 1879fed0e0310334fb310daf7dcc4784, type: 3} + m_Name: + m_EditorClassIdentifier: + m_ActionReference: {fileID: -2074503359615047585, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + enabledColor: {r: 0, g: 1, b: 0, a: 1} + disabledColor: {r: 1, g: 0, b: 0, a: 1} + image: {fileID: 826975139} --- !u!1 &1771603327 GameObject: m_ObjectHideFlags: 0 @@ -25598,19 +28759,19 @@ RectTransform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1771603327} - m_LocalRotation: {x: 0, y: -0.45926985, z: 0, w: 0.8882968} - m_LocalPosition: {x: 0, y: 0, z: 0.43} + m_LocalRotation: {x: 0, y: -0.5, z: 0, w: 0.8660254} + m_LocalPosition: {x: 0, y: 0, z: -0.819} m_LocalScale: {x: 0.003, y: 0.003, z: 0.003} m_ConstrainProportionsScale: 0 m_Children: - {fileID: 89851396} m_Father: {fileID: 1588199579} - m_RootOrder: 5 - m_LocalEulerAnglesHint: {x: 0, y: -54.68, z: 0} + m_RootOrder: 7 + m_LocalEulerAnglesHint: {x: 0, y: -60, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: -5.686, y: -1.306} - m_SizeDelta: {x: 800, y: 1200} + m_AnchoredPosition: {x: -5.463, y: -1.306} + m_SizeDelta: {x: 800, y: 1300} m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &1771603329 MonoBehaviour: @@ -26766,7 +29927,7 @@ GameObject: - component: {fileID: 1821285666} - component: {fileID: 1821285665} m_Layer: 0 - m_Name: XRTrackerText3 + m_Name: Tracker3LeftAnkle m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 @@ -26804,11 +29965,11 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 8712396b9916fe84da21229ef2e2dbb5, type: 3} m_Name: m_EditorClassIdentifier: - m_Index: 3 - m_IsTracked: {fileID: -5668615252549148695, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} - m_TrackingState: {fileID: 1588489906037014933, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} - m_Position: {fileID: -5813233621755947559, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} - m_Rotation: {fileID: 5270605523567071934, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + m_TrackerName: Tracker 3 + m_IsTracked: {fileID: -4035614722232820992, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + m_TrackingState: {fileID: -2295886707305085291, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + m_Position: {fileID: -2759337842053880306, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + m_Rotation: {fileID: 728203289168863980, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} --- !u!114 &1821285666 MonoBehaviour: m_ObjectHideFlags: 0 @@ -26842,7 +30003,7 @@ MonoBehaviour: m_HorizontalOverflow: 0 m_VerticalOverflow: 0 m_LineSpacing: 1 - m_Text: Tracker3 + m_Text: Tracker 3 --- !u!222 &1821285667 CanvasRenderer: m_ObjectHideFlags: 0 @@ -27149,7 +30310,6 @@ MonoBehaviour: m_EditorClassIdentifier: m_TrackingType: 0 m_UpdateType: 0 - m_IgnoreTrackingState: 0 m_PositionInput: m_UseReference: 0 m_Action: @@ -27190,18 +30350,6 @@ MonoBehaviour: m_Flags: 0 m_Flags: 0 m_Reference: {fileID: 0} - m_TrackingStateInput: - m_UseReference: 0 - m_Action: - m_Name: - m_Type: 0 - m_ExpectedControlType: - m_Id: - m_Processors: - m_Interactions: - m_SingletonActionBindings: [] - m_Flags: 0 - m_Reference: {fileID: 0} m_PositionAction: m_Name: Position m_Type: 0 @@ -27328,7 +30476,7 @@ GameObject: - component: {fileID: 1858958783} - component: {fileID: 1858958784} m_Layer: 0 - m_Name: Device8 + m_Name: Device m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 @@ -27342,7 +30490,7 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1858958782} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0.3, y: -0.4, z: 0} + m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: @@ -27366,7 +30514,6 @@ MonoBehaviour: m_EditorClassIdentifier: m_TrackingType: 0 m_UpdateType: 0 - m_IgnoreTrackingState: 0 m_PositionInput: m_UseReference: 1 m_Action: @@ -27407,18 +30554,6 @@ MonoBehaviour: m_Flags: 0 m_Flags: 0 m_Reference: {fileID: -6156402840757109461, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} - m_TrackingStateInput: - m_UseReference: 0 - m_Action: - m_Name: - m_Type: 0 - m_ExpectedControlType: - m_Id: - m_Processors: - m_Interactions: - m_SingletonActionBindings: [] - m_Flags: 0 - m_Reference: {fileID: 0} m_PositionAction: m_Name: m_Type: 0 @@ -27540,6 +30675,86 @@ Canvas: m_SortingLayerID: 0 m_SortingOrder: 0 m_TargetDisplay: 0 +--- !u!1 &1863449114 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1863449115} + - component: {fileID: 1863449117} + - component: {fileID: 1863449116} + m_Layer: 0 + m_Name: Text (Legacy) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1863449115 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1863449114} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 862619067} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1863449116 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1863449114} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0, g: 0, b: 0, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 14 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 10 + m_MaxSize: 40 + m_Alignment: 4 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: Quit +--- !u!222 &1863449117 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1863449114} + m_CullTransparentMesh: 1 --- !u!1 &1869469532 GameObject: m_ObjectHideFlags: 0 @@ -27687,7 +30902,7 @@ MonoBehaviour: m_HorizontalOverflow: 0 m_VerticalOverflow: 0 m_LineSpacing: 1 - m_Text: Tracker 0 + m_Text: Tracker 4 --- !u!222 &1873548575 CanvasRenderer: m_ObjectHideFlags: 0 @@ -27696,6 +30911,61 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1873548572} m_CullTransparentMesh: 0 +--- !u!1 &1878768105 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1878768106} + - component: {fileID: 1878768107} + m_Layer: 5 + m_Name: SystemTouch + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1878768106 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1878768105} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 0.5, y: 0.5, z: 0.5} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 1714724964} + - {fileID: 1119956927} + m_Father: {fileID: 1176280139} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 0, y: -27} + m_SizeDelta: {x: 100, y: 100} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1878768107 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1878768105} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 1879fed0e0310334fb310daf7dcc4784, type: 3} + m_Name: + m_EditorClassIdentifier: + m_ActionReference: {fileID: -6339248268752122826, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + enabledColor: {r: 0, g: 1, b: 0, a: 1} + disabledColor: {r: 1, g: 0, b: 0, a: 1} + image: {fileID: 1119956928} --- !u!1 &1879389603 GameObject: m_ObjectHideFlags: 0 @@ -27907,7 +31177,7 @@ GameObject: - component: {fileID: 1885422055} - component: {fileID: 1885422054} m_Layer: 0 - m_Name: XRTrackerText8 + m_Name: Right Wrist m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 @@ -27945,7 +31215,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 8712396b9916fe84da21229ef2e2dbb5, type: 3} m_Name: m_EditorClassIdentifier: - m_Index: 8 + m_TrackerName: m_IsTracked: {fileID: 1746542810429780257, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} m_TrackingState: {fileID: -2971917868195328274, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} m_Position: {fileID: 1072078676462969790, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} @@ -27983,7 +31253,7 @@ MonoBehaviour: m_HorizontalOverflow: 0 m_VerticalOverflow: 0 m_LineSpacing: 1 - m_Text: Tracker8 + m_Text: Right Wrist --- !u!222 &1885422056 CanvasRenderer: m_ObjectHideFlags: 0 @@ -28159,7 +31429,7 @@ GameObject: m_Component: - component: {fileID: 1899457361} m_Layer: 0 - m_Name: VisibleElements4 + m_Name: Tracker4RightAnkle m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 @@ -29024,6 +32294,61 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1954607562} m_CullTransparentMesh: 0 +--- !u!1 &1956272065 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1956272066} + - component: {fileID: 1956272067} + m_Layer: 5 + m_Name: SystemClick + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1956272066 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1956272065} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 0.5, y: 0.5, z: 0.5} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 930008824} + - {fileID: 2090447366} + m_Father: {fileID: 1176280139} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 0, y: 4} + m_SizeDelta: {x: 100, y: 100} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1956272067 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1956272065} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 1879fed0e0310334fb310daf7dcc4784, type: 3} + m_Name: + m_EditorClassIdentifier: + m_ActionReference: {fileID: -2074503359615047585, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + enabledColor: {r: 0, g: 1, b: 0, a: 1} + disabledColor: {r: 1, g: 0, b: 0, a: 1} + image: {fileID: 2090447367} --- !u!1 &1956513818 GameObject: m_ObjectHideFlags: 0 @@ -29126,18 +32451,18 @@ RectTransform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1957853034} - m_LocalRotation: {x: 0, y: -0.2699283, z: 0, w: 0.96288043} - m_LocalPosition: {x: 0, y: 0, z: 2} + m_LocalRotation: {x: 0, y: -0.38268343, z: 0, w: 0.92387956} + m_LocalPosition: {x: 0, y: 0, z: 1.198} m_LocalScale: {x: 0.003, y: 0.003, z: 0.003} m_ConstrainProportionsScale: 0 m_Children: - {fileID: 431989751} m_Father: {fileID: 1588199579} - m_RootOrder: 4 - m_LocalEulerAnglesHint: {x: 0, y: -31.32, z: 0} + m_RootOrder: 6 + m_LocalEulerAnglesHint: {x: 0, y: -45, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: -3.664, y: -1.306} + m_AnchoredPosition: {x: -4.466, y: -0.561} m_SizeDelta: {x: 800, y: 650} m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &1957853036 @@ -29619,7 +32944,7 @@ GameObject: - component: {fileID: 1986878642} - component: {fileID: 1986878643} m_Layer: 0 - m_Name: Device2 + m_Name: Device m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 @@ -29633,7 +32958,7 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1986878641} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: -0.2, z: 0} + m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: @@ -29657,7 +32982,6 @@ MonoBehaviour: m_EditorClassIdentifier: m_TrackingType: 0 m_UpdateType: 0 - m_IgnoreTrackingState: 0 m_PositionInput: m_UseReference: 1 m_Action: @@ -29677,7 +33001,7 @@ MonoBehaviour: m_Action: Position Input m_Flags: 0 m_Flags: 0 - m_Reference: {fileID: -36006150797033997, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + m_Reference: {fileID: -2759337842053880306, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} m_RotationInput: m_UseReference: 1 m_Action: @@ -29697,19 +33021,115 @@ MonoBehaviour: m_Action: Rotation Input m_Flags: 0 m_Flags: 0 - m_Reference: {fileID: 6249284665234278292, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} - m_TrackingStateInput: - m_UseReference: 0 + m_Reference: {fileID: 728203289168863980, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + m_PositionAction: + m_Name: + m_Type: 0 + m_ExpectedControlType: + m_Id: + m_Processors: + m_Interactions: + m_SingletonActionBindings: [] + m_Flags: 0 + m_RotationAction: + m_Name: + m_Type: 0 + m_ExpectedControlType: + m_Id: + m_Processors: + m_Interactions: + m_SingletonActionBindings: [] + m_Flags: 0 + m_HasMigratedActions: 1 +--- !u!1 &1998853910 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1998853911} + - component: {fileID: 1998853912} + m_Layer: 0 + m_Name: Device + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1998853911 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1998853910} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 1176280139} + - {fileID: 1699665893} + - {fileID: 447205076} + m_Father: {fileID: 922510964} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &1998853912 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1998853910} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: c2fadf230d1919748a9aa21d40f74619, type: 3} + m_Name: + m_EditorClassIdentifier: + m_TrackingType: 0 + m_UpdateType: 0 + m_PositionInput: + m_UseReference: 1 m_Action: - m_Name: + m_Name: Position Input m_Type: 0 m_ExpectedControlType: - m_Id: + m_Id: e3292456-9857-4d13-8e6f-2201600a4848 m_Processors: m_Interactions: - m_SingletonActionBindings: [] + m_SingletonActionBindings: + - m_Name: + m_Id: 2caadaed-6cae-4206-871a-7d122f9443b7 + m_Path: {Tracker4}/devicePosition + m_Interactions: + m_Processors: + m_Groups: + m_Action: Position Input + m_Flags: 0 m_Flags: 0 - m_Reference: {fileID: 0} + m_Reference: {fileID: -2543940581219376704, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + m_RotationInput: + m_UseReference: 1 + m_Action: + m_Name: Rotation Input + m_Type: 0 + m_ExpectedControlType: + m_Id: 8236fd6b-5775-45b4-b768-d7978c047049 + m_Processors: + m_Interactions: + m_SingletonActionBindings: + - m_Name: + m_Id: 7406a299-3f75-40d3-9f0a-bc8cfd60eecb + m_Path: {Tracker4}/deviceRotation + m_Interactions: + m_Processors: + m_Groups: + m_Action: Rotation Input + m_Flags: 0 + m_Flags: 0 + m_Reference: {fileID: -2828906173848764559, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} m_PositionAction: m_Name: m_Type: 0 @@ -29740,7 +33160,7 @@ GameObject: - component: {fileID: 2002148295} - component: {fileID: 2002148296} m_Layer: 0 - m_Name: Device0 + m_Name: Device m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 @@ -29754,7 +33174,7 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 2002148294} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0.05, y: -0.1, z: 0} + m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: @@ -29778,7 +33198,6 @@ MonoBehaviour: m_EditorClassIdentifier: m_TrackingType: 0 m_UpdateType: 0 - m_IgnoreTrackingState: 0 m_PositionInput: m_UseReference: 1 m_Action: @@ -29798,7 +33217,7 @@ MonoBehaviour: m_Action: Position Input m_Flags: 0 m_Flags: 0 - m_Reference: {fileID: -2590050506901898806, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + m_Reference: {fileID: -435773219102049562, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} m_RotationInput: m_UseReference: 1 m_Action: @@ -29818,19 +33237,7 @@ MonoBehaviour: m_Action: Rotation Input m_Flags: 0 m_Flags: 0 - m_Reference: {fileID: -9092777530586965336, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} - m_TrackingStateInput: - m_UseReference: 0 - m_Action: - m_Name: - m_Type: 0 - m_ExpectedControlType: - m_Id: - m_Processors: - m_Interactions: - m_SingletonActionBindings: [] - m_Flags: 0 - m_Reference: {fileID: 0} + m_Reference: {fileID: 8869308336890601743, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} m_PositionAction: m_Name: m_Type: 0 @@ -30083,6 +33490,88 @@ RectTransform: m_AnchoredPosition: {x: 0, y: 0} m_SizeDelta: {x: -20, y: 0} m_Pivot: {x: 0.5, y: 0.5} +--- !u!1 &2015254241 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2015254242} + - component: {fileID: 2015254244} + - component: {fileID: 2015254243} + m_Layer: 5 + m_Name: Text + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &2015254242 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2015254241} + m_LocalRotation: {x: 0, y: 0, z: -0.7071068, w: 0.7071068} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 0.1, y: 0.1, z: 0.1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 1770085100} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: -90} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 85, y: 118} + m_SizeDelta: {x: 2000, y: 455.7} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &2015254243 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2015254241} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 150 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 0 + m_MaxSize: 300 + m_Alignment: 1 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: 'System + + Press' +--- !u!222 &2015254244 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2015254241} + m_CullTransparentMesh: 0 --- !u!1 &2016125900 GameObject: m_ObjectHideFlags: 0 @@ -30258,7 +33747,6 @@ MonoBehaviour: m_EditorClassIdentifier: m_TrackingType: 0 m_UpdateType: 0 - m_IgnoreTrackingState: 0 m_PositionInput: m_UseReference: 0 m_Action: @@ -30299,18 +33787,6 @@ MonoBehaviour: m_Flags: 0 m_Flags: 0 m_Reference: {fileID: 0} - m_TrackingStateInput: - m_UseReference: 0 - m_Action: - m_Name: - m_Type: 0 - m_ExpectedControlType: - m_Id: - m_Processors: - m_Interactions: - m_SingletonActionBindings: [] - m_Flags: 0 - m_Reference: {fileID: 0} m_PositionAction: m_Name: Position m_Type: 0 @@ -30513,7 +33989,7 @@ GameObject: - component: {fileID: 2028920097} - component: {fileID: 2028920098} m_Layer: 0 - m_Name: Device7 + m_Name: Device m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 @@ -30527,7 +34003,7 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 2028920096} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0.1, y: -0.4, z: 0} + m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: @@ -30551,7 +34027,6 @@ MonoBehaviour: m_EditorClassIdentifier: m_TrackingType: 0 m_UpdateType: 0 - m_IgnoreTrackingState: 0 m_PositionInput: m_UseReference: 1 m_Action: @@ -30592,18 +34067,6 @@ MonoBehaviour: m_Flags: 0 m_Flags: 0 m_Reference: {fileID: 1918483542966450857, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} - m_TrackingStateInput: - m_UseReference: 0 - m_Action: - m_Name: - m_Type: 0 - m_ExpectedControlType: - m_Id: - m_Processors: - m_Interactions: - m_SingletonActionBindings: [] - m_Flags: 0 - m_Reference: {fileID: 0} m_PositionAction: m_Name: m_Type: 0 @@ -31264,6 +34727,82 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 2086162714} m_CullTransparentMesh: 0 +--- !u!1 &2090447365 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2090447366} + - component: {fileID: 2090447368} + - component: {fileID: 2090447367} + m_Layer: 5 + m_Name: Image + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &2090447366 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2090447365} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 0.5, y: 0.5, z: 0.5} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 1956272066} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 45, y: 120} + m_SizeDelta: {x: 100, y: 100} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &2090447367 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2090447365} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 10913, guid: 0000000000000000f000000000000000, type: 0} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!222 &2090447368 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2090447365} + m_CullTransparentMesh: 0 --- !u!1 &2094518941 GameObject: m_ObjectHideFlags: 0 @@ -31467,6 +35006,86 @@ Transform: m_CorrespondingSourceObject: {fileID: 4346727374823547005, guid: bb80d5486fc7a7f428255d7f539caf18, type: 3} m_PrefabInstance: {fileID: 2103065672} m_PrefabAsset: {fileID: 0} +--- !u!1 &2105005284 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2105005285} + - component: {fileID: 2105005287} + - component: {fileID: 2105005286} + m_Layer: 5 + m_Name: PoseName + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &2105005285 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2105005284} + m_LocalRotation: {x: 0, y: 0, z: -0.7071068, w: 0.7071068} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 0.05, y: 0.05, z: 0.05} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 1529985805} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: -90} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: -25, y: -30} + m_SizeDelta: {x: 1000, y: 1000} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &2105005286 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2105005284} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 300 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 3 + m_MaxSize: 300 + m_Alignment: 4 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: Tracker 0 +--- !u!222 &2105005287 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2105005284} + m_CullTransparentMesh: 0 --- !u!1 &2107312737 GameObject: m_ObjectHideFlags: 0 @@ -31681,12 +35300,12 @@ GameObject: - component: {fileID: 2126459073} - component: {fileID: 2126459072} m_Layer: 0 - m_Name: XRTrackerText6 + m_Name: Left Handheld m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 - m_IsActive: 1 + m_IsActive: 0 --- !u!224 &2126459071 RectTransform: m_ObjectHideFlags: 0 @@ -31719,7 +35338,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 8712396b9916fe84da21229ef2e2dbb5, type: 3} m_Name: m_EditorClassIdentifier: - m_Index: 6 + m_TrackerName: m_IsTracked: {fileID: 6455424951349686382, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} m_TrackingState: {fileID: 8950206151052611951, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} m_Position: {fileID: 2619395281493398540, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} @@ -31757,7 +35376,7 @@ MonoBehaviour: m_HorizontalOverflow: 0 m_VerticalOverflow: 0 m_LineSpacing: 1 - m_Text: Tracker6 + m_Text: Left Handheld --- !u!222 &2126459074 CanvasRenderer: m_ObjectHideFlags: 0 @@ -31924,6 +35543,104 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 2138131842} m_CullTransparentMesh: 0 +--- !u!1 &2138676071 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2138676072} + - component: {fileID: 2138676075} + - component: {fileID: 2138676074} + - component: {fileID: 2138676073} + m_Layer: 0 + m_Name: Right Foot + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &2138676072 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2138676071} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 89851396} + m_RootOrder: 11 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 0, y: -563} + m_SizeDelta: {x: 780, y: 100} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &2138676073 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2138676071} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 8712396b9916fe84da21229ef2e2dbb5, type: 3} + m_Name: + m_EditorClassIdentifier: + m_TrackerName: + m_IsTracked: {fileID: -3097304071300978865, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + m_TrackingState: {fileID: 1465633923171083721, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + m_Position: {fileID: -2543940581219376704, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} + m_Rotation: {fileID: -2828906173848764559, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} +--- !u!114 &2138676074 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2138676071} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.860898, g: 0.8773585, b: 0.1779548, a: 1} + m_RaycastTarget: 1 + m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 18 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 1 + m_MaxSize: 40 + m_Alignment: 0 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: Right Foot +--- !u!222 &2138676075 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2138676071} + m_CullTransparentMesh: 1 --- !u!1 &2140251514 GameObject: m_ObjectHideFlags: 0 @@ -31937,7 +35654,7 @@ GameObject: - component: {fileID: 2140251517} - component: {fileID: 2140251516} m_Layer: 0 - m_Name: XRTrackerText15 + m_Name: Right Ankle m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 @@ -31975,7 +35692,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 8712396b9916fe84da21229ef2e2dbb5, type: 3} m_Name: m_EditorClassIdentifier: - m_Index: 15 + m_TrackerName: m_IsTracked: {fileID: 1574451971779058979, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} m_TrackingState: {fileID: 296429117916629930, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} m_Position: {fileID: -6476454305814433948, guid: 699f4d2073ed2e34ea7f7944795b868c, type: 3} @@ -32013,7 +35730,7 @@ MonoBehaviour: m_HorizontalOverflow: 0 m_VerticalOverflow: 0 m_LineSpacing: 1 - m_Text: Tracker15 + m_Text: Right Ankle --- !u!222 &2140251518 CanvasRenderer: m_ObjectHideFlags: 0 diff --git a/com.htc.upm.vive.openxr/Samples~/Samples/Samples/Input/Scripts/VIVE/EyeDataText.cs b/com.htc.upm.vive.openxr/Samples~/Samples/Samples/Input/Scripts/VIVE/EyeDataText.cs index f270892..2a58e74 100644 --- a/com.htc.upm.vive.openxr/Samples~/Samples/Samples/Input/Scripts/VIVE/EyeDataText.cs +++ b/com.htc.upm.vive.openxr/Samples~/Samples/Samples/Input/Scripts/VIVE/EyeDataText.cs @@ -4,6 +4,7 @@ using UnityEngine; using UnityEngine.InputSystem; using UnityEngine.UI; using UnityEngine.XR; +using UnityEngine.XR.OpenXR; namespace VIVE.OpenXR.Samples.OpenXRInput { @@ -159,9 +160,12 @@ namespace VIVE.OpenXR.Samples.OpenXRInput private float GetRefreshRate() { - if (XR_FB_display_refresh_rate.GetDisplayRefreshRate(out float rate) == XrResult.XR_SUCCESS) { return rate; } + if (!OpenXRRuntime.IsExtensionEnabled("XR_FB_display_refresh_rate")) + return 0.0f; - return 0; + if (XR_FB_display_refresh_rate.GetDisplayRefreshRate(out float rate) == XrResult.XR_SUCCESS) { return rate; } + + return 0.0f; } } } diff --git a/com.htc.upm.vive.openxr/Samples~/Samples/Samples/Input/Scripts/VIVE/InputDevicesText.cs b/com.htc.upm.vive.openxr/Samples~/Samples/Samples/Input/Scripts/VIVE/InputDevicesText.cs new file mode 100644 index 0000000..2fa93b5 --- /dev/null +++ b/com.htc.upm.vive.openxr/Samples~/Samples/Samples/Input/Scripts/VIVE/InputDevicesText.cs @@ -0,0 +1,118 @@ +// Copyright HTC Corporation All Rights Reserved. + +using System.Collections.Generic; +using UnityEngine; +using UnityEngine.UI; +using UnityEngine.XR; + +namespace VIVE.OpenXR.Samples.OpenXRInput +{ + [RequireComponent(typeof(Text))] + public class InputDevicesText : MonoBehaviour + { + public bool useXrNode = false; + public bool useRole = false; + public int StartIndex = 0, EndIndex = 0; + + private Text m_Text = null; + private void Awake() + { + m_Text = GetComponent(); + } + + private readonly XRNode[] s_XrNodes = new XRNode[] + { + XRNode.LeftEye, // 0 + XRNode.RightEye, + XRNode.CenterEye, + XRNode.Head, + XRNode.LeftHand, + XRNode.RightHand, // 5 + XRNode.TrackingReference, + XRNode.HardwareTracker, + }; + private readonly InputDeviceRole[] s_DeviceRoles = new InputDeviceRole[] + { + InputDeviceRole.Generic, // 0 + InputDeviceRole.LeftHanded, + InputDeviceRole.RightHanded, + InputDeviceRole.GameController, + InputDeviceRole.TrackingReference, + InputDeviceRole.HardwareTracker, // 5 + InputDeviceRole.LegacyController, + }; + private readonly InputDeviceCharacteristics[] s_Characteristics = new InputDeviceCharacteristics[] + { + InputDeviceCharacteristics.HeadMounted, // 0 + InputDeviceCharacteristics.Camera, + InputDeviceCharacteristics.HeldInHand, + InputDeviceCharacteristics.HandTracking, + InputDeviceCharacteristics.EyeTracking, + InputDeviceCharacteristics.TrackedDevice, // 5 + InputDeviceCharacteristics.Controller, + InputDeviceCharacteristics.TrackingReference, + InputDeviceCharacteristics.Left, + InputDeviceCharacteristics.Right, + InputDeviceCharacteristics.Simulated6DOF, + }; + + internal static List s_InputDevicesXrNode = new List(); + internal static List s_InputDevices = new List(); + internal static List s_InputDevicesRole = new List(); + private void Update() + { + if (m_Text == null) { return; } + + if (useXrNode) + { + m_Text.text = ""; + //for (int node = 0; node < s_XrNodes.Length; node++) + { + InputDevices.GetDevicesAtXRNode(s_XrNodes[7], s_InputDevicesXrNode); + m_Text.text += "Node " + s_XrNodes[7] + " (" + s_InputDevicesXrNode.Count + "):\n"; + for (int i = 0; i < s_InputDevicesXrNode.Count; i++) + { + m_Text.text += "\n" + i + "." + s_InputDevicesXrNode[i].name; + m_Text.text += "\n characteristics: " + s_InputDevicesXrNode[i].characteristics; + m_Text.text += "\n serialNumber: " + s_InputDevicesXrNode[i].serialNumber; + m_Text.text += "\n"; + } + m_Text.text += "\n"; + } + return; + } + + if (useRole) + { + m_Text.text = ""; + //for (int role = 0; role < s_DeviceRoles.Length; role++) + { +#pragma warning disable + InputDevices.GetDevicesWithRole(s_DeviceRoles[5], s_InputDevicesRole); +#pragma warning enable + //InputDevices.GetDevicesWithCharacteristics(s_Characteristics[5], s_InputDevicesRole); + m_Text.text += "Role " + s_DeviceRoles[5] + " (" + s_InputDevicesRole.Count + "):\n"; + for (int i = 0; i < s_InputDevicesRole.Count; i++) + { + m_Text.text += "\n" + i + "." + s_InputDevicesRole[i].name; + m_Text.text += "\n characteristics: " + s_InputDevicesRole[i].characteristics; + m_Text.text += "\n serialNumber: " + s_InputDevicesRole[i].serialNumber; + m_Text.text += "\n"; + } + m_Text.text += "\n"; + } + return; + } + + InputDevices.GetDevices(s_InputDevices); + m_Text.text = "Input Devices (" + s_InputDevices.Count + "):\n"; + for (int i = StartIndex; i < s_InputDevices.Count && i <= EndIndex; i++) + { + m_Text.text += "\n" + i + "." + s_InputDevices[i].name; + m_Text.text += "\n characteristics: " + s_InputDevices[i].characteristics; + m_Text.text += "\n serialNumber: " + s_InputDevices[i].serialNumber; + m_Text.text += "\n"; + } + } + } +} \ No newline at end of file diff --git a/com.htc.upm.vive.openxr/Samples~/Samples/Samples/Input/Scripts/VIVE/InputDevicesText.cs.meta b/com.htc.upm.vive.openxr/Samples~/Samples/Samples/Input/Scripts/VIVE/InputDevicesText.cs.meta new file mode 100644 index 0000000..d7982d3 --- /dev/null +++ b/com.htc.upm.vive.openxr/Samples~/Samples/Samples/Input/Scripts/VIVE/InputDevicesText.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 871111764a2c66043bf49bde40b9bb1f +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/com.htc.upm.vive.openxr/Samples~/Samples/Samples/Input/Scripts/VIVE/TrackerTracking.cs b/com.htc.upm.vive.openxr/Samples~/Samples/Samples/Input/Scripts/VIVE/TrackerTracking.cs index 5fb6f2d..ef21b6e 100644 --- a/com.htc.upm.vive.openxr/Samples~/Samples/Samples/Input/Scripts/VIVE/TrackerTracking.cs +++ b/com.htc.upm.vive.openxr/Samples~/Samples/Samples/Input/Scripts/VIVE/TrackerTracking.cs @@ -29,8 +29,8 @@ namespace VIVE.OpenXR.Samples.OpenXRInput } [SerializeField] - private int m_Index = 0; - public int Index { get { return m_Index; } set { m_Index = value; } } + private string m_TrackerName = ""; + public string TrackerName { get { return m_TrackerName; } set { m_TrackerName = value; } } [SerializeField] private InputActionReference m_IsTracked = null; @@ -58,7 +58,7 @@ namespace VIVE.OpenXR.Samples.OpenXRInput { if (m_Text == null) { return; } - m_Text.text = "Tracker" + m_Index; + m_Text.text = m_TrackerName; m_Text.text += " isTracked: "; { diff --git a/com.htc.upm.vive.openxr/Samples~/Samples/Samples/Passthrough/Scripts/PassthroughSample_Projection.cs b/com.htc.upm.vive.openxr/Samples~/Samples/Samples/Passthrough/Scripts/PassthroughSample_Projection.cs index d85069c..39b6651 100644 --- a/com.htc.upm.vive.openxr/Samples~/Samples/Samples/Passthrough/Scripts/PassthroughSample_Projection.cs +++ b/com.htc.upm.vive.openxr/Samples~/Samples/Samples/Passthrough/Scripts/PassthroughSample_Projection.cs @@ -34,7 +34,24 @@ namespace VIVE.OpenXR.CompositionLayer.Samples.Passthrough private void Update() { - if (passthroughMesh != null && passthroughMeshTransform != null) + if (VRSInputManager.instance.GetButtonDown(VRSButtonReference.B)) //Set Passthrough as Overlay + { + SetPassthroughToOverlay(); + } + if (VRSInputManager.instance.GetButtonDown(VRSButtonReference.A)) //Set Passthrough as Underlay + { + SetPassthroughToUnderlay(); + } + if (VRSInputManager.instance.GetButtonDown(VRSButtonReference.X)) //Switch to world lock + { + SetWorldLock(); + } + if (VRSInputManager.instance.GetButtonDown(VRSButtonReference.Y)) //Switch to head lock + { + SetHeadLock(); + } + + if (passthroughMesh != null && passthroughMeshTransform != null) { if (activePassthroughID == 0) { @@ -45,23 +62,6 @@ namespace VIVE.OpenXR.CompositionLayer.Samples.Passthrough SetPassthroughMesh(); } } - - if (VRSInputManager.instance.GetButtonDown(VRSButtonReference.B)) //Set Passthrough as Overlay - { - SetPassthroughToOverlay(); - } - if (VRSInputManager.instance.GetButtonDown(VRSButtonReference.A)) //Set Passthrough as Underlay - { - SetPassthroughToUnderlay(); - } - if (VRSInputManager.instance.GetButtonDown(VRSButtonReference.X)) //Switch to world lock - { - SetWorldLock(); - } - if (VRSInputManager.instance.GetButtonDown(VRSButtonReference.Y)) //Switch to head lock - { - SetHeadLock(); - } } public void SetPassthroughToOverlay() diff --git a/com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental).meta b/com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental).meta new file mode 100644 index 0000000..c983d28 --- /dev/null +++ b/com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental).meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6dd2b37427619d249ae9aeaa746c2f6f +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo.meta b/com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo.meta new file mode 100644 index 0000000..c98fb2f --- /dev/null +++ b/com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 80e642904ff57634e9191ad924cdbc48 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Arts.meta b/com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Arts.meta new file mode 100644 index 0000000..7487fbb --- /dev/null +++ b/com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Arts.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ba676113e4d2dfc4095675f6fb934d9e +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Arts/Female1_withAvatarIK.avatar.asset b/com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Arts/Female1_withAvatarIK.avatar.asset new file mode 100644 index 0000000..4e85d35 --- /dev/null +++ b/com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Arts/Female1_withAvatarIK.avatar.asset @@ -0,0 +1,4223 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!90 &9000000 +Avatar: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Female1_withAvatarIK.avatar + m_AvatarSize: 34144 + m_Avatar: + serializedVersion: 3 + m_AvatarSkeleton: + data: + m_Node: + - m_ParentId: -1 + m_AxesId: -1 + - m_ParentId: 0 + m_AxesId: -1 + - m_ParentId: 0 + m_AxesId: -1 + - m_ParentId: 0 + m_AxesId: -1 + - m_ParentId: 0 + m_AxesId: -1 + - m_ParentId: 4 + m_AxesId: -1 + - m_ParentId: 5 + m_AxesId: -1 + - m_ParentId: 6 + m_AxesId: -1 + - m_ParentId: 7 + m_AxesId: -1 + - m_ParentId: 8 + m_AxesId: -1 + - m_ParentId: 9 + m_AxesId: -1 + - m_ParentId: 10 + m_AxesId: -1 + - m_ParentId: 10 + m_AxesId: -1 + - m_ParentId: 10 + m_AxesId: -1 + - m_ParentId: 13 + m_AxesId: -1 + - m_ParentId: 14 + m_AxesId: -1 + - m_ParentId: 15 + m_AxesId: -1 + - m_ParentId: 16 + m_AxesId: -1 + - m_ParentId: 17 + m_AxesId: -1 + - m_ParentId: 18 + m_AxesId: -1 + - m_ParentId: 10 + m_AxesId: -1 + - m_ParentId: 20 + m_AxesId: -1 + - m_ParentId: 21 + m_AxesId: -1 + - m_ParentId: 22 + m_AxesId: -1 + - m_ParentId: 23 + m_AxesId: -1 + - m_ParentId: 24 + m_AxesId: -1 + - m_ParentId: 10 + m_AxesId: -1 + - m_ParentId: 26 + m_AxesId: -1 + - m_ParentId: 27 + m_AxesId: -1 + - m_ParentId: 28 + m_AxesId: -1 + - m_ParentId: 29 + m_AxesId: -1 + - m_ParentId: 30 + m_AxesId: -1 + - m_ParentId: 10 + m_AxesId: -1 + - m_ParentId: 32 + m_AxesId: -1 + - m_ParentId: 33 + m_AxesId: -1 + - m_ParentId: 34 + m_AxesId: -1 + - m_ParentId: 35 + m_AxesId: -1 + - m_ParentId: 10 + m_AxesId: -1 + - m_ParentId: 37 + m_AxesId: -1 + - m_ParentId: 38 + m_AxesId: -1 + - m_ParentId: 39 + m_AxesId: -1 + - m_ParentId: 40 + m_AxesId: -1 + - m_ParentId: 10 + m_AxesId: -1 + - m_ParentId: 42 + m_AxesId: -1 + - m_ParentId: 43 + m_AxesId: -1 + - m_ParentId: 44 + m_AxesId: -1 + - m_ParentId: 10 + m_AxesId: -1 + - m_ParentId: 46 + m_AxesId: -1 + - m_ParentId: 47 + m_AxesId: -1 + - m_ParentId: 48 + m_AxesId: -1 + - m_ParentId: 10 + m_AxesId: -1 + - m_ParentId: 50 + m_AxesId: -1 + - m_ParentId: 51 + m_AxesId: -1 + - m_ParentId: 52 + m_AxesId: -1 + - m_ParentId: 10 + m_AxesId: -1 + - m_ParentId: 54 + m_AxesId: -1 + - m_ParentId: 55 + m_AxesId: -1 + - m_ParentId: 56 + m_AxesId: -1 + - m_ParentId: 10 + m_AxesId: -1 + - m_ParentId: 58 + m_AxesId: -1 + - m_ParentId: 59 + m_AxesId: -1 + - m_ParentId: 60 + m_AxesId: -1 + - m_ParentId: 10 + m_AxesId: -1 + - m_ParentId: 62 + m_AxesId: -1 + - m_ParentId: 63 + m_AxesId: -1 + - m_ParentId: 64 + m_AxesId: -1 + - m_ParentId: 10 + m_AxesId: -1 + - m_ParentId: 66 + m_AxesId: -1 + - m_ParentId: 67 + m_AxesId: -1 + - m_ParentId: 68 + m_AxesId: -1 + - m_ParentId: 10 + m_AxesId: -1 + - m_ParentId: 70 + m_AxesId: -1 + - m_ParentId: 71 + m_AxesId: -1 + - m_ParentId: 72 + m_AxesId: -1 + - m_ParentId: 10 + m_AxesId: -1 + - m_ParentId: 74 + m_AxesId: -1 + - m_ParentId: 75 + m_AxesId: -1 + - m_ParentId: 76 + m_AxesId: -1 + - m_ParentId: 10 + m_AxesId: -1 + - m_ParentId: 78 + m_AxesId: -1 + - m_ParentId: 79 + m_AxesId: -1 + - m_ParentId: 80 + m_AxesId: -1 + - m_ParentId: 10 + m_AxesId: -1 + - m_ParentId: 82 + m_AxesId: -1 + - m_ParentId: 83 + m_AxesId: -1 + - m_ParentId: 84 + m_AxesId: -1 + - m_ParentId: 10 + m_AxesId: -1 + - m_ParentId: 86 + m_AxesId: -1 + - m_ParentId: 87 + m_AxesId: -1 + - m_ParentId: 88 + m_AxesId: -1 + - m_ParentId: 10 + m_AxesId: -1 + - m_ParentId: 90 + m_AxesId: -1 + - m_ParentId: 91 + m_AxesId: -1 + - m_ParentId: 92 + m_AxesId: -1 + - m_ParentId: 10 + m_AxesId: -1 + - m_ParentId: 94 + m_AxesId: -1 + - m_ParentId: 95 + m_AxesId: -1 + - m_ParentId: 96 + m_AxesId: -1 + - m_ParentId: 8 + m_AxesId: -1 + - m_ParentId: 98 + m_AxesId: -1 + - m_ParentId: 99 + m_AxesId: -1 + - m_ParentId: 100 + m_AxesId: -1 + - m_ParentId: 101 + m_AxesId: -1 + - m_ParentId: 102 + m_AxesId: -1 + - m_ParentId: 103 + m_AxesId: -1 + - m_ParentId: 101 + m_AxesId: -1 + - m_ParentId: 105 + m_AxesId: -1 + - m_ParentId: 106 + m_AxesId: -1 + - m_ParentId: 101 + m_AxesId: -1 + - m_ParentId: 108 + m_AxesId: -1 + - m_ParentId: 109 + m_AxesId: -1 + - m_ParentId: 101 + m_AxesId: -1 + - m_ParentId: 111 + m_AxesId: -1 + - m_ParentId: 112 + m_AxesId: -1 + - m_ParentId: 101 + m_AxesId: -1 + - m_ParentId: 114 + m_AxesId: -1 + - m_ParentId: 115 + m_AxesId: -1 + - m_ParentId: 101 + m_AxesId: -1 + - m_ParentId: 117 + m_AxesId: -1 + - m_ParentId: 118 + m_AxesId: -1 + - m_ParentId: 100 + m_AxesId: -1 + - m_ParentId: 120 + m_AxesId: -1 + - m_ParentId: 121 + m_AxesId: -1 + - m_ParentId: 8 + m_AxesId: -1 + - m_ParentId: 123 + m_AxesId: -1 + - m_ParentId: 124 + m_AxesId: -1 + - m_ParentId: 125 + m_AxesId: -1 + - m_ParentId: 126 + m_AxesId: -1 + - m_ParentId: 127 + m_AxesId: -1 + - m_ParentId: 128 + m_AxesId: -1 + - m_ParentId: 126 + m_AxesId: -1 + - m_ParentId: 130 + m_AxesId: -1 + - m_ParentId: 131 + m_AxesId: -1 + - m_ParentId: 126 + m_AxesId: -1 + - m_ParentId: 133 + m_AxesId: -1 + - m_ParentId: 134 + m_AxesId: -1 + - m_ParentId: 126 + m_AxesId: -1 + - m_ParentId: 136 + m_AxesId: -1 + - m_ParentId: 137 + m_AxesId: -1 + - m_ParentId: 126 + m_AxesId: -1 + - m_ParentId: 139 + m_AxesId: -1 + - m_ParentId: 140 + m_AxesId: -1 + - m_ParentId: 126 + m_AxesId: -1 + - m_ParentId: 142 + m_AxesId: -1 + - m_ParentId: 143 + m_AxesId: -1 + - m_ParentId: 125 + m_AxesId: -1 + - m_ParentId: 145 + m_AxesId: -1 + - m_ParentId: 146 + m_AxesId: -1 + - m_ParentId: 8 + m_AxesId: -1 + - m_ParentId: 148 + m_AxesId: -1 + - m_ParentId: 149 + m_AxesId: -1 + - m_ParentId: 8 + m_AxesId: -1 + - m_ParentId: 151 + m_AxesId: -1 + - m_ParentId: 152 + m_AxesId: -1 + - m_ParentId: 5 + m_AxesId: -1 + - m_ParentId: 154 + m_AxesId: -1 + - m_ParentId: 155 + m_AxesId: -1 + - m_ParentId: 156 + m_AxesId: -1 + - m_ParentId: 154 + m_AxesId: -1 + - m_ParentId: 158 + m_AxesId: -1 + - m_ParentId: 159 + m_AxesId: -1 + - m_ParentId: 160 + m_AxesId: -1 + - m_ParentId: 161 + m_AxesId: -1 + - m_ParentId: 154 + m_AxesId: -1 + - m_ParentId: 163 + m_AxesId: -1 + - m_ParentId: 164 + m_AxesId: -1 + - m_ParentId: 154 + m_AxesId: -1 + - m_ParentId: 166 + m_AxesId: -1 + - m_ParentId: 167 + m_AxesId: -1 + - m_ParentId: 168 + m_AxesId: -1 + - m_ParentId: 169 + m_AxesId: -1 + - m_ParentId: 154 + m_AxesId: -1 + - m_ParentId: 171 + m_AxesId: -1 + - m_ParentId: 172 + m_AxesId: -1 + - m_ParentId: 154 + m_AxesId: -1 + - m_ParentId: 174 + m_AxesId: -1 + - m_ParentId: 175 + m_AxesId: -1 + - m_ParentId: 5 + m_AxesId: -1 + - m_ParentId: 177 + m_AxesId: -1 + - m_ParentId: 178 + m_AxesId: -1 + - m_ParentId: 179 + m_AxesId: -1 + - m_ParentId: 177 + m_AxesId: -1 + - m_ParentId: 181 + m_AxesId: -1 + - m_ParentId: 182 + m_AxesId: -1 + - m_ParentId: 183 + m_AxesId: -1 + - m_ParentId: 184 + m_AxesId: -1 + - m_ParentId: 177 + m_AxesId: -1 + - m_ParentId: 186 + m_AxesId: -1 + - m_ParentId: 187 + m_AxesId: -1 + - m_ParentId: 177 + m_AxesId: -1 + - m_ParentId: 189 + m_AxesId: -1 + - m_ParentId: 190 + m_AxesId: -1 + - m_ParentId: 191 + m_AxesId: -1 + - m_ParentId: 192 + m_AxesId: -1 + - m_ParentId: 177 + m_AxesId: -1 + - m_ParentId: 194 + m_AxesId: -1 + - m_ParentId: 195 + m_AxesId: -1 + - m_ParentId: 177 + m_AxesId: -1 + - m_ParentId: 197 + m_AxesId: -1 + - m_ParentId: 198 + m_AxesId: -1 + - m_ParentId: 5 + m_AxesId: -1 + - m_ParentId: 200 + m_AxesId: -1 + - m_ParentId: 201 + m_AxesId: -1 + - m_ParentId: 202 + m_AxesId: -1 + - m_ParentId: 203 + m_AxesId: -1 + - m_ParentId: 5 + m_AxesId: -1 + - m_ParentId: 205 + m_AxesId: -1 + - m_ParentId: 206 + m_AxesId: -1 + - m_ParentId: 207 + m_AxesId: -1 + - m_ParentId: 208 + m_AxesId: -1 + - m_ParentId: 0 + m_AxesId: -1 + m_ID: 000000008ca49a7b59d426a527cec53c6556c6b6a4345e7f9d79f969db3d7eb5e688f112c7106328fe0c1055b40418bb579d1adfa5298a0edbc94e6670c873c95cdf2a9be54086b369b4a771a605ff451f788397932c8fd64b149a6ad2af99b82ae762166cd4facb894884e0948de00f9d5d12bd977dd8105078eec350029f442adde07e42e07d6c7caa38f6ce4effffaab76f9cbcede709454112b5aae3b0218b9cbe5783f92d0f06bcee900da4d305913f5982cc31b232908ce9e70a05bcdc4776d155032d1a2101915677a17fe9c253d00c14169d02c697a15100a6de861b859984c3d981aad572289660de929c210e7e9c71530c8a50e4189117d933f3f8d83714a69c1022435e49988e91d63248e3ebfd05cd35da77c8799ff996775d9135a275d2022972646becfb67401ac0f2d4555f996f7f2a1efddcfc1047bbaf2b021cd74ea063820d478df5890f5e6e9b39c03eedf1467a39d1bdf2fe08ff0142ef89b63a3e5ad22a40a04d6ea385545cfb2f6b7b2beacacdd6904a19a4243b852d66e3ace4f662de76bf9c7f6f9f9cc8bb0e4b0be42785794ad2d9d9f85d986d34fc2df270b58c17ec8c4e18ed03b0ccd97e0281581491be11ae9ba7b466a4ba5b6962df4f1f354836ad4abf9470919abf6a6b5e251494829997fed487ce5cb27a93826759086475117a05392d0efb462c0e54d1064753ab774ec1b00b9dc239e287df7b7f1ce5ed39dfb7160273009399dd5e3c90143980b6ebdf3565707557be39027499a05a704294a2b677e2515f8eaad68cf48aa3414a02c9b2c001387b998e90f920818c49c177390bbbcace851c3920d497608202b93df7948fdec1e3589948ad21cd9a210c3a692bf966b2ffe417ce8f61c53f1d8b6b5b03d149ddae1ea7a25f4701aeb906d02a39763c0a34bcb5e5794bc1c33af7d6a655e5602c2260310a1df2cf2dbc436247344363737a5c659625a6c24ae842820f4b700082652c042ceb578b0e12baf77ae60e20fe811260a4ee33a1481d8c623e1fc2de8d3de5a18f50d76a4b5de4ec32267cf1b7bb4ed5670a83fe029081a255112fa059b053e7fbb78b61e264fba960641738dce1cab0fe34d0523759b044d0a7291088db41e43223224c3c12a4c875003c7d1937c74034187b63238a1b4475b1a5b912d102e0e9dc3184214e1574531b + m_AxesArray: [] + m_AvatarSkeletonPose: + data: + m_X: + - t: {x: 0, y: 0, z: 0} + q: {x: 0, y: 0, z: 0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0.93650174, z: 0.0036878982} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 5.948816e-32, y: 0.050968885, z: 0.012252513} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -2.0149595e-17, y: 0.110621214, z: 0.0029853042} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 2.9083892e-17, y: 0.10536587, z: -0.014336677} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 9.127545e-17, y: 0.1294887, z: -0.03754457} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.000000005196695, y: 0.075594306, z: 0.009783598} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.014784996, y: 0.06125927, z: 0.022221765} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.014784982, y: 0.06125927, z: 0.022221772} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0060543846, y: 0.19155574, z: -0.11623336} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0032195332, y: -0.09500408, z: -0.029305004} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.003834067, y: -0.09629369, z: -0.024558365} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0045603532, y: -0.0975678, z: -0.01879552} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.004833374, y: -0.097961664, z: -0.016576946} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.004801523, y: -0.09791851, z: -0.016837388} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0033789221, y: -0.06890714, z: -0.011848748} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.023998903, y: 0.17999744, z: -0.09226433} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.017848196, y: -0.10116458, z: -0.025196552} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.019145628, y: -0.102164984, z: -0.019412987} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.020202043, y: -0.102792144, z: -0.014479518} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.020311652, y: -0.102844834, z: -0.013952583} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.013444329, y: -0.06807315, z: -0.009235263} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.011216303, y: 0.19704938, z: -0.109584175} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.02504052, y: -0.09843135, z: -0.013009474} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.020819375, y: -0.09838283, z: -0.019334368} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.01747091, y: -0.09802544, z: -0.024187118} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.017163226, y: -0.097975254, z: -0.024624199} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.011724673, y: -0.06692958, z: -0.016821474} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.09034192, y: 0.020739079, z: 0.013131157} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0005200654, y: -0.052738905, z: 0.011005877} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0051159784, y: -0.045720816, z: 0.02806885} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.017751932, y: -0.034382105, z: 0.036584526} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.023335353, y: -0.045196176, z: 0.04809127} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.09037836, y: 0.018492937, z: 0.0131891295} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.00038973987, y: -0.051941752, z: 0.011532931} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.00504905, y: -0.04497254, z: 0.028033623} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.017956987, y: -0.033681393, z: 0.036034673} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0239464, y: -0.044915557, z: 0.048053756} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0038271134, y: 0.10032368, z: 0.11484787} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0114425, y: -0.038627625, z: -0.0029882044} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.023252435, y: -0.030773401, z: -0.0087142885} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.04116246, y: -0.05447638, z: -0.015426412} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.09799406, y: 0.07294512, z: 0.038732037} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.008405648, y: -0.035627127, z: 0.0036858395} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.021355107, y: -0.028679848, z: 0.006578073} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.041115865, y: -0.05521846, z: 0.012665033} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.1039162, y: 0.06665754, z: 0.01088972} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.012210831, y: -0.035097122, z: 0.0028314441} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.021619588, y: -0.029940248, z: -0.0024947487} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.04088626, y: -0.05662203, z: -0.0047179908} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.103599615, y: 0.06952298, z: 0.010509707} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.011073269, y: -0.03683269, z: 0.00053985044} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.022228621, y: -0.03105092, z: -0.002774533} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.040639482, y: -0.056768894, z: -0.005072549} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.09720296, y: 0.06601691, z: 0.038295604} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.008842394, y: -0.031521797, z: 0.0020156577} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.019210495, y: -0.025567174, z: 0.0049108267} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.041562013, y: -0.05531466, z: 0.010624602} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.08736309, y: 0.061727047, z: -0.078165144} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0076676607, y: -0.034651995, z: 0.0029347688} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.017155953, y: -0.030285716, z: 0.006837338} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.033854835, y: -0.059764504, z: 0.01349251} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.003668399, y: 0.074970245, z: -0.12469099} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.00081768166, y: -0.04406452, z: 0.00985533} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.008002964, y: -0.039358377, z: 0.020634204} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.012406546, y: -0.06101513, z: 0.031988047} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.092061795, y: 0.06233096, z: -0.07076192} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.006141573, y: -0.036583662, z: 0.006459132} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.012260839, y: -0.03093195, z: 0.017225683} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.022906553, y: -0.057789207, z: 0.032182217} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.038898736, y: -0.019448876, z: -0.040619954} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0060002767, y: -0.018793583, z: -0.0030941814} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0022521075, y: -0.019284606, z: -0.0043754727} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.007920966, y: -0.06782651, z: -0.015389115} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.010106603, y: -0.004513502, z: -0.068655685} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0025522728, y: -0.030941367, z: 0.011916444} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0056611383, y: -0.03245902, z: -0.0000307858} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.01202706, y: -0.068959, z: -0.0000654012} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.04439354, y: -0.011398077, z: -0.0384506} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0067237467, y: -0.024332285, z: 0.0013642758} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0070233773, y: -0.021796703, z: -0.011003256} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.019350724, y: -0.060054064, z: -0.030316055} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.06916933, y: 0.09241533, z: 0.08386295} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.00031793863, y: -0.031071424, z: -0.003433995} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.010192722, y: -0.029346943, z: 0.0015152171} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.022939213, y: -0.066046715, z: 0.0034100711} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.030270243, y: 0.11486733, z: 0.109852746} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.03878224, y: -0.035150647, z: -0.012748048} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.040310033, y: -0.00279212, z: -0.033838585} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.053538345, y: -0.0037083626, z: -0.0449432} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.06878384, y: 0.095115304, z: 0.084242165} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.00079639256, y: -0.0322783, z: -0.0035905913} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.013975155, y: -0.027860403, z: 0.006449461} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.030734617, y: -0.06127155, z: 0.014183879} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.020808386, y: 0.1034497, z: -0.02933467} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.06679835, y: -0.0100136995, z: 0.000000014901161} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.21410698, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.19947156, y: 0.0000023841858, z: 0.00036800653} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.060842276, y: 0.007224083, z: 0.019240757} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.030905277, y: 0, z: -0.0006325543} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.019009352, y: -0.0005789995, z: -0.0007722862} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.056770742, y: 0.007224083, z: -0.028558226} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.02921474, y: 0, z: 0.000000014901161} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.016837686, y: 0.00000011920929, z: -0.000000022351742} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.06167108, y: 0.007224202, z: 0.0020036474} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.03443119, y: -0.00000011920929, z: 0.000000007450581} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.021241367, y: 0.00000011920929, z: -0.000000007450581} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.060968697, y: 0.007224083, z: -0.01330054} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.03193912, y: 0, z: -0.000000014901161} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.01843214, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0032740831, y: -0.0097965, z: 0.01562553} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.032867372, y: -0.0020189285, z: 0.029622039} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.02096486, y: -0.0009496212, z: 0.017276319} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.004469067, y: -0.015556693, z: -0.008071767} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.042382568, y: -0.0041464567, z: -0.0023704246} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.06955972, y: -0.0068053007, z: -0.0038904175} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.09607756, y: -0.019597769, z: 0.0024976358} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0049577653, y: -0.07610023, z: 0.0052430034} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0045399964, y: -0.06968737, z: 0.004801186} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.020808386, y: 0.1034497, z: -0.02933467} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.06679835, y: -0.0100136995, z: 0.000000014901161} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.21410698, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.19947156, y: 0.0000023841858, z: 0.00036800653} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.060842276, y: 0.007224083, z: 0.019240757} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.030905277, y: 0, z: -0.0006325543} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.019009352, y: -0.0005789995, z: -0.0007722862} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.056770742, y: 0.007224083, z: -0.028558226} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.02921474, y: 0, z: 0.000000014901161} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.016837686, y: 0.00000011920929, z: -0.000000022351742} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.06167108, y: 0.007224202, z: 0.0020036474} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.03443119, y: -0.00000011920929, z: 0.000000007450581} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.021241367, y: 0.00000011920929, z: -0.000000007450581} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.060968697, y: 0.007224083, z: -0.01330054} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.03193912, y: 0, z: -0.000000014901161} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.01843214, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0032740831, y: -0.0097965, z: 0.01562553} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.032867372, y: -0.0020189285, z: 0.029622039} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.02096486, y: -0.0009496212, z: 0.017276319} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.004469067, y: -0.015556693, z: -0.008071767} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.042382568, y: -0.0041464567, z: -0.0023704246} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.06955972, y: -0.0068053007, z: -0.0038904175} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.09607756, y: -0.019597769, z: 0.0024976358} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0049577653, y: -0.07610023, z: 0.0052430034} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0045399964, y: -0.06968737, z: 0.004801186} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.051190045, y: -0.007102847, z: 0.067519896} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.015037615, y: 0.0036982298, z: 0.030056074} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.031132981, y: 0.0076565742, z: 0.062226303} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.051190045, y: -0.007102847, z: 0.067519896} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.015037615, y: 0.0036982298, z: 0.030056074} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.031132981, y: 0.0076565742, z: 0.062226303} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.07168864, y: -0.03872311, z: -0.0035527977} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.000000014901161, y: -0.3756488, z: -0.010205619} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: -0.4251067, z: -0.023510326} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: -0.0613662, z: 0.09755388} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.00051371753, y: 0.03553772, z: -0.12787059} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0321839, y: -0.12671971, z: -0.05308689} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.031471446, y: -0.1283117, z: -0.04816988} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.015666068, y: -0.06387186, z: -0.023978308} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.002153173, y: -0.040513754, z: -0.11518712} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.00886596, y: -0.08771938, z: -0.013875127} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.006953582, y: -0.06879842, z: -0.010882273} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0041720867, y: 0.0041890144, z: 0.14196625} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.022604093, y: -0.12880695, z: 0.019534513} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.02736549, y: -0.15725672, z: 0.024203286} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.011865273, y: -0.0681842, z: 0.0104941875} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.00864964, y: -0.05833465, z: 0.12072687} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.008657336, y: -0.096174896, z: -0.0006926805} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.006275624, y: -0.069716334, z: -0.000502117} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.10469708, y: -0.04024589, z: 0.003496936} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.026975378, y: -0.09512514, z: -0.010761733} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.018985301, y: -0.06694919, z: -0.0075741177} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.07168864, y: -0.03872311, z: -0.0035527977} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.000000014901161, y: -0.3756488, z: -0.010205619} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: -0.4251067, z: -0.023510326} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: -0.0613662, z: 0.09755388} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.00051373243, y: 0.03553754, z: -0.12787092} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0321839, y: -0.12671995, z: -0.053086832} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.031471908, y: -0.12831116, z: -0.048169613} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.01566635, y: -0.0638718, z: -0.023978248} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0021531358, y: -0.040513754, z: -0.11518711} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0068022385, y: -0.0878436, z: -0.01423265} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.005335167, y: -0.0688979, z: -0.011163011} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0041720644, y: 0.0041888356, z: 0.14196649} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.022604086, y: -0.12880653, z: 0.019534424} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.027364962, y: -0.1572566, z: 0.02420336} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.011865057, y: -0.06818426, z: 0.010494232} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.008878, y: -0.058356643, z: 0.12080709} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.008391716, y: -0.096199274, z: -0.0005996004} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.006083064, y: -0.06973386, z: -0.00043464452} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.10469708, y: -0.04024577, z: 0.0034969351} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.026974961, y: -0.09512484, z: -0.010761726} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.018985078, y: -0.06694925, z: -0.007574144} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.1839734, y: -0.01717341, z: 0.008129962} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.04965982, y: -0.12537038, z: -0.007807067} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.040121317, y: -0.11963594, z: -0.0065027433} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.022227585, y: -0.06627941, z: -0.0036025797} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.18397318, y: -0.017173588, z: 0.008129945} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.049659625, y: -0.12536985, z: -0.0078070783} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.040121317, y: -0.11963624, z: -0.0065027284} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.022227526, y: -0.06627941, z: -0.003602563} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + m_DefaultPose: + data: + m_X: + - t: {x: 0, y: 0, z: 0} + q: {x: 0, y: 0, z: 0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0.93650174, z: 0.0036878982} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 5.948816e-32, y: 0.050968885, z: 0.012252513} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -2.0149595e-17, y: 0.110621214, z: 0.0029853042} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 2.9083892e-17, y: 0.10536587, z: -0.014336677} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 9.127545e-17, y: 0.1294887, z: -0.03754457} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.000000005196695, y: 0.075594306, z: 0.009783598} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.014784996, y: 0.06125927, z: 0.022221765} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.014784982, y: 0.06125927, z: 0.022221772} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0060543846, y: 0.19155574, z: -0.11623336} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0032195332, y: -0.09500408, z: -0.029305004} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.003834067, y: -0.09629369, z: -0.024558365} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0045603532, y: -0.0975678, z: -0.01879552} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.004833374, y: -0.097961664, z: -0.016576946} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.004801523, y: -0.09791851, z: -0.016837388} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0033789221, y: -0.06890714, z: -0.011848748} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.023998903, y: 0.17999744, z: -0.09226433} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.017848196, y: -0.10116458, z: -0.025196552} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.019145628, y: -0.102164984, z: -0.019412987} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.020202043, y: -0.102792144, z: -0.014479518} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.020311652, y: -0.102844834, z: -0.013952583} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.013444329, y: -0.06807315, z: -0.009235263} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.011216303, y: 0.19704938, z: -0.109584175} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.02504052, y: -0.09843135, z: -0.013009474} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.020819375, y: -0.09838283, z: -0.019334368} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.01747091, y: -0.09802544, z: -0.024187118} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.017163226, y: -0.097975254, z: -0.024624199} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.011724673, y: -0.06692958, z: -0.016821474} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.09034192, y: 0.020739079, z: 0.013131157} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0005200654, y: -0.052738905, z: 0.011005877} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0051159784, y: -0.045720816, z: 0.02806885} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.017751932, y: -0.034382105, z: 0.036584526} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.023335353, y: -0.045196176, z: 0.04809127} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.09037836, y: 0.018492937, z: 0.0131891295} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.00038973987, y: -0.051941752, z: 0.011532931} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.00504905, y: -0.04497254, z: 0.028033623} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.017956987, y: -0.033681393, z: 0.036034673} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0239464, y: -0.044915557, z: 0.048053756} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0038271134, y: 0.10032368, z: 0.11484787} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0114425, y: -0.038627625, z: -0.0029882044} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.023252435, y: -0.030773401, z: -0.0087142885} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.04116246, y: -0.05447638, z: -0.015426412} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.09799406, y: 0.07294512, z: 0.038732037} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.008405648, y: -0.035627127, z: 0.0036858395} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.021355107, y: -0.028679848, z: 0.006578073} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.041115865, y: -0.05521846, z: 0.012665033} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.1039162, y: 0.06665754, z: 0.01088972} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.012210831, y: -0.035097122, z: 0.0028314441} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.021619588, y: -0.029940248, z: -0.0024947487} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.04088626, y: -0.05662203, z: -0.0047179908} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.103599615, y: 0.06952298, z: 0.010509707} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.011073269, y: -0.03683269, z: 0.00053985044} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.022228621, y: -0.03105092, z: -0.002774533} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.040639482, y: -0.056768894, z: -0.005072549} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.09720296, y: 0.06601691, z: 0.038295604} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.008842394, y: -0.031521797, z: 0.0020156577} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.019210495, y: -0.025567174, z: 0.0049108267} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.041562013, y: -0.05531466, z: 0.010624602} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.08736309, y: 0.061727047, z: -0.078165144} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0076676607, y: -0.034651995, z: 0.0029347688} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.017155953, y: -0.030285716, z: 0.006837338} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.033854835, y: -0.059764504, z: 0.01349251} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.003668399, y: 0.074970245, z: -0.12469099} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.00081768166, y: -0.04406452, z: 0.00985533} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.008002964, y: -0.039358377, z: 0.020634204} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.012406546, y: -0.06101513, z: 0.031988047} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.092061795, y: 0.06233096, z: -0.07076192} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.006141573, y: -0.036583662, z: 0.006459132} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.012260839, y: -0.03093195, z: 0.017225683} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.022906553, y: -0.057789207, z: 0.032182217} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.038898736, y: -0.019448876, z: -0.040619954} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0060002767, y: -0.018793583, z: -0.0030941814} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0022521075, y: -0.019284606, z: -0.0043754727} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.007920966, y: -0.06782651, z: -0.015389115} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.010106603, y: -0.004513502, z: -0.068655685} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0025522728, y: -0.030941367, z: 0.011916444} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0056611383, y: -0.03245902, z: -0.0000307858} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.01202706, y: -0.068959, z: -0.0000654012} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.04439354, y: -0.011398077, z: -0.0384506} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0067237467, y: -0.024332285, z: 0.0013642758} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0070233773, y: -0.021796703, z: -0.011003256} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.019350724, y: -0.060054064, z: -0.030316055} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.06916933, y: 0.09241533, z: 0.08386295} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.00031793863, y: -0.031071424, z: -0.003433995} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.010192722, y: -0.029346943, z: 0.0015152171} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.022939213, y: -0.066046715, z: 0.0034100711} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.030270243, y: 0.11486733, z: 0.109852746} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.03878224, y: -0.035150647, z: -0.012748048} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.040310033, y: -0.00279212, z: -0.033838585} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.053538345, y: -0.0037083626, z: -0.0449432} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.06878384, y: 0.095115304, z: 0.084242165} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.00079639256, y: -0.0322783, z: -0.0035905913} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.013975155, y: -0.027860403, z: 0.006449461} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.030734617, y: -0.06127155, z: 0.014183879} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.020808386, y: 0.1034497, z: -0.02933467} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.06679835, y: -0.0100136995, z: 0.000000014901161} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.21410698, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.19947156, y: 0.0000023841858, z: 0.00036800653} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.060842276, y: 0.007224083, z: 0.019240757} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.030905277, y: 0, z: -0.0006325543} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.019009352, y: -0.0005789995, z: -0.0007722862} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.056770742, y: 0.007224083, z: -0.028558226} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.02921474, y: 0, z: 0.000000014901161} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.016837686, y: 0.00000011920929, z: -0.000000022351742} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.06167108, y: 0.007224202, z: 0.0020036474} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.03443119, y: -0.00000011920929, z: 0.000000007450581} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.021241367, y: 0.00000011920929, z: -0.000000007450581} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.060968697, y: 0.007224083, z: -0.01330054} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.03193912, y: 0, z: -0.000000014901161} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.01843214, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0032740831, y: -0.0097965, z: 0.01562553} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.032867372, y: -0.0020189285, z: 0.029622039} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.02096486, y: -0.0009496212, z: 0.017276319} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.004469067, y: -0.015556693, z: -0.008071767} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.042382568, y: -0.0041464567, z: -0.0023704246} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.06955972, y: -0.0068053007, z: -0.0038904175} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.09607756, y: -0.019597769, z: 0.0024976358} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0049577653, y: -0.07610023, z: 0.0052430034} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0045399964, y: -0.06968737, z: 0.004801186} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.020808386, y: 0.1034497, z: -0.02933467} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.06679835, y: -0.0100136995, z: 0.000000014901161} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.21410698, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.19947156, y: 0.0000023841858, z: 0.00036800653} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.060842276, y: 0.007224083, z: 0.019240757} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.030905277, y: 0, z: -0.0006325543} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.019009352, y: -0.0005789995, z: -0.0007722862} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.056770742, y: 0.007224083, z: -0.028558226} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.02921474, y: 0, z: 0.000000014901161} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.016837686, y: 0.00000011920929, z: -0.000000022351742} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.06167108, y: 0.007224202, z: 0.0020036474} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.03443119, y: -0.00000011920929, z: 0.000000007450581} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.021241367, y: 0.00000011920929, z: -0.000000007450581} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.060968697, y: 0.007224083, z: -0.01330054} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.03193912, y: 0, z: -0.000000014901161} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.01843214, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0032740831, y: -0.0097965, z: 0.01562553} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.032867372, y: -0.0020189285, z: 0.029622039} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.02096486, y: -0.0009496212, z: 0.017276319} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.004469067, y: -0.015556693, z: -0.008071767} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.042382568, y: -0.0041464567, z: -0.0023704246} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.06955972, y: -0.0068053007, z: -0.0038904175} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.09607756, y: -0.019597769, z: 0.0024976358} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0049577653, y: -0.07610023, z: 0.0052430034} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0045399964, y: -0.06968737, z: 0.004801186} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.051190045, y: -0.007102847, z: 0.067519896} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.015037615, y: 0.0036982298, z: 0.030056074} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.031132981, y: 0.0076565742, z: 0.062226303} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.051190045, y: -0.007102847, z: 0.067519896} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.015037615, y: 0.0036982298, z: 0.030056074} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.031132981, y: 0.0076565742, z: 0.062226303} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.07168864, y: -0.03872311, z: -0.0035527977} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.000000014901161, y: -0.3756488, z: -0.010205619} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: -0.4251067, z: -0.023510326} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: -0.0613662, z: 0.09755388} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.00051371753, y: 0.03553772, z: -0.12787059} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0321839, y: -0.12671971, z: -0.05308689} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.031471446, y: -0.1283117, z: -0.04816988} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.015666068, y: -0.06387186, z: -0.023978308} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.002153173, y: -0.040513754, z: -0.11518712} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.00886596, y: -0.08771938, z: -0.013875127} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.006953582, y: -0.06879842, z: -0.010882273} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0041720867, y: 0.0041890144, z: 0.14196625} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.022604093, y: -0.12880695, z: 0.019534513} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.02736549, y: -0.15725672, z: 0.024203286} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.011865273, y: -0.0681842, z: 0.0104941875} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.00864964, y: -0.05833465, z: 0.12072687} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.008657336, y: -0.096174896, z: -0.0006926805} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.006275624, y: -0.069716334, z: -0.000502117} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.10469708, y: -0.04024589, z: 0.003496936} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.026975378, y: -0.09512514, z: -0.010761733} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.018985301, y: -0.06694919, z: -0.0075741177} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.07168864, y: -0.03872311, z: -0.0035527977} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.000000014901161, y: -0.3756488, z: -0.010205619} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: -0.4251067, z: -0.023510326} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: -0.0613662, z: 0.09755388} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.00051373243, y: 0.03553754, z: -0.12787092} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0321839, y: -0.12671995, z: -0.053086832} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.031471908, y: -0.12831116, z: -0.048169613} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.01566635, y: -0.0638718, z: -0.023978248} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0021531358, y: -0.040513754, z: -0.11518711} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0068022385, y: -0.0878436, z: -0.01423265} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.005335167, y: -0.0688979, z: -0.011163011} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0041720644, y: 0.0041888356, z: 0.14196649} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.022604086, y: -0.12880653, z: 0.019534424} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.027364962, y: -0.1572566, z: 0.02420336} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.011865057, y: -0.06818426, z: 0.010494232} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.008878, y: -0.058356643, z: 0.12080709} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.008391716, y: -0.096199274, z: -0.0005996004} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.006083064, y: -0.06973386, z: -0.00043464452} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.10469708, y: -0.04024577, z: 0.0034969351} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.026974961, y: -0.09512484, z: -0.010761726} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.018985078, y: -0.06694925, z: -0.007574144} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.1839734, y: -0.01717341, z: 0.008129962} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.04965982, y: -0.12537038, z: -0.007807067} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.040121317, y: -0.11963594, z: -0.0065027433} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.022227585, y: -0.06627941, z: -0.0036025797} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.18397318, y: -0.017173588, z: 0.008129945} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.049659625, y: -0.12536985, z: -0.0078070783} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.040121317, y: -0.11963624, z: -0.0065027284} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.022227526, y: -0.06627941, z: -0.003602563} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + m_SkeletonNameIDArray: 000000008ca49a7b59d426a527cec53c6556c6b665a19f95493a2d043167a66d679237d619de6dcbd6fe8f4cede95e8d0e705ce90f862d4be1299859844e24e13d76f37c58114fc4b6befad6c196ad3bb5d724d25b7891c03e1f2d788727fae5e240465df2eb82f223e723a5cd4896b7a82f2a0f1117fd927470412a42c2e2cf8072473b6eddf2290bba4e91b282990ccc1e68b11642404cf8edf55e9d8a49e624b29e7b7c37088cac1349d542bcfcc727db407fb5446dc13a234ea2d48cfbb0b1eb4708056d0dfcab3ef1324591442020f6f898d4fa5d7e3d0ef645d3a14357b6c6ffef64d33d43d887312536288437534f388fb06271854eb73652a0188340c57f3ff8004b11b8f4e63fcb1a498ad97f2e3661d031b1ff62d638bc8c798daee91e31166018d1c2c1435c222fece9304a8b558870c4f17057735b55b9dcee47dcbb52ffc0ed914ded2252cc038de7de66ea5b661097310a7b1255bb95bde0a9f0da5c11a0be5137ea0fea2b04a05f3961c7e381712901b57c3fed5c9290584ef7f7e4f6c1006188da54a6855d538d16c2a5eaf910f8483d2b7a3629912b3fb0071b38c7160bc92dac5ac0b43a6ac7c3bfc047bb05914e2293a1495524439f5a9e1296c3082291b45705a54fed54acd67b64aba1333eb33a4e9af75f7c03f166fd327ce44dce76ed5451061881e5c1bc06e2ea2f99148dc0fb9b94043259074088080ed91e3809aef592cb494fc3c2d0d9f3c5a75c5945dfe6084c4670384b31b7a47e6d0df577f49bc570834e269426f4779dbf62479ac8df579a97dfd47968bd35b404c8fad9220f2e481487405d0501c8a8b5bb99a12ce481e2f0922f4982287e401b296e620c86ad03fb195b64140c83a5d38490275f8def401de888fca5062749b788fcaff624c9e5a4e4527c2ed63601f3cbc7e1534668dbbc230f6704cda0d2162558fd809f167ef445e76864960be47dbb404fcdd0ec7951d21245fe1c486309dd1c64c242ea032de7e079ea6709253bb76851b4d20fed0c3ca0581e14d19071347ee448083b558347788fc40af1a43173a07e7a16c7c2c2f86877d067b8c3794c0725e97f6079cd0a26dbfaabf74e213c8550fc435ccbc9dd7e266b861e8b3ce37937840dd68296b57ccff1dc0c08bcbc999a95d9fe262d3751933f2951f076ccbb09501574531b + m_Human: + data: + serializedVersion: 2 + m_RootX: + t: {x: 0.001946428, y: 0.95183253, z: -0.0076206247} + q: {x: -0.031124543, y: -0, z: -0, w: 0.99951553} + s: {x: 1, y: 1, z: 1} + m_Skeleton: + data: + m_Node: + - m_ParentId: -1 + m_AxesId: -1 + - m_ParentId: 0 + m_AxesId: 0 + - m_ParentId: 1 + m_AxesId: 1 + - m_ParentId: 2 + m_AxesId: 2 + - m_ParentId: 3 + m_AxesId: 3 + - m_ParentId: 4 + m_AxesId: 4 + - m_ParentId: 5 + m_AxesId: 5 + - m_ParentId: 6 + m_AxesId: 6 + - m_ParentId: 6 + m_AxesId: 7 + - m_ParentId: 4 + m_AxesId: 8 + - m_ParentId: 9 + m_AxesId: 9 + - m_ParentId: 10 + m_AxesId: 10 + - m_ParentId: 11 + m_AxesId: 11 + - m_ParentId: 12 + m_AxesId: 12 + - m_ParentId: 13 + m_AxesId: 13 + - m_ParentId: 14 + m_AxesId: 14 + - m_ParentId: 12 + m_AxesId: 15 + - m_ParentId: 16 + m_AxesId: 16 + - m_ParentId: 17 + m_AxesId: 17 + - m_ParentId: 12 + m_AxesId: 18 + - m_ParentId: 19 + m_AxesId: 19 + - m_ParentId: 20 + m_AxesId: 20 + - m_ParentId: 12 + m_AxesId: 21 + - m_ParentId: 22 + m_AxesId: 22 + - m_ParentId: 23 + m_AxesId: 23 + - m_ParentId: 12 + m_AxesId: 24 + - m_ParentId: 25 + m_AxesId: 25 + - m_ParentId: 26 + m_AxesId: 26 + - m_ParentId: 4 + m_AxesId: 27 + - m_ParentId: 28 + m_AxesId: 28 + - m_ParentId: 29 + m_AxesId: 29 + - m_ParentId: 30 + m_AxesId: 30 + - m_ParentId: 31 + m_AxesId: 31 + - m_ParentId: 32 + m_AxesId: 32 + - m_ParentId: 33 + m_AxesId: 33 + - m_ParentId: 31 + m_AxesId: 34 + - m_ParentId: 35 + m_AxesId: 35 + - m_ParentId: 36 + m_AxesId: 36 + - m_ParentId: 31 + m_AxesId: 37 + - m_ParentId: 38 + m_AxesId: 38 + - m_ParentId: 39 + m_AxesId: 39 + - m_ParentId: 31 + m_AxesId: 40 + - m_ParentId: 41 + m_AxesId: 41 + - m_ParentId: 42 + m_AxesId: 42 + - m_ParentId: 31 + m_AxesId: 43 + - m_ParentId: 44 + m_AxesId: 44 + - m_ParentId: 45 + m_AxesId: 45 + - m_ParentId: 1 + m_AxesId: 46 + - m_ParentId: 47 + m_AxesId: 47 + - m_ParentId: 48 + m_AxesId: 48 + - m_ParentId: 49 + m_AxesId: 49 + - m_ParentId: 1 + m_AxesId: 50 + - m_ParentId: 51 + m_AxesId: 51 + - m_ParentId: 52 + m_AxesId: 52 + - m_ParentId: 53 + m_AxesId: 53 + m_ID: 6556c6b6a4345e7f9d79f969db3d7eb5e688f112c7106328fe0c1055b40418bb579d1adf76bf9c7f6f9f9cc8bb0e4b0be42785794ad2d9d9f85d986d34fc2df270b58c17ec8c4e18ed03b0ccd97e0281581491be11ae9ba7b466a4ba5b6962df4f1f354836ad4abf9470919abf6a6b5e2d0efb462c0e54d1064753ab774ec1b00b9dc239e287df7b7f1ce5ed39dfb7160273009399dd5e3c90143980b6ebdf3565707557be39027499a05a704294a2b677e2515f8eaad68cf48aa3410c3a692bf966b2ffe417ce8f61c53f1d578b0e12baf77ae60e20fe811260a4ee + m_AxesArray: + - m_PreQ: {x: -0.4376833, y: -0.55536777, z: 0.4376833, w: 0.55536777} + m_PostQ: {x: -0.4376833, y: -0.55536777, z: 0.4376833, w: 0.55536777} + m_Sgn: {x: 1, y: 1, z: 1} + m_Limit: + m_Min: {x: -0.6981317, y: -0.6981317, z: -0.6981317} + m_Max: {x: 0.6981317, y: 0.6981317, z: 0.6981317} + m_Length: 0.052420907 + m_Type: 1 + - m_PreQ: {x: 0.49320966, y: 0.5066994, z: -0.49320966, w: -0.5066994} + m_PostQ: {x: 0.49320966, y: 0.5066994, z: -0.49320966, w: -0.5066994} + m_Sgn: {x: 1, y: 1, z: 1} + m_Limit: + m_Min: {x: -0.6981317, y: -0.6981317, z: -0.6981317} + m_Max: {x: 0.6981317, y: 0.6981317, z: 0.6981317} + m_Length: 0.11066149 + m_Type: 1 + - m_PreQ: {x: 0.53264046, y: 0.4650744, z: -0.53264046, w: -0.4650744} + m_PostQ: {x: 0.53264046, y: 0.4650744, z: -0.53264046, w: -0.4650744} + m_Sgn: {x: 1, y: 1, z: 1} + m_Limit: + m_Min: {x: -0.6981317, y: -0.6981317, z: -0.6981317} + m_Max: {x: 0.6981317, y: 0.6981317, z: 0.6981317} + m_Length: 0.106336765 + m_Type: 1 + - m_PreQ: {x: 0.56534845, y: 0.424713, z: -0.5653485, w: -0.424713} + m_PostQ: {x: 0.56534845, y: 0.424713, z: -0.5653485, w: -0.424713} + m_Sgn: {x: 1, y: 1, z: 1} + m_Limit: + m_Min: {x: -0.34906584, y: -0.34906584, z: -0.34906584} + m_Max: {x: 0.34906584, y: 0.34906584, z: 0.34906584} + m_Length: 0.1348218 + m_Type: 1 + - m_PreQ: {x: -0.4668105, y: -0.5311195, z: 0.46681046, w: 0.53111964} + m_PostQ: {x: -0.4668105, y: -0.5311195, z: 0.46681046, w: 0.53111964} + m_Sgn: {x: 1, y: 1, z: 1} + m_Limit: + m_Min: {x: -0.6981317, y: -0.6981317, z: -0.6981317} + m_Max: {x: 0.6981317, y: 0.6981317, z: 0.6981317} + m_Length: 0.07622479 + m_Type: 1 + - m_PreQ: {x: -0.5, y: -0.5, z: 0.5, w: 0.5} + m_PostQ: {x: -0.5, y: -0.5, z: 0.5, w: 0.5} + m_Sgn: {x: 1, y: 1, z: 1} + m_Limit: + m_Min: {x: -0.6981317, y: -0.6981317, z: -0.6981317} + m_Max: {x: 0.6981317, y: 0.6981317, z: 0.6981317} + m_Length: 0.07622479 + m_Type: 1 + - m_PreQ: {x: 0.7071068, y: -0, z: 0.7071068, w: 0} + m_PostQ: {x: 0.7071068, y: -0, z: 0.7071068, w: 0} + m_Sgn: {x: 1, y: 1, z: -1} + m_Limit: + m_Min: {x: 0, y: -0.34906584, z: -0.17453292} + m_Max: {x: 0, y: 0.34906584, z: 0.2617994} + m_Length: 0.1 + m_Type: 1 + - m_PreQ: {x: 0.7071068, y: -0, z: 0.7071068, w: 0} + m_PostQ: {x: 0.7071068, y: -0, z: 0.7071068, w: 0} + m_Sgn: {x: 1, y: -1, z: -1} + m_Limit: + m_Min: {x: 0, y: -0.34906584, z: -0.17453292} + m_Max: {x: 0, y: 0.34906584, z: 0.2617994} + m_Length: 0.1 + m_Type: 1 + - m_PreQ: {x: 0.00000011000067, y: 0.000000008199257, z: 0.99723357, w: -0.074332036} + m_PostQ: {x: 0.00000011000067, y: 0.000000008199257, z: 0.99723357, + w: -0.074332036} + m_Sgn: {x: 1, y: 1, z: -1} + m_Limit: + m_Min: {x: 0, y: -0.2617994, z: -0.2617994} + m_Max: {x: 0, y: 0.2617994, z: 0.5235988} + m_Length: 0.06754476 + m_Type: 1 + - m_PreQ: {x: 0.24421027, y: -0, z: 0.91123235, w: -0.33168858} + m_PostQ: {x: -0, y: -0, z: 1, w: 0} + m_Sgn: {x: 1, y: 1, z: -1} + m_Limit: + m_Min: {x: -1.5707964, y: -1.7453293, z: -1.0471976} + m_Max: {x: 1.5707964, y: 1.7453293, z: 1.7453293} + m_Length: 0.21410698 + m_Type: 1 + - m_PreQ: {x: 0.45499057, y: 0.54128516, z: 0.5412797, w: -0.45498413} + m_PostQ: {x: 0.00065649813, y: 0.70710653, z: 0.7071065, w: -0.0006480465} + m_Sgn: {x: 1, y: 1, z: -1} + m_Limit: + m_Min: {x: -1.5707964, y: 0, z: -1.3962634} + m_Max: {x: 1.5707964, y: 0, z: 1.3962634} + m_Length: 0.19947194 + m_Type: 1 + - m_PreQ: {x: 0.00092245237, y: -0.0000000055128093, z: 0.99999964, w: 0.0000059762515} + m_PostQ: {x: 0.00092245237, y: -0.0000000055128093, z: 0.99999964, w: 0.0000059762515} + m_Sgn: {x: 1, y: 1, z: -1} + m_Limit: + m_Min: {x: 0, y: -0.6981317, z: -1.3962634} + m_Max: {x: 0, y: 0.6981317, z: 1.3962634} + m_Length: 0.049867984 + m_Type: 1 + - m_PreQ: {x: 0.06662614, y: -0.0029315962, z: 0.9557585, w: -0.286493} + m_PostQ: {x: -0.010232162, y: -0, z: 0.99994767, w: 0} + m_Sgn: {x: -1, y: -1, z: -1} + m_Limit: + m_Min: {x: 0, y: -0.34906584, z: -0.87266463} + m_Max: {x: 0, y: 0.34906584, z: 0.87266463} + m_Length: 0.03091172 + m_Type: 1 + - m_PreQ: {x: -0.019170221, y: -0.0066514756, z: 0.9445533, w: -0.32773086} + m_PostQ: {x: -0.020289013, y: -0.00030891653, z: 0.99967825, w: -0.015220904} + m_Sgn: {x: -1, y: 1, z: -1} + m_Limit: + m_Min: {x: 0, y: 0, z: -0.7853982} + m_Max: {x: 0, y: 0, z: 0.7853982} + m_Length: 0.019033842 + m_Type: 1 + - m_PreQ: {x: -0.019170223, y: -0.0066514765, z: 0.9445534, w: -0.3277309} + m_PostQ: {x: -0.020289015, y: -0.00030891653, z: 0.9996783, w: -0.015220904} + m_Sgn: {x: -1, y: 1, z: -1} + m_Limit: + m_Min: {x: 0, y: 0, z: -0.7853982} + m_Max: {x: 0, y: 0, z: 0.7853982} + m_Length: 0.0107065365 + m_Type: 1 + - m_PreQ: {x: -0.07640189, y: 0.0000000730676, z: 0.9550267, w: -0.28650802} + m_PostQ: {x: 0.00000025502814, y: -0, z: 1, w: 0} + m_Sgn: {x: -1, y: 1, z: -1} + m_Limit: + m_Min: {x: 0, y: -0.34906584, z: -0.87266463} + m_Max: {x: 0, y: 0.34906584, z: 0.87266463} + m_Length: 0.02921474 + m_Type: 1 + - m_PreQ: {x: -0.00000063030984, y: -0.00000020799976, z: 0.94962984, + w: -0.31337413} + m_PostQ: {x: -0.00000066374264, y: 2.3496229e-12, z: 1, w: 0.0000035399607} + m_Sgn: {x: -1, y: 1, z: -1} + m_Limit: + m_Min: {x: 0, y: 0, z: -0.7853982} + m_Max: {x: 0, y: 0, z: 0.7853982} + m_Length: 0.016837656 + m_Type: 1 + - m_PreQ: {x: -0.00000063030984, y: -0.00000020799976, z: 0.94962984, + w: -0.31337413} + m_PostQ: {x: -0.00000066374264, y: 2.3496229e-12, z: 1, w: 0.0000035399607} + m_Sgn: {x: -1, y: 1, z: -1} + m_Limit: + m_Min: {x: 0, y: 0, z: -0.7853982} + m_Max: {x: 0, y: 0, z: 0.7853982} + m_Length: 0.009471182 + m_Type: 1 + - m_PreQ: {x: 0.03828507, y: -0.00000003520898, z: 0.95712364, w: -0.2871389} + m_PostQ: {x: 0.00000010819532, y: 1.8729965e-13, z: 1, w: -0.0000017311252} + m_Sgn: {x: -1, y: -1, z: -1} + m_Limit: + m_Min: {x: 0, y: -0.1308997, z: -0.87266463} + m_Max: {x: 0, y: 0.1308997, z: 0.87266463} + m_Length: 0.03443116 + m_Type: 1 + - m_PreQ: {x: -0.0000001665451, y: -0.00000005495937, z: 0.9496296, w: -0.31337482} + m_PostQ: {x: -0.00000017537903, y: 4.9212484e-13, z: 1, w: 0.0000028060645} + m_Sgn: {x: -1, y: 1, z: -1} + m_Limit: + m_Min: {x: 0, y: 0, z: -0.7853982} + m_Max: {x: 0, y: 0, z: 0.7853982} + m_Length: 0.021241367 + m_Type: 1 + - m_PreQ: {x: -0.0000001665451, y: -0.00000005495937, z: 0.9496296, w: -0.31337482} + m_PostQ: {x: -0.00000017537903, y: 4.9212484e-13, z: 1, w: 0.0000028060645} + m_Sgn: {x: -1, y: 1, z: -1} + m_Limit: + m_Min: {x: 0, y: 0, z: -0.7853982} + m_Max: {x: 0, y: 0, z: 0.7853982} + m_Length: 0.011948269 + m_Type: 1 + - m_PreQ: {x: -0.03828519, y: -0.00000006698185, z: 0.9571241, w: -0.28713724} + m_PostQ: {x: -0.00000023327468, y: -0, z: 1, w: 0} + m_Sgn: {x: -1, y: 1, z: -1} + m_Limit: + m_Min: {x: 0, y: -0.1308997, z: -0.87266463} + m_Max: {x: 0, y: 0.1308997, z: 0.87266463} + m_Length: 0.03193909 + m_Type: 1 + - m_PreQ: {x: -0, y: -0, z: 0.9496287, w: -0.3133775} + m_PostQ: {x: -0, y: -0, z: 1, w: 0} + m_Sgn: {x: -1, y: 1, z: -1} + m_Limit: + m_Min: {x: 0, y: 0, z: -0.7853982} + m_Max: {x: 0, y: 0, z: 0.7853982} + m_Length: 0.01843214 + m_Type: 1 + - m_PreQ: {x: -0, y: -0, z: 0.9496287, w: -0.3133775} + m_PostQ: {x: -0, y: -0, z: 1, w: 0} + m_Sgn: {x: -1, y: 1, z: -1} + m_Limit: + m_Min: {x: 0, y: 0, z: -0.7853982} + m_Max: {x: 0, y: 0, z: 0.7853982} + m_Length: 0.010368079 + m_Type: 1 + - m_PreQ: {x: 0.23622903, y: 0.64043754, z: 0.5931203, w: -0.42690066} + m_PostQ: {x: 0.23844662, y: 0.6541293, z: 0.66569006, w: -0.26854223} + m_Sgn: {x: -1, y: -1, z: 1} + m_Limit: + m_Min: {x: 0, y: -0.43633232, z: -0.34906584} + m_Max: {x: 0, y: 0.43633232, z: 0.34906584} + m_Length: 0.04429227 + m_Type: 1 + - m_PreQ: {x: 0.091492675, y: 0.6975384, z: 0.7011627, w: -0.11593179} + m_PostQ: {x: 0.22722527, y: 0.6612566, z: 0.6696034, w: -0.250479} + m_Sgn: {x: -1, y: 1, z: 1} + m_Limit: + m_Min: {x: 0, y: 0, z: -0.6981317} + m_Max: {x: 0, y: 0, z: 0.61086524} + m_Length: 0.027182685 + m_Type: 1 + - m_PreQ: {x: 0.091492675, y: 0.6975384, z: 0.7011627, w: -0.11593179} + m_PostQ: {x: 0.22722527, y: 0.6612566, z: 0.6696034, w: -0.250479} + m_Sgn: {x: -1, y: 1, z: 1} + m_Limit: + m_Min: {x: 0, y: 0, z: -0.6981317} + m_Max: {x: 0, y: 0, z: 0.61086524} + m_Length: 0.01529026 + m_Type: 1 + - m_PreQ: {x: -0.000000008199257, y: -0.00000011000067, z: -0.074332036, + w: 0.99723357} + m_PostQ: {x: -0.000000008199257, y: -0.00000011000067, z: -0.074332036, + w: 0.99723357} + m_Sgn: {x: 1, y: 1, z: 1} + m_Limit: + m_Min: {x: 0, y: -0.2617994, z: -0.2617994} + m_Max: {x: 0, y: 0.2617994, z: 0.5235988} + m_Length: 0.06754476 + m_Type: 1 + - m_PreQ: {x: -0, y: -0.24421027, z: -0.33168858, w: 0.91123235} + m_PostQ: {x: -0, y: -0, z: -0, w: 1} + m_Sgn: {x: -1, y: 1, z: 1} + m_Limit: + m_Min: {x: -1.5707964, y: -1.7453293, z: -1.0471976} + m_Max: {x: 1.5707964, y: 1.7453293, z: 1.7453293} + m_Length: 0.21410698 + m_Type: 1 + - m_PreQ: {x: 0.54128516, y: 0.45499057, z: 0.45498413, w: -0.5412797} + m_PostQ: {x: 0.70710653, y: 0.00065649813, z: 0.0006480465, w: -0.7071065} + m_Sgn: {x: -1, y: 1, z: 1} + m_Limit: + m_Min: {x: -1.5707964, y: 0, z: -1.3962634} + m_Max: {x: 1.5707964, y: 0, z: 1.3962634} + m_Length: 0.19947194 + m_Type: 1 + - m_PreQ: {x: 0.0000000055128093, y: -0.00092245237, z: 0.0000059762515, + w: 0.99999964} + m_PostQ: {x: 0.0000000055128093, y: -0.00092245237, z: 0.0000059762515, + w: 0.99999964} + m_Sgn: {x: 1, y: 1, z: 1} + m_Limit: + m_Min: {x: 0, y: -0.6981317, z: -1.3962634} + m_Max: {x: 0, y: 0.6981317, z: 1.3962634} + m_Length: 0.049867984 + m_Type: 1 + - m_PreQ: {x: -0.0029315962, y: 0.06662614, z: 0.286493, w: -0.9557585} + m_PostQ: {x: -0, y: 0.010232162, z: -0, w: 0.99994767} + m_Sgn: {x: 1, y: -1, z: 1} + m_Limit: + m_Min: {x: 0, y: -0.34906584, z: -0.87266463} + m_Max: {x: 0, y: 0.34906584, z: 0.87266463} + m_Length: 0.03091172 + m_Type: 1 + - m_PreQ: {x: -0.0066514756, y: -0.019170221, z: 0.32773086, w: -0.9445533} + m_PostQ: {x: 0.00030891653, y: 0.020289013, z: -0.015220904, w: 0.99967825} + m_Sgn: {x: 1, y: 1, z: 1} + m_Limit: + m_Min: {x: 0, y: 0, z: -0.7853982} + m_Max: {x: 0, y: 0, z: 0.7853982} + m_Length: 0.019033842 + m_Type: 1 + - m_PreQ: {x: -0.0066514765, y: -0.019170223, z: 0.3277309, w: -0.9445534} + m_PostQ: {x: 0.00030891655, y: 0.020289013, z: -0.015220906, w: 0.9996782} + m_Sgn: {x: 1, y: 1, z: 1} + m_Limit: + m_Min: {x: 0, y: 0, z: -0.7853982} + m_Max: {x: 0, y: 0, z: 0.7853982} + m_Length: 0.0107065365 + m_Type: 1 + - m_PreQ: {x: 0.0000000730676, y: -0.07640189, z: 0.28650802, w: -0.9550267} + m_PostQ: {x: 0, y: -0.00000025502814, z: -0, w: 1} + m_Sgn: {x: 1, y: 1, z: 1} + m_Limit: + m_Min: {x: 0, y: -0.34906584, z: -0.87266463} + m_Max: {x: 0, y: 0.34906584, z: 0.87266463} + m_Length: 0.02921474 + m_Type: 1 + - m_PreQ: {x: -0.00000020799976, y: -0.00000063030984, z: 0.31337413, + w: -0.94962984} + m_PostQ: {x: -2.3496229e-12, y: 0.00000066374264, z: 0.0000035399607, + w: 1} + m_Sgn: {x: 1, y: 1, z: 1} + m_Limit: + m_Min: {x: 0, y: 0, z: -0.7853982} + m_Max: {x: 0, y: 0, z: 0.7853982} + m_Length: 0.016837656 + m_Type: 1 + - m_PreQ: {x: -0.00000020799976, y: -0.00000063030984, z: 0.31337413, + w: -0.94962984} + m_PostQ: {x: -2.3496229e-12, y: 0.00000066374264, z: 0.0000035399607, + w: 1} + m_Sgn: {x: 1, y: 1, z: 1} + m_Limit: + m_Min: {x: 0, y: 0, z: -0.7853982} + m_Max: {x: 0, y: 0, z: 0.7853982} + m_Length: 0.009471182 + m_Type: 1 + - m_PreQ: {x: -0.00000003520898, y: 0.03828507, z: 0.2871389, w: -0.95712364} + m_PostQ: {x: -1.8729965e-13, y: -0.00000010819532, z: -0.0000017311252, + w: 1} + m_Sgn: {x: 1, y: -1, z: 1} + m_Limit: + m_Min: {x: 0, y: -0.1308997, z: -0.87266463} + m_Max: {x: 0, y: 0.1308997, z: 0.87266463} + m_Length: 0.03443116 + m_Type: 1 + - m_PreQ: {x: -0.00000005495937, y: -0.0000001665451, z: 0.31337482, w: -0.9496296} + m_PostQ: {x: -4.9212484e-13, y: 0.00000017537903, z: 0.0000028060645, + w: 1} + m_Sgn: {x: 1, y: 1, z: 1} + m_Limit: + m_Min: {x: 0, y: 0, z: -0.7853982} + m_Max: {x: 0, y: 0, z: 0.7853982} + m_Length: 0.021241367 + m_Type: 1 + - m_PreQ: {x: -0.00000005495937, y: -0.0000001665451, z: 0.31337482, w: -0.9496296} + m_PostQ: {x: -4.9212484e-13, y: 0.00000017537903, z: 0.0000028060645, + w: 1} + m_Sgn: {x: 1, y: 1, z: 1} + m_Limit: + m_Min: {x: 0, y: 0, z: -0.7853982} + m_Max: {x: 0, y: 0, z: 0.7853982} + m_Length: 0.011948269 + m_Type: 1 + - m_PreQ: {x: -0.00000006698185, y: -0.03828519, z: 0.28713724, w: -0.9571241} + m_PostQ: {x: -0, y: 0.00000023327468, z: -0, w: 1} + m_Sgn: {x: 1, y: 1, z: 1} + m_Limit: + m_Min: {x: 0, y: -0.1308997, z: -0.87266463} + m_Max: {x: 0, y: 0.1308997, z: 0.87266463} + m_Length: 0.03193909 + m_Type: 1 + - m_PreQ: {x: -0, y: -0, z: 0.3133775, w: -0.9496287} + m_PostQ: {x: -0, y: -0, z: -0, w: 1} + m_Sgn: {x: 1, y: 1, z: 1} + m_Limit: + m_Min: {x: 0, y: 0, z: -0.7853982} + m_Max: {x: 0, y: 0, z: 0.7853982} + m_Length: 0.01843214 + m_Type: 1 + - m_PreQ: {x: -0, y: -0, z: 0.3133775, w: -0.9496287} + m_PostQ: {x: -0, y: -0, z: -0, w: 1} + m_Sgn: {x: 1, y: 1, z: 1} + m_Limit: + m_Min: {x: 0, y: 0, z: -0.7853982} + m_Max: {x: 0, y: 0, z: 0.7853982} + m_Length: 0.010368079 + m_Type: 1 + - m_PreQ: {x: 0.64043754, y: 0.23622905, z: 0.42690068, w: -0.5931203} + m_PostQ: {x: -0.6541293, y: -0.23844662, z: -0.26854223, w: 0.66569006} + m_Sgn: {x: 1, y: -1, z: -1} + m_Limit: + m_Min: {x: 0, y: -0.43633232, z: -0.34906584} + m_Max: {x: 0, y: 0.43633232, z: 0.34906584} + m_Length: 0.04429227 + m_Type: 1 + - m_PreQ: {x: 0.69753844, y: 0.091492675, z: 0.11593179, w: -0.70116264} + m_PostQ: {x: -0.6612566, y: -0.22722527, z: -0.250479, w: 0.6696034} + m_Sgn: {x: 1, y: 1, z: -1} + m_Limit: + m_Min: {x: 0, y: 0, z: -0.6981317} + m_Max: {x: 0, y: 0, z: 0.61086524} + m_Length: 0.027182685 + m_Type: 1 + - m_PreQ: {x: 0.69753844, y: 0.091492675, z: 0.11593179, w: -0.70116264} + m_PostQ: {x: -0.6612566, y: -0.22722527, z: -0.250479, w: 0.6696034} + m_Sgn: {x: 1, y: 1, z: -1} + m_Limit: + m_Min: {x: 0, y: 0, z: -0.6981317} + m_Max: {x: 0, y: 0, z: 0.61086524} + m_Length: 0.01529026 + m_Type: 1 + - m_PreQ: {x: -0.60753185, y: 0.36180818, z: -0.60753185, w: 0.36180818} + m_PostQ: {x: -0.49316382, y: 0.506744, z: -0.4931638, w: 0.506744} + m_Sgn: {x: 1, y: 1, z: 1} + m_Limit: + m_Min: {x: -1.0471976, y: -1.0471976, z: -1.5707964} + m_Max: {x: 1.0471976, y: 1.0471976, z: 0.87266463} + m_Length: 0.3757874 + m_Type: 1 + - m_PreQ: {x: -0.042189814, y: 0.7058472, z: -0.04218977, w: 0.70584714} + m_PostQ: {x: -0.48599896, y: 0.5136196, z: -0.48599896, w: 0.51361954} + m_Sgn: {x: 1, y: 1, z: -1} + m_Limit: + m_Min: {x: -1.5707964, y: 0, z: -1.3962634} + m_Max: {x: 1.5707964, y: 0, z: 1.3962634} + m_Length: 0.4257563 + m_Type: 1 + - m_PreQ: {x: -0.5, y: 0.5, z: -0.5, w: 0.5} + m_PostQ: {x: -0.5, y: 0.5, z: -0.5, w: 0.5} + m_Sgn: {x: 1, y: 1, z: 1} + m_Limit: + m_Min: {x: 0, y: -0.5235988, z: -0.87266463} + m_Max: {x: 0, y: 0.5235988, z: 0.87266463} + m_Length: 0.09702313 + m_Type: 1 + - m_PreQ: {x: 0.7071068, y: -0, z: 0.7071068, w: 0} + m_PostQ: {x: 0.7071068, y: -0, z: 0.7071068, w: 0} + m_Sgn: {x: 1, y: 1, z: 1} + m_Limit: + m_Min: {x: 0, y: 0, z: -0.87266463} + m_Max: {x: 0, y: 0, z: 0.87266463} + m_Length: 0.028812509 + m_Type: 1 + - m_PreQ: {x: -0.60753185, y: 0.36180818, z: -0.60753185, w: 0.36180818} + m_PostQ: {x: -0.4931638, y: 0.506744, z: -0.49316382, w: 0.506744} + m_Sgn: {x: -1, y: -1, z: 1} + m_Limit: + m_Min: {x: -1.0471976, y: -1.0471976, z: -1.5707964} + m_Max: {x: 1.0471976, y: 1.0471976, z: 0.87266463} + m_Length: 0.3757874 + m_Type: 1 + - m_PreQ: {x: -0.042189814, y: 0.7058472, z: -0.04218977, w: 0.70584714} + m_PostQ: {x: -0.48599896, y: 0.5136196, z: -0.48599896, w: 0.51361954} + m_Sgn: {x: -1, y: 1, z: -1} + m_Limit: + m_Min: {x: -1.5707964, y: 0, z: -1.3962634} + m_Max: {x: 1.5707964, y: 0, z: 1.3962634} + m_Length: 0.4257563 + m_Type: 1 + - m_PreQ: {x: -0.5, y: 0.5, z: -0.5, w: 0.5} + m_PostQ: {x: -0.5, y: 0.5, z: -0.5, w: 0.5} + m_Sgn: {x: 1, y: -1, z: 1} + m_Limit: + m_Min: {x: 0, y: -0.5235988, z: -0.87266463} + m_Max: {x: 0, y: 0.5235988, z: 0.87266463} + m_Length: 0.09702313 + m_Type: 1 + - m_PreQ: {x: 0.7071068, y: -0, z: 0.7071068, w: 0} + m_PostQ: {x: 0.7071068, y: -0, z: 0.7071068, w: 0} + m_Sgn: {x: 1, y: 1, z: 1} + m_Limit: + m_Min: {x: 0, y: 0, z: -0.87266463} + m_Max: {x: 0, y: 0, z: 0.87266463} + m_Length: 0.028812509 + m_Type: 1 + m_SkeletonPose: + data: + m_X: + - t: {x: 0, y: 0, z: 0} + q: {x: 0, y: 0, z: 0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0.93650174, z: 0.0036878982} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 5.948816e-32, y: 0.050968885, z: 0.012252513} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -2.0149595e-17, y: 0.110621214, z: 0.0029853042} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 2.9083892e-17, y: 0.10536587, z: -0.014336677} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 9.127545e-17, y: 0.1294887, z: -0.03754457} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.000000005196695, y: 0.075594306, z: 0.009783598} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.014784996, y: 0.06125927, z: 0.022221765} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.014784982, y: 0.06125927, z: 0.022221772} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.020808386, y: 0.1034497, z: -0.02933467} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.06679835, y: -0.0100136995, z: 0.000000014901161} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.21410698, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.1994716, y: 0.0000023841858, z: 0.00036800653} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.060842276, y: 0.007224083, z: 0.019240757} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.030905247, y: 0, z: -0.0006325543} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.019009352, y: -0.0005789995, z: -0.0007722862} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.056770742, y: 0.007224083, z: -0.028558228} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.02921474, y: 0, z: 0.000000014901161} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.016837656, y: 0.00000011920929, z: -0.000000022351742} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.06167108, y: 0.007224202, z: 0.0020036474} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.03443116, y: -0.00000011920929, z: 0.000000007450581} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.021241367, y: 0.00000011920929, z: -0.000000007450581} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.060968697, y: 0.007224083, z: -0.013300542} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.03193909, y: 0, z: -0.000000014901161} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.01843214, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0032740831, y: -0.0097965, z: 0.01562553} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.032867372, y: -0.0020189285, z: 0.029622039} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.02096486, y: -0.0009496212, z: 0.01727632} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.020808386, y: 0.1034497, z: -0.02933467} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.06679835, y: -0.0100136995, z: 0.000000014901161} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.21410698, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.1994716, y: 0.0000023841858, z: 0.00036800653} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.060842276, y: 0.007224083, z: 0.019240757} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.030905247, y: 0, z: -0.0006325543} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.019009352, y: -0.0005789995, z: -0.0007722862} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.056770742, y: 0.007224083, z: -0.028558228} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.02921474, y: 0, z: 0.000000014901161} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.016837656, y: 0.00000011920929, z: -0.000000022351742} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.06167108, y: 0.007224202, z: 0.0020036474} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.03443116, y: -0.00000011920929, z: 0.000000007450581} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.021241367, y: 0.00000011920929, z: -0.000000007450581} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.060968697, y: 0.007224083, z: -0.013300542} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.03193909, y: 0, z: -0.000000014901161} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.01843214, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0032740831, y: -0.0097965, z: 0.01562553} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.032867372, y: -0.0020189285, z: 0.029622039} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.02096486, y: -0.0009496212, z: 0.01727632} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.07168864, y: -0.03872311, z: -0.0035527977} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.000000014901161, y: -0.3756488, z: -0.010205619} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: -0.4251067, z: -0.023510326} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: -0.0613662, z: 0.09755388} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.07168864, y: -0.03872311, z: -0.0035527977} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.000000014901161, y: -0.3756488, z: -0.010205619} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: -0.4251067, z: -0.023510326} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: -0.0613662, z: 0.09755388} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + m_LeftHand: + data: + m_HandBoneIndex: 190000001a0000001b0000000d0000000e0000000f000000130000001400000015000000160000001700000018000000100000001100000012000000 + m_RightHand: + data: + m_HandBoneIndex: 2c0000002d0000002e000000200000002100000022000000260000002700000028000000290000002a0000002b000000230000002400000025000000 + m_HumanBoneIndex: 010000002f00000033000000300000003400000031000000350000000200000003000000040000000500000006000000090000001c0000000a0000001d0000000b0000001e0000000c0000001f00000032000000360000000700000008000000ffffffff + m_HumanBoneMass: + - 0.14545456 + - 0.12121213 + - 0.12121213 + - 0.048484854 + - 0.048484854 + - 0.009696971 + - 0.009696971 + - 0.030303033 + - 0.14545456 + - 0.14545456 + - 0.012121214 + - 0.048484854 + - 0.006060607 + - 0.006060607 + - 0.024242427 + - 0.024242427 + - 0.01818182 + - 0.01818182 + - 0.006060607 + - 0.006060607 + - 0.0024242427 + - 0.0024242427 + - 0 + - 0 + - 0 + m_Scale: 0.95183253 + m_ArmTwist: 0.5 + m_ForeArmTwist: 0.5 + m_UpperLegTwist: 0.5 + m_LegTwist: 0.5 + m_ArmStretch: 0.05 + m_LegStretch: 0.05 + m_FeetSpacing: 0 + m_HasLeftHand: 1 + m_HasRightHand: 1 + m_HasTDoF: 0 + m_HumanSkeletonIndexArray: 0400000005000000060000000700000008000000090000000a0000000b0000000c00000062000000630000006400000065000000660000006700000068000000690000006a0000006b0000006c0000006d0000006e0000006f00000070000000710000007200000073000000740000007b0000007c0000007d0000007e0000007f000000800000008100000082000000830000008400000085000000860000008700000088000000890000008a0000008b0000008c0000008d0000009a0000009b0000009c0000009d000000b1000000b2000000b3000000b4000000 + m_HumanSkeletonReverseIndexArray: ffffffffffffffffffffffffffffffff000000000100000002000000030000000400000005000000060000000700000008000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff090000000a0000000b0000000c0000000d0000000e0000000f000000100000001100000012000000130000001400000015000000160000001700000018000000190000001a0000001b000000ffffffffffffffffffffffffffffffffffffffffffffffff1c0000001d0000001e0000001f000000200000002100000022000000230000002400000025000000260000002700000028000000290000002a0000002b0000002c0000002d0000002e000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff2f000000300000003100000032000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff33000000340000003500000036000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff + m_RootMotionBoneIndex: -1 + m_RootMotionBoneX: + t: {x: 0, y: 0, z: 0} + q: {x: 0, y: 0, z: 0, w: 1} + s: {x: 1, y: 1, z: 1} + m_RootMotionSkeleton: + data: + m_Node: [] + m_ID: + m_AxesArray: [] + m_RootMotionSkeletonPose: + data: + m_X: [] + m_RootMotionSkeletonIndexArray: + m_TOS: + 285007101: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_15 + 2128665898: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_04 + 1906816105: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_01/J_Sec_Hair2_01/J_Sec_Hair3_01/J_Sec_Hair4_01/J_Sec_Hair5_01/J_Sec_Hair6_01 + 491299123: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg/J_Sec_R_SkirtBack0_01 + 524182156: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg/J_Sec_R_SkirtBack0_01/J_Sec_R_SkirtBack1_01 + 3980312633: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_16/J_Sec_Hair2_16/J_Sec_Hair3_16 + 1744563307: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_14 + 1838702072: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm/J_Bip_L_Hand/J_Bip_L_Index1/J_Bip_L_Index2 + 1685203202: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_13/J_Sec_Hair2_13/J_Sec_Hair3_13/J_Sec_Hair3_13_end + 3287185488: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_03/J_Sec_Hair2_03/J_Sec_Hair3_03/J_Sec_Hair4_03/J_Sec_Hair5_03 + 2070622203: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_18/J_Sec_Hair2_18/J_Sec_Hair3_18 + 2466280194: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm/J_Bip_R_Hand/J_Bip_R_Little1/J_Bip_R_Little2 + 3866818490: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg/J_Bip_R_LowerLeg + 2933737937: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg/J_Sec_L_SkirtBack0_01/J_Sec_L_SkirtBack1_01 + 1884987545: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm/J_Bip_R_Hand/J_Bip_R_Ring1/J_Bip_R_Ring2 + 1946302910: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm/J_Bip_R_Hand/J_Bip_R_Ring1 + 458454037: secondary + 3037872453: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_05/J_Sec_Hair2_05 + 2078246882: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm/J_Bip_R_Hand/J_Bip_R_Index1/J_Bip_R_Index2 + 969055499: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm/J_Bip_R_Hand/J_Bip_R_Index1 + 3584721369: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_09/J_Sec_Hair2_09/J_Sec_Hair3_09/J_Sec_Hair3_09_end + 903867318: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm/J_Bip_R_Hand/J_Bip_R_Middle1/J_Bip_R_Middle2 + 266374548: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_03/J_Sec_Hair2_03 + 3897213606: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg/J_Sec_L_SkirtFront_01/J_Sec_L_SkirtFront_end_01/J_Sec_L_SkirtFront_end_01_end + 290824833: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg/J_Sec_R_SkirtFront0_01/J_Sec_R_SkirtFront1_01 + 2038769636: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm/J_Bip_L_Hand + 2010789325: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_12/J_Sec_Hair2_12/J_Sec_Hair3_12/J_Sec_Hair3_12_end + 590537793: Root/J_Bip_C_Hips/J_Sec_L_SkirtSide0_01 + 1472109707: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_05/J_Sec_Hair2_05/J_Sec_Hair3_05/J_Sec_Hair4_05 + 1565223639: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg/J_Sec_R_SkirtBack0_01/J_Sec_R_SkirtBack1_01/J_Sec_R_SkirtBack2_01/J_Sec_R_SkirtBack2_end_01/J_Sec_R_SkirtBack2_end_01_end + 1032707778: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg/J_Sec_R_SkirtBack0_01/J_Sec_R_SkirtBack1_01/J_Sec_R_SkirtBack2_01 + 1969490009: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm/J_Sec_L_LowerSleeve_01/J_Sec_L_LowerSleeve_end_01 + 2140979062: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle + 3434087405: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm/J_Bip_L_Hand/J_Bip_L_Little1/J_Bip_L_Little2/J_Bip_L_Little3 + 5349783: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_09 + 2999517770: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm/J_Bip_R_Hand/J_Sec_R_TipSleeve_01 + 850538956: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_06/J_Sec_Hair2_06/J_Sec_Hair3_06/J_Sec_Hair3_06_end + 3821133455: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Sec_R_Bust1 + 1436997367: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg/J_Sec_L_SkirtFront0_01 + 1126305948: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_11/J_Sec_Hair2_11/J_Sec_Hair3_11/J_Sec_Hair3_11_end + 3086739283: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg/J_Sec_R_SkirtFront0_01/J_Sec_R_SkirtFront1_01/J_Sec_R_SkirtFront2_01/J_Sec_R_SkirtFront2_end_01 + 3172097437: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_03/J_Sec_Hair2_03/J_Sec_Hair3_03 + 877093443: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg/J_Sec_L_SkirtFront0_01/J_Sec_L_SkirtFront1_01/J_Sec_L_SkirtFront2_01/J_Sec_L_SkirtFront2_end_01/J_Sec_L_SkirtFront2_end_01_end + 7719076: Root/J_Bip_C_Hips/J_Sec_L_SkirtSide0_01/J_Sec_L_SkirtSide1_01/J_Sec_L_SkirtSide2_01 + 3654931018: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm/J_Bip_L_Hand/J_Bip_L_Index1 + 254671235: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_05/J_Sec_Hair2_05/J_Sec_Hair3_05/J_Sec_Hair4_05/J_Sec_Hair4_05_end + 1107427080: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_17/J_Sec_Hair2_17 + 1467314277: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm/J_Bip_R_Hand/J_Bip_R_Middle1/J_Bip_R_Middle2/J_Bip_R_Middle3 + 2992426631: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm/J_Bip_L_Hand/J_Sec_L_TipSleeve_01/J_Sec_L_TipSleeve_end_01/J_Sec_L_TipSleeve_end_01_end + 3530924597: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_13/J_Sec_Hair2_13/J_Sec_Hair3_13 + 424317142: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_19 + 3131336372: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm/J_Bip_L_Hand/J_Bip_L_Ring1 + 4187000473: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm/J_Bip_R_Hand/J_Sec_R_TipSleeve_01/J_Sec_R_TipSleeve_end_01/J_Sec_R_TipSleeve_end_01_end + 189468347: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm + 924417340: Root/J_Bip_C_Hips/J_Sec_L_SkirtSide0_01/J_Sec_L_SkirtSide1_01/J_Sec_L_SkirtSide2_01/J_Sec_L_SkirtSide2_end_01 + 4176688089: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_11/J_Sec_Hair2_11 + 3115188551: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg/J_Sec_L_SkirtBack0_01/J_Sec_L_SkirtBack1_01/J_Sec_L_SkirtBack2_01/J_Sec_L_SkirtBack2_end_01 + 1427115262: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head + 3599707283: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_02/J_Sec_Hair2_02 + 956660241: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm/J_Sec_L_LowerSleeve_01/J_Sec_L_LowerSleeve_end_01/J_Sec_L_LowerSleeve_end_01_end + 2151224464: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm/J_Bip_R_Hand/J_Bip_R_Middle1 + 4289881849: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg/J_Bip_L_LowerLeg + 1716439515: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_01/J_Sec_Hair2_01 + 2603278172: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_01/J_Sec_Hair2_01/J_Sec_Hair3_01/J_Sec_Hair4_01 + 3890842768: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_07 + 4063099956: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm/J_Bip_L_Hand/J_Bip_L_Index1/J_Bip_L_Index2/J_Bip_L_Index3 + 282623383: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_03/J_Sec_Hair2_03/J_Sec_Hair3_03/J_Sec_Hair4_03 + 1101236980: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm/J_Bip_R_Hand/J_Bip_R_Thumb1/J_Bip_R_Thumb2/J_Bip_R_Thumb3 + 1019596327: Hair + 3379808368: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_01/J_Sec_Hair2_01/J_Sec_Hair3_01 + 1151271504: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_03/J_Sec_Hair2_03/J_Sec_Hair3_03/J_Sec_Hair4_03/J_Sec_Hair5_03/J_Sec_Hair5_03_end + 1604495134: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg/J_Sec_L_SkirtBack0_01/J_Sec_L_SkirtBack1_01/J_Sec_L_SkirtBack2_01 + 3511946796: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm + 3945530412: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg/J_Sec_L_SkirtSide_01/J_Sec_L_SkirtSide_end_01/J_Sec_L_SkirtSide_end_01_end + 3766765705: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_03 + 2811997713: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm/J_Bip_L_Hand/J_Bip_L_Middle1/J_Bip_L_Middle2/J_Bip_L_Middle3 + 3703309578: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_07/J_Sec_Hair2_07 + 2002161921: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_08 + 2593222804: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm/J_Bip_L_Hand/J_Bip_L_Thumb1/J_Bip_L_Thumb2 + 3789305879: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg/J_Sec_R_SkirtFront_01/J_Sec_R_SkirtFront_end_01 + 1703018608: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg/J_Sec_L_SkirtSide_01/J_Sec_L_SkirtSide_end_01 + 3066451557: Root + 3064108098: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm/J_Bip_R_Hand/J_Bip_R_Ring1/J_Bip_R_Ring2/J_Bip_R_Ring3 + 381148985: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm/J_Bip_R_Hand/J_Bip_R_Little1 + 336384083: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_08/J_Sec_Hair2_08/J_Sec_Hair3_08 + 1351224403: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_10/J_Sec_Hair2_10/J_Sec_Hair3_10/J_Sec_Hair3_10_end + 2815444144: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg/J_Sec_R_SkirtSide_01/J_Sec_R_SkirtSide_end_01 + 174576974: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg/J_Sec_R_SkirtBack_01/J_Sec_R_SkirtBack_end_01/J_Sec_R_SkirtBack_end_01_end + 395385060: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_11 + 985907531: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg/J_Sec_L_SkirtBack_01/J_Sec_L_SkirtBack_end_01/J_Sec_L_SkirtBack_end_01_end + 3157118962: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg/J_Sec_L_SkirtFront0_01/J_Sec_L_SkirtFront1_01/J_Sec_L_SkirtFront2_01/J_Sec_L_SkirtFront2_end_01 + 3706314754: Root/J_Bip_C_Hips/J_Sec_R_SkirtSide0_01/J_Sec_R_SkirtSide1_01/J_Sec_R_SkirtSide2_01/J_Sec_R_SkirtSide2_end_01 + 3209342262: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm/J_Bip_L_Hand/J_Bip_L_Thumb1 + 1259307586: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg/J_Sec_L_SkirtSide_01 + 2073732236: Body + 2362878606: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm/J_Bip_R_Hand/J_Bip_R_Thumb1/J_Bip_R_Thumb2 + 2190742565: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm/J_Bip_L_Hand/J_Sec_L_TipSleeve_01 + 302943063: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg + 4277321169: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_17 + 2186887057: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_06/J_Sec_Hair2_06/J_Sec_Hair3_06 + 1684056571: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg/J_Sec_R_SkirtFront_01 + 2164424409: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm/J_Bip_L_Hand/J_Bip_L_Middle1 + 1310819377: Root/J_Bip_C_Hips/J_Sec_R_SkirtSide0_01/J_Sec_R_SkirtSide1_01/J_Sec_R_SkirtSide2_01/J_Sec_R_SkirtSide2_end_01/J_Sec_R_SkirtSide2_end_01_end + 1322720258: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_15/J_Sec_Hair2_15/J_Sec_Hair3_15 + 406077639: Root/J_Bip_C_Hips/J_Sec_L_SkirtSide0_01/J_Sec_L_SkirtSide1_01/J_Sec_L_SkirtSide2_01/J_Sec_L_SkirtSide2_end_01/J_Sec_L_SkirtSide2_end_01_end + 3731027684: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_19/J_Sec_Hair2_19/J_Sec_Hair3_19/J_Sec_Hair3_19_end + 2907216216: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Sec_R_Bust1/J_Sec_R_Bust2 + 2438821782: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_13/J_Sec_Hair2_13 + 2067268032: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm/J_Bip_R_Hand/J_Sec_R_TipSleeve_01/J_Sec_R_TipSleeve_end_01 + 565240746: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_05/J_Sec_Hair2_05/J_Sec_Hair3_05 + 226648992: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_15/J_Sec_Hair2_15/J_Sec_Hair3_15/J_Sec_Hair3_15_end + 2624567210: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_04/J_Sec_Hair2_04/J_Sec_Hair3_04/J_Sec_Hair4_04/J_Sec_Hair4_04_end + 188315585: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm/J_Sec_R_LowerSleeve_01/J_Sec_R_LowerSleeve_end_01 + 2541975583: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_02 + 2412648420: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg/J_Bip_L_LowerLeg/J_Bip_L_Foot + 959107078: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg/J_Sec_L_SkirtBack0_01/J_Sec_L_SkirtBack1_01/J_Sec_L_SkirtBack2_01/J_Sec_L_SkirtBack2_end_01/J_Sec_L_SkirtBack2_end_01_end + 2235245732: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_19/J_Sec_Hair2_19 + 873086070: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg/J_Sec_L_SkirtBack_01 + 1211291281: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_12/J_Sec_Hair2_12 + 2244922043: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm/J_Sec_R_LowerSleeve_01/J_Sec_R_LowerSleeve_end_01/J_Sec_R_LowerSleeve_end_01_end + 3422213228: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_02/J_Sec_Hair2_02/J_Sec_Hair3_02/J_Sec_Hair4_02/J_Sec_Hair5_02/J_Sec_Hair5_02_end + 2965458551: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm/J_Bip_R_Hand + 3558881564: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Sec_L_Bust1 + 3097079762: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_02/J_Sec_Hair2_02/J_Sec_Hair3_02/J_Sec_Hair4_02 + 2499231161: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Sec_L_Bust1/J_Sec_L_Bust2/J_Sec_L_Bust2_end + 4072675904: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_14/J_Sec_Hair2_14 + 1692557707: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg/J_Sec_R_SkirtFront0_01/J_Sec_R_SkirtFront1_01/J_Sec_R_SkirtFront2_01/J_Sec_R_SkirtFront2_end_01/J_Sec_R_SkirtFront2_end_01_end + 3270082465: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_08/J_Sec_Hair2_08 + 2054382403: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg/J_Sec_L_SkirtFront_01 + 563909342: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_10/J_Sec_Hair2_10 + 1190858285: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle + 1174341030: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_01/J_Sec_Hair2_01/J_Sec_Hair3_01/J_Sec_Hair4_01/J_Sec_Hair5_01/J_Sec_Hair6_01/J_Sec_Hair6_01_end + 2136880292: Root/J_Bip_C_Hips + 461823654: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_09/J_Sec_Hair2_09 + 573333733: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg/J_Sec_L_SkirtFront0_01/J_Sec_L_SkirtFront1_01 + 1820188738: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_04/J_Sec_Hair2_04 + 4130908796: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_04/J_Sec_Hair2_04/J_Sec_Hair3_04 + 2900583981: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_19/J_Sec_Hair2_19/J_Sec_Hair3_19 + 2770785369: Face + 3197178968: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm/J_Bip_L_Hand/J_Bip_L_Middle1/J_Bip_L_Middle2 + 640871652: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg/J_Sec_R_SkirtBack_01 + 3322060054: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_08/J_Sec_Hair2_08/J_Sec_Hair3_08/J_Sec_Hair3_08_end + 166194620: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_05 + 1850581056: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_18 + 3507665317: Root/J_Bip_C_Hips/J_Sec_R_SkirtSide0_01/J_Sec_R_SkirtSide1_01/J_Sec_R_SkirtSide2_01 + 0: + 2416115331: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg/J_Sec_R_SkirtFront0_01 + 100527075: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_12/J_Sec_Hair2_12/J_Sec_Hair3_12 + 3011920101: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_01/J_Sec_Hair2_01/J_Sec_Hair3_01/J_Sec_Hair4_01/J_Sec_Hair5_01 + 317819110: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest + 1211440975: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm/J_Bip_L_Hand/J_Bip_L_Ring1/J_Bip_L_Ring2/J_Bip_L_Ring3 + 395097456: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm/J_Bip_L_Hand/J_Bip_L_Little1 + 1736610682: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm/J_Sec_L_LowerSleeve_01 + 1496797904: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg/J_Sec_R_SkirtSide_01 + 56322955: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg/J_Sec_L_SkirtBack0_01 + 2180915214: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg/J_Bip_R_LowerLeg/J_Bip_R_Foot + 1233944864: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm/J_Sec_R_LowerSleeve_01 + 375580458: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_02/J_Sec_Hair2_02/J_Sec_Hair3_02/J_Sec_Hair4_02/J_Sec_Hair5_02 + 3452627499: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_18/J_Sec_Hair2_18/J_Sec_Hair3_18/J_Sec_Hair3_18_end + 3138913460: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Adj_L_FaceEye + 1620453490: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_10 + 1549043107: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_18/J_Sec_Hair2_18 + 1351590373: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg/J_Sec_R_SkirtBack0_01/J_Sec_R_SkirtBack1_01/J_Sec_R_SkirtBack2_01/J_Sec_R_SkirtBack2_end_01 + 1439790663: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_07/J_Sec_Hair2_07/J_Sec_Hair3_07 + 3743063383: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Adj_R_FaceEye + 985041391: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_17/J_Sec_Hair2_17/J_Sec_Hair3_17 + 1012850073: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm/J_Bip_R_Hand/J_Bip_R_Little1/J_Bip_R_Little2/J_Bip_R_Little3 + 1788482635: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_02/J_Sec_Hair2_02/J_Sec_Hair3_02 + 964314865: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_16/J_Sec_Hair2_16/J_Sec_Hair3_16/J_Sec_Hair3_16_end + 4003749906: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg/J_Bip_R_LowerLeg/J_Bip_R_Foot/J_Bip_R_ToeBase + 3683127337: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg/J_Sec_R_SkirtSide_01/J_Sec_R_SkirtSide_end_01/J_Sec_R_SkirtSide_end_01_end + 1584097983: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm/J_Bip_L_Hand/J_Bip_L_Thumb1/J_Bip_L_Thumb2/J_Bip_L_Thumb3 + 42098839: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Sec_L_Bust1/J_Sec_L_Bust2 + 3044949467: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest + 889106634: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg/J_Sec_R_SkirtFront_01/J_Sec_R_SkirtFront_end_01/J_Sec_R_SkirtFront_end_01_end + 3573454745: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm/J_Bip_L_Hand/J_Sec_L_TipSleeve_01/J_Sec_L_TipSleeve_end_01 + 487207264: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg/J_Sec_L_SkirtFront0_01/J_Sec_L_SkirtFront1_01/J_Sec_L_SkirtFront2_01 + 555363587: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_07/J_Sec_Hair2_07/J_Sec_Hair3_07/J_Sec_Hair3_07_end + 2573161940: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_14/J_Sec_Hair2_14/J_Sec_Hair3_14 + 563793185: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Sec_R_Bust1/J_Sec_R_Bust2/J_Sec_R_Bust2_end + 1599201911: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm/J_Bip_R_Hand/J_Bip_R_Thumb1 + 2314571079: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_16 + 3280247173: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_09/J_Sec_Hair2_09/J_Sec_Hair3_09 + 728316428: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg + 305941538: Root/J_Bip_C_Hips/J_Sec_L_SkirtSide0_01/J_Sec_L_SkirtSide1_01 + 4294921934: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_04/J_Sec_Hair2_04/J_Sec_Hair3_04/J_Sec_Hair4_04 + 3747768667: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm/J_Bip_L_Hand/J_Bip_L_Ring1/J_Bip_L_Ring2 + 506101615: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_14/J_Sec_Hair2_14/J_Sec_Hair3_14/J_Sec_Hair3_14_end + 407801068: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm/J_Bip_L_Hand/J_Bip_L_Little1/J_Bip_L_Little2 + 2874361606: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm + 2045097404: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg/J_Sec_L_SkirtBack_01/J_Sec_L_SkirtBack_end_01 + 630613340: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg/J_Sec_L_SkirtFront_01/J_Sec_L_SkirtFront_end_01 + 2786342872: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_11/J_Sec_Hair2_11/J_Sec_Hair3_11 + 718428734: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_17/J_Sec_Hair2_17/J_Sec_Hair3_17/J_Sec_Hair3_17_end + 2317575035: Root/J_Bip_C_Hips/J_Sec_R_SkirtSide0_01 + 732937031: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_15/J_Sec_Hair2_15 + 490718561: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg/J_Bip_L_LowerLeg/J_Bip_L_Foot/J_Bip_L_ToeBase + 4187978184: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_13 + 1777957277: Root/J_Bip_C_Hips/J_Bip_C_Spine + 1906081294: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_10/J_Sec_Hair2_10/J_Sec_Hair3_10 + 2607701519: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_16/J_Sec_Hair2_16 + 3365707631: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm + 2431564806: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_06 + 2392344926: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_12 + 3991215231: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm/J_Bip_R_Hand/J_Bip_R_Index1/J_Bip_R_Index2/J_Bip_R_Index3 + 243935653: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_01 + 677580999: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck + 97756173: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_06/J_Sec_Hair2_06 + 2958663727: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg/J_Sec_R_SkirtFront0_01/J_Sec_R_SkirtFront1_01/J_Sec_R_SkirtFront2_01 + 3149394300: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg/J_Sec_R_SkirtBack_01/J_Sec_R_SkirtBack_end_01 + 2977252379: Root/J_Bip_C_Hips/J_Sec_R_SkirtSide0_01/J_Sec_R_SkirtSide1_01 + m_HumanDescription: + serializedVersion: 3 + m_Human: + - m_BoneName: J_Bip_C_Hips + m_HumanName: Hips + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_UpperLeg + m_HumanName: LeftUpperLeg + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_UpperLeg + m_HumanName: RightUpperLeg + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_LowerLeg + m_HumanName: LeftLowerLeg + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_LowerLeg + m_HumanName: RightLowerLeg + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_Foot + m_HumanName: LeftFoot + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_Foot + m_HumanName: RightFoot + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_ToeBase + m_HumanName: LeftToes + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_ToeBase + m_HumanName: RightToes + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_C_Spine + m_HumanName: Spine + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_C_Chest + m_HumanName: Chest + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_C_UpperChest + m_HumanName: UpperChest + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_C_Neck + m_HumanName: Neck + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_C_Head + m_HumanName: Head + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Adj_L_FaceEye + m_HumanName: LeftEye + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Adj_R_FaceEye + m_HumanName: RightEye + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_Clavicle + m_HumanName: LeftShoulder + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_Clavicle + m_HumanName: RightShoulder + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_UpperArm + m_HumanName: LeftUpperArm + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_UpperArm + m_HumanName: RightUpperArm + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_LowerArm + m_HumanName: LeftLowerArm + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_LowerArm + m_HumanName: RightLowerArm + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_Hand + m_HumanName: LeftHand + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_Hand + m_HumanName: RightHand + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_Thumb1 + m_HumanName: Left Thumb Proximal + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_Thumb2 + m_HumanName: Left Thumb Intermediate + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_Thumb3 + m_HumanName: Left Thumb Distal + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_Index1 + m_HumanName: Left Index Proximal + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_Index2 + m_HumanName: Left Index Intermediate + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_Index3 + m_HumanName: Left Index Distal + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_Middle1 + m_HumanName: Left Middle Proximal + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_Middle2 + m_HumanName: Left Middle Intermediate + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_Middle3 + m_HumanName: Left Middle Distal + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_Ring1 + m_HumanName: Left Ring Proximal + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_Ring2 + m_HumanName: Left Ring Intermediate + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_Ring3 + m_HumanName: Left Ring Distal + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_Little1 + m_HumanName: Left Little Proximal + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_Little2 + m_HumanName: Left Little Intermediate + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_Little3 + m_HumanName: Left Little Distal + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_Thumb1 + m_HumanName: Right Thumb Proximal + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_Thumb2 + m_HumanName: Right Thumb Intermediate + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_Thumb3 + m_HumanName: Right Thumb Distal + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_Index1 + m_HumanName: Right Index Proximal + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_Index2 + m_HumanName: Right Index Intermediate + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_Index3 + m_HumanName: Right Index Distal + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_Middle1 + m_HumanName: Right Middle Proximal + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_Middle2 + m_HumanName: Right Middle Intermediate + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_Middle3 + m_HumanName: Right Middle Distal + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_Ring1 + m_HumanName: Right Ring Proximal + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_Ring2 + m_HumanName: Right Ring Intermediate + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_Ring3 + m_HumanName: Right Ring Distal + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_Little1 + m_HumanName: Right Little Proximal + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_Little2 + m_HumanName: Right Little Intermediate + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_Little3 + m_HumanName: Right Little Distal + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + m_Skeleton: + - m_Name: Female1_withAvatarIK + m_ParentName: + m_Position: {x: 0, y: 0, z: 0} + m_Rotation: {x: 0, y: 0, z: 0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: Body + m_ParentName: + m_Position: {x: 0, y: 0, z: 0} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: Face + m_ParentName: + m_Position: {x: 0, y: 0, z: 0} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: Hair + m_ParentName: + m_Position: {x: 0, y: 0, z: 0} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: Root + m_ParentName: + m_Position: {x: 0, y: 0, z: 0} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_C_Hips + m_ParentName: + m_Position: {x: 0, y: 0.93650174, z: 0.0036878982} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_C_Spine + m_ParentName: + m_Position: {x: 5.948816e-32, y: 0.050968885, z: 0.012252513} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_C_Chest + m_ParentName: + m_Position: {x: -2.0149595e-17, y: 0.110621214, z: 0.0029853042} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_C_UpperChest + m_ParentName: + m_Position: {x: 2.9083892e-17, y: 0.10536587, z: -0.014336677} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_C_Neck + m_ParentName: + m_Position: {x: 9.127545e-17, y: 0.1294887, z: -0.03754457} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_C_Head + m_ParentName: + m_Position: {x: 0.000000005196695, y: 0.075594306, z: 0.009783598} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Adj_L_FaceEye + m_ParentName: + m_Position: {x: -0.014784996, y: 0.06125927, z: 0.022221765} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Adj_R_FaceEye + m_ParentName: + m_Position: {x: 0.014784982, y: 0.06125927, z: 0.022221772} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair1_01 + m_ParentName: + m_Position: {x: 0.0060543846, y: 0.19155574, z: -0.11623336} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair2_01 + m_ParentName: + m_Position: {x: -0.0032195332, y: -0.09500408, z: -0.029305004} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_01 + m_ParentName: + m_Position: {x: -0.003834067, y: -0.09629369, z: -0.024558365} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair4_01 + m_ParentName: + m_Position: {x: -0.0045603532, y: -0.0975678, z: -0.01879552} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair5_01 + m_ParentName: + m_Position: {x: -0.004833374, y: -0.097961664, z: -0.016576946} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair6_01 + m_ParentName: + m_Position: {x: -0.004801523, y: -0.09791851, z: -0.016837388} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair6_01_end + m_ParentName: + m_Position: {x: -0.0033789221, y: -0.06890714, z: -0.011848748} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair1_02 + m_ParentName: + m_Position: {x: -0.023998903, y: 0.17999744, z: -0.09226433} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair2_02 + m_ParentName: + m_Position: {x: -0.017848196, y: -0.10116458, z: -0.025196552} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_02 + m_ParentName: + m_Position: {x: -0.019145628, y: -0.102164984, z: -0.019412987} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair4_02 + m_ParentName: + m_Position: {x: -0.020202043, y: -0.102792144, z: -0.014479518} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair5_02 + m_ParentName: + m_Position: {x: -0.020311652, y: -0.102844834, z: -0.013952583} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair5_02_end + m_ParentName: + m_Position: {x: -0.013444329, y: -0.06807315, z: -0.009235263} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair1_03 + m_ParentName: + m_Position: {x: 0.011216303, y: 0.19704938, z: -0.109584175} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair2_03 + m_ParentName: + m_Position: {x: 0.02504052, y: -0.09843135, z: -0.013009474} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_03 + m_ParentName: + m_Position: {x: 0.020819375, y: -0.09838283, z: -0.019334368} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair4_03 + m_ParentName: + m_Position: {x: 0.01747091, y: -0.09802544, z: -0.024187118} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair5_03 + m_ParentName: + m_Position: {x: 0.017163226, y: -0.097975254, z: -0.024624199} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair5_03_end + m_ParentName: + m_Position: {x: 0.011724673, y: -0.06692958, z: -0.016821474} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair1_04 + m_ParentName: + m_Position: {x: 0.09034192, y: 0.020739079, z: 0.013131157} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair2_04 + m_ParentName: + m_Position: {x: 0.0005200654, y: -0.052738905, z: 0.011005877} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_04 + m_ParentName: + m_Position: {x: -0.0051159784, y: -0.045720816, z: 0.02806885} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair4_04 + m_ParentName: + m_Position: {x: -0.017751932, y: -0.034382105, z: 0.036584526} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair4_04_end + m_ParentName: + m_Position: {x: -0.023335353, y: -0.045196176, z: 0.04809127} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair1_05 + m_ParentName: + m_Position: {x: -0.09037836, y: 0.018492937, z: 0.0131891295} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair2_05 + m_ParentName: + m_Position: {x: -0.00038973987, y: -0.051941752, z: 0.011532931} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_05 + m_ParentName: + m_Position: {x: 0.00504905, y: -0.04497254, z: 0.028033623} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair4_05 + m_ParentName: + m_Position: {x: 0.017956987, y: -0.033681393, z: 0.036034673} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair4_05_end + m_ParentName: + m_Position: {x: 0.0239464, y: -0.044915557, z: 0.048053756} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair1_06 + m_ParentName: + m_Position: {x: 0.0038271134, y: 0.10032368, z: 0.11484787} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair2_06 + m_ParentName: + m_Position: {x: -0.0114425, y: -0.038627625, z: -0.0029882044} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_06 + m_ParentName: + m_Position: {x: -0.023252435, y: -0.030773401, z: -0.0087142885} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_06_end + m_ParentName: + m_Position: {x: -0.04116246, y: -0.05447638, z: -0.015426412} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair1_07 + m_ParentName: + m_Position: {x: 0.09799406, y: 0.07294512, z: 0.038732037} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair2_07 + m_ParentName: + m_Position: {x: -0.008405648, y: -0.035627127, z: 0.0036858395} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_07 + m_ParentName: + m_Position: {x: -0.021355107, y: -0.028679848, z: 0.006578073} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_07_end + m_ParentName: + m_Position: {x: -0.041115865, y: -0.05521846, z: 0.012665033} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair1_08 + m_ParentName: + m_Position: {x: 0.1039162, y: 0.06665754, z: 0.01088972} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair2_08 + m_ParentName: + m_Position: {x: -0.012210831, y: -0.035097122, z: 0.0028314441} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_08 + m_ParentName: + m_Position: {x: -0.021619588, y: -0.029940248, z: -0.0024947487} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_08_end + m_ParentName: + m_Position: {x: -0.04088626, y: -0.05662203, z: -0.0047179908} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair1_09 + m_ParentName: + m_Position: {x: -0.103599615, y: 0.06952298, z: 0.010509707} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair2_09 + m_ParentName: + m_Position: {x: 0.011073269, y: -0.03683269, z: 0.00053985044} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_09 + m_ParentName: + m_Position: {x: 0.022228621, y: -0.03105092, z: -0.002774533} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_09_end + m_ParentName: + m_Position: {x: 0.040639482, y: -0.056768894, z: -0.005072549} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair1_10 + m_ParentName: + m_Position: {x: -0.09720296, y: 0.06601691, z: 0.038295604} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair2_10 + m_ParentName: + m_Position: {x: 0.008842394, y: -0.031521797, z: 0.0020156577} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_10 + m_ParentName: + m_Position: {x: 0.019210495, y: -0.025567174, z: 0.0049108267} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_10_end + m_ParentName: + m_Position: {x: 0.041562013, y: -0.05531466, z: 0.010624602} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair1_11 + m_ParentName: + m_Position: {x: -0.08736309, y: 0.061727047, z: -0.078165144} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair2_11 + m_ParentName: + m_Position: {x: 0.0076676607, y: -0.034651995, z: 0.0029347688} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_11 + m_ParentName: + m_Position: {x: 0.017155953, y: -0.030285716, z: 0.006837338} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_11_end + m_ParentName: + m_Position: {x: 0.033854835, y: -0.059764504, z: 0.01349251} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair1_12 + m_ParentName: + m_Position: {x: 0.003668399, y: 0.074970245, z: -0.12469099} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair2_12 + m_ParentName: + m_Position: {x: 0.00081768166, y: -0.04406452, z: 0.00985533} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_12 + m_ParentName: + m_Position: {x: 0.008002964, y: -0.039358377, z: 0.020634204} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_12_end + m_ParentName: + m_Position: {x: 0.012406546, y: -0.06101513, z: 0.031988047} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair1_13 + m_ParentName: + m_Position: {x: 0.092061795, y: 0.06233096, z: -0.07076192} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair2_13 + m_ParentName: + m_Position: {x: -0.006141573, y: -0.036583662, z: 0.006459132} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_13 + m_ParentName: + m_Position: {x: -0.012260839, y: -0.03093195, z: 0.017225683} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_13_end + m_ParentName: + m_Position: {x: -0.022906553, y: -0.057789207, z: 0.032182217} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair1_14 + m_ParentName: + m_Position: {x: -0.038898736, y: -0.019448876, z: -0.040619954} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair2_14 + m_ParentName: + m_Position: {x: 0.0060002767, y: -0.018793583, z: -0.0030941814} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_14 + m_ParentName: + m_Position: {x: 0.0022521075, y: -0.019284606, z: -0.0043754727} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_14_end + m_ParentName: + m_Position: {x: 0.007920966, y: -0.06782651, z: -0.015389115} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair1_15 + m_ParentName: + m_Position: {x: -0.010106603, y: -0.004513502, z: -0.068655685} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair2_15 + m_ParentName: + m_Position: {x: 0.0025522728, y: -0.030941367, z: 0.011916444} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_15 + m_ParentName: + m_Position: {x: 0.0056611383, y: -0.03245902, z: -0.0000307858} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_15_end + m_ParentName: + m_Position: {x: 0.01202706, y: -0.068959, z: -0.0000654012} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair1_16 + m_ParentName: + m_Position: {x: 0.04439354, y: -0.011398077, z: -0.0384506} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair2_16 + m_ParentName: + m_Position: {x: -0.0067237467, y: -0.024332285, z: 0.0013642758} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_16 + m_ParentName: + m_Position: {x: -0.0070233773, y: -0.021796703, z: -0.011003256} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_16_end + m_ParentName: + m_Position: {x: -0.019350724, y: -0.060054064, z: -0.030316055} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair1_17 + m_ParentName: + m_Position: {x: 0.06916933, y: 0.09241533, z: 0.08386295} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair2_17 + m_ParentName: + m_Position: {x: 0.00031793863, y: -0.031071424, z: -0.003433995} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_17 + m_ParentName: + m_Position: {x: -0.010192722, y: -0.029346943, z: 0.0015152171} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_17_end + m_ParentName: + m_Position: {x: -0.022939213, y: -0.066046715, z: 0.0034100711} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair1_18 + m_ParentName: + m_Position: {x: -0.030270243, y: 0.11486733, z: 0.109852746} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair2_18 + m_ParentName: + m_Position: {x: -0.03878224, y: -0.035150647, z: -0.012748048} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_18 + m_ParentName: + m_Position: {x: -0.040310033, y: -0.00279212, z: -0.033838585} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_18_end + m_ParentName: + m_Position: {x: -0.053538345, y: -0.0037083626, z: -0.0449432} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair1_19 + m_ParentName: + m_Position: {x: -0.06878384, y: 0.095115304, z: 0.084242165} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair2_19 + m_ParentName: + m_Position: {x: -0.00079639256, y: -0.0322783, z: -0.0035905913} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_19 + m_ParentName: + m_Position: {x: 0.013975155, y: -0.027860403, z: 0.006449461} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_19_end + m_ParentName: + m_Position: {x: 0.030734617, y: -0.06127155, z: 0.014183879} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_Clavicle + m_ParentName: + m_Position: {x: -0.020808386, y: 0.1034497, z: -0.02933467} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_UpperArm + m_ParentName: + m_Position: {x: -0.06679835, y: -0.0100136995, z: 0.000000014901161} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_LowerArm + m_ParentName: + m_Position: {x: -0.21410698, y: 0, z: 0} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_Hand + m_ParentName: + m_Position: {x: -0.19947156, y: 0.0000023841858, z: 0.00036800653} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_Index1 + m_ParentName: + m_Position: {x: -0.060842276, y: 0.007224083, z: 0.019240757} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_Index2 + m_ParentName: + m_Position: {x: -0.030905277, y: 0, z: -0.0006325543} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_Index3 + m_ParentName: + m_Position: {x: -0.019009352, y: -0.0005789995, z: -0.0007722862} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_Little1 + m_ParentName: + m_Position: {x: -0.056770742, y: 0.007224083, z: -0.028558226} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_Little2 + m_ParentName: + m_Position: {x: -0.02921474, y: 0, z: 0.000000014901161} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_Little3 + m_ParentName: + m_Position: {x: -0.016837686, y: 0.00000011920929, z: -0.000000022351742} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_Middle1 + m_ParentName: + m_Position: {x: -0.06167108, y: 0.007224202, z: 0.0020036474} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_Middle2 + m_ParentName: + m_Position: {x: -0.03443119, y: -0.00000011920929, z: 0.000000007450581} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_Middle3 + m_ParentName: + m_Position: {x: -0.021241367, y: 0.00000011920929, z: -0.000000007450581} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_Ring1 + m_ParentName: + m_Position: {x: -0.060968697, y: 0.007224083, z: -0.01330054} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_Ring2 + m_ParentName: + m_Position: {x: -0.03193912, y: 0, z: -0.000000014901161} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_Ring3 + m_ParentName: + m_Position: {x: -0.01843214, y: 0, z: 0} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_Thumb1 + m_ParentName: + m_Position: {x: -0.0032740831, y: -0.0097965, z: 0.01562553} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_Thumb2 + m_ParentName: + m_Position: {x: -0.032867372, y: -0.0020189285, z: 0.029622039} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_Thumb3 + m_ParentName: + m_Position: {x: -0.02096486, y: -0.0009496212, z: 0.017276319} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_TipSleeve_01 + m_ParentName: + m_Position: {x: 0.004469067, y: -0.015556693, z: -0.008071767} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_TipSleeve_end_01 + m_ParentName: + m_Position: {x: -0.042382568, y: -0.0041464567, z: -0.0023704246} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_TipSleeve_end_01_end + m_ParentName: + m_Position: {x: -0.06955972, y: -0.0068053007, z: -0.0038904175} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_LowerSleeve_01 + m_ParentName: + m_Position: {x: -0.09607756, y: -0.019597769, z: 0.0024976358} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_LowerSleeve_end_01 + m_ParentName: + m_Position: {x: -0.0049577653, y: -0.07610023, z: 0.0052430034} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_LowerSleeve_end_01_end + m_ParentName: + m_Position: {x: -0.0045399964, y: -0.06968737, z: 0.004801186} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_Clavicle + m_ParentName: + m_Position: {x: 0.020808386, y: 0.1034497, z: -0.02933467} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_UpperArm + m_ParentName: + m_Position: {x: 0.06679835, y: -0.0100136995, z: 0.000000014901161} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_LowerArm + m_ParentName: + m_Position: {x: 0.21410698, y: 0, z: 0} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_Hand + m_ParentName: + m_Position: {x: 0.19947156, y: 0.0000023841858, z: 0.00036800653} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_Index1 + m_ParentName: + m_Position: {x: 0.060842276, y: 0.007224083, z: 0.019240757} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_Index2 + m_ParentName: + m_Position: {x: 0.030905277, y: 0, z: -0.0006325543} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_Index3 + m_ParentName: + m_Position: {x: 0.019009352, y: -0.0005789995, z: -0.0007722862} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_Little1 + m_ParentName: + m_Position: {x: 0.056770742, y: 0.007224083, z: -0.028558226} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_Little2 + m_ParentName: + m_Position: {x: 0.02921474, y: 0, z: 0.000000014901161} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_Little3 + m_ParentName: + m_Position: {x: 0.016837686, y: 0.00000011920929, z: -0.000000022351742} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_Middle1 + m_ParentName: + m_Position: {x: 0.06167108, y: 0.007224202, z: 0.0020036474} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_Middle2 + m_ParentName: + m_Position: {x: 0.03443119, y: -0.00000011920929, z: 0.000000007450581} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_Middle3 + m_ParentName: + m_Position: {x: 0.021241367, y: 0.00000011920929, z: -0.000000007450581} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_Ring1 + m_ParentName: + m_Position: {x: 0.060968697, y: 0.007224083, z: -0.01330054} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_Ring2 + m_ParentName: + m_Position: {x: 0.03193912, y: 0, z: -0.000000014901161} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_Ring3 + m_ParentName: + m_Position: {x: 0.01843214, y: 0, z: 0} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_Thumb1 + m_ParentName: + m_Position: {x: 0.0032740831, y: -0.0097965, z: 0.01562553} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_Thumb2 + m_ParentName: + m_Position: {x: 0.032867372, y: -0.0020189285, z: 0.029622039} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_Thumb3 + m_ParentName: + m_Position: {x: 0.02096486, y: -0.0009496212, z: 0.017276319} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_TipSleeve_01 + m_ParentName: + m_Position: {x: -0.004469067, y: -0.015556693, z: -0.008071767} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_TipSleeve_end_01 + m_ParentName: + m_Position: {x: 0.042382568, y: -0.0041464567, z: -0.0023704246} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_TipSleeve_end_01_end + m_ParentName: + m_Position: {x: 0.06955972, y: -0.0068053007, z: -0.0038904175} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_LowerSleeve_01 + m_ParentName: + m_Position: {x: 0.09607756, y: -0.019597769, z: 0.0024976358} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_LowerSleeve_end_01 + m_ParentName: + m_Position: {x: 0.0049577653, y: -0.07610023, z: 0.0052430034} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_LowerSleeve_end_01_end + m_ParentName: + m_Position: {x: 0.0045399964, y: -0.06968737, z: 0.004801186} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_Bust1 + m_ParentName: + m_Position: {x: -0.051190045, y: -0.007102847, z: 0.067519896} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_Bust2 + m_ParentName: + m_Position: {x: -0.015037615, y: 0.0036982298, z: 0.030056074} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_Bust2_end + m_ParentName: + m_Position: {x: -0.031132981, y: 0.0076565742, z: 0.062226303} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_Bust1 + m_ParentName: + m_Position: {x: 0.051190045, y: -0.007102847, z: 0.067519896} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_Bust2 + m_ParentName: + m_Position: {x: 0.015037615, y: 0.0036982298, z: 0.030056074} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_Bust2_end + m_ParentName: + m_Position: {x: 0.031132981, y: 0.0076565742, z: 0.062226303} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_UpperLeg + m_ParentName: + m_Position: {x: -0.07168864, y: -0.03872311, z: -0.0035527977} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_LowerLeg + m_ParentName: + m_Position: {x: 0.000000014901161, y: -0.3756488, z: -0.010205619} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_Foot + m_ParentName: + m_Position: {x: 0, y: -0.4251067, z: -0.023510326} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_ToeBase + m_ParentName: + m_Position: {x: 0, y: -0.0613662, z: 0.09755388} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtBack0_01 + m_ParentName: + m_Position: {x: -0.00051371753, y: 0.03553772, z: -0.12787059} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtBack1_01 + m_ParentName: + m_Position: {x: 0, y: 0, z: 0} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtBack2_01 + m_ParentName: + m_Position: {x: -0.0321839, y: -0.12671971, z: -0.05308689} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtBack2_end_01 + m_ParentName: + m_Position: {x: -0.031471446, y: -0.1283117, z: -0.04816988} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtBack2_end_01_end + m_ParentName: + m_Position: {x: -0.015666068, y: -0.06387186, z: -0.023978308} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtBack_01 + m_ParentName: + m_Position: {x: 0.002153173, y: -0.040513754, z: -0.11518712} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtBack_end_01 + m_ParentName: + m_Position: {x: -0.00886596, y: -0.08771938, z: -0.013875127} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtBack_end_01_end + m_ParentName: + m_Position: {x: -0.006953582, y: -0.06879842, z: -0.010882273} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtFront0_01 + m_ParentName: + m_Position: {x: 0.0041720867, y: 0.0041890144, z: 0.14196625} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtFront1_01 + m_ParentName: + m_Position: {x: 0, y: 0, z: 0} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtFront2_01 + m_ParentName: + m_Position: {x: -0.022604093, y: -0.12880695, z: 0.019534513} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtFront2_end_01 + m_ParentName: + m_Position: {x: -0.02736549, y: -0.15725672, z: 0.024203286} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtFront2_end_01_end + m_ParentName: + m_Position: {x: -0.011865273, y: -0.0681842, z: 0.0104941875} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtFront_01 + m_ParentName: + m_Position: {x: 0.00864964, y: -0.05833465, z: 0.12072687} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtFront_end_01 + m_ParentName: + m_Position: {x: -0.008657336, y: -0.096174896, z: -0.0006926805} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtFront_end_01_end + m_ParentName: + m_Position: {x: -0.006275624, y: -0.069716334, z: -0.000502117} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtSide_01 + m_ParentName: + m_Position: {x: -0.10469708, y: -0.04024589, z: 0.003496936} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtSide_end_01 + m_ParentName: + m_Position: {x: -0.026975378, y: -0.09512514, z: -0.010761733} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtSide_end_01_end + m_ParentName: + m_Position: {x: -0.018985301, y: -0.06694919, z: -0.0075741177} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_UpperLeg + m_ParentName: + m_Position: {x: 0.07168864, y: -0.03872311, z: -0.0035527977} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_LowerLeg + m_ParentName: + m_Position: {x: -0.000000014901161, y: -0.3756488, z: -0.010205619} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_Foot + m_ParentName: + m_Position: {x: 0, y: -0.4251067, z: -0.023510326} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_ToeBase + m_ParentName: + m_Position: {x: 0, y: -0.0613662, z: 0.09755388} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtBack0_01 + m_ParentName: + m_Position: {x: 0.00051373243, y: 0.03553754, z: -0.12787092} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtBack1_01 + m_ParentName: + m_Position: {x: 0, y: 0, z: 0} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtBack2_01 + m_ParentName: + m_Position: {x: 0.0321839, y: -0.12671995, z: -0.053086832} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtBack2_end_01 + m_ParentName: + m_Position: {x: 0.031471908, y: -0.12831116, z: -0.048169613} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtBack2_end_01_end + m_ParentName: + m_Position: {x: 0.01566635, y: -0.0638718, z: -0.023978248} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtBack_01 + m_ParentName: + m_Position: {x: -0.0021531358, y: -0.040513754, z: -0.11518711} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtBack_end_01 + m_ParentName: + m_Position: {x: 0.0068022385, y: -0.0878436, z: -0.01423265} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtBack_end_01_end + m_ParentName: + m_Position: {x: 0.005335167, y: -0.0688979, z: -0.011163011} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtFront0_01 + m_ParentName: + m_Position: {x: -0.0041720644, y: 0.0041888356, z: 0.14196649} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtFront1_01 + m_ParentName: + m_Position: {x: 0, y: 0, z: 0} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtFront2_01 + m_ParentName: + m_Position: {x: 0.022604086, y: -0.12880653, z: 0.019534424} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtFront2_end_01 + m_ParentName: + m_Position: {x: 0.027364962, y: -0.1572566, z: 0.02420336} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtFront2_end_01_end + m_ParentName: + m_Position: {x: 0.011865057, y: -0.06818426, z: 0.010494232} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtFront_01 + m_ParentName: + m_Position: {x: -0.008878, y: -0.058356643, z: 0.12080709} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtFront_end_01 + m_ParentName: + m_Position: {x: 0.008391716, y: -0.096199274, z: -0.0005996004} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtFront_end_01_end + m_ParentName: + m_Position: {x: 0.006083064, y: -0.06973386, z: -0.00043464452} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtSide_01 + m_ParentName: + m_Position: {x: 0.10469708, y: -0.04024577, z: 0.0034969351} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtSide_end_01 + m_ParentName: + m_Position: {x: 0.026974961, y: -0.09512484, z: -0.010761726} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtSide_end_01_end + m_ParentName: + m_Position: {x: 0.018985078, y: -0.06694925, z: -0.007574144} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtSide0_01 + m_ParentName: + m_Position: {x: -0.1839734, y: -0.01717341, z: 0.008129962} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtSide1_01 + m_ParentName: + m_Position: {x: 0, y: 0, z: 0} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtSide2_01 + m_ParentName: + m_Position: {x: -0.04965982, y: -0.12537038, z: -0.007807067} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtSide2_end_01 + m_ParentName: + m_Position: {x: -0.040121317, y: -0.11963594, z: -0.0065027433} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtSide2_end_01_end + m_ParentName: + m_Position: {x: -0.022227585, y: -0.06627941, z: -0.0036025797} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtSide0_01 + m_ParentName: + m_Position: {x: 0.18397318, y: -0.017173588, z: 0.008129945} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtSide1_01 + m_ParentName: + m_Position: {x: 0, y: 0, z: 0} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtSide2_01 + m_ParentName: + m_Position: {x: 0.049659625, y: -0.12536985, z: -0.0078070783} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtSide2_end_01 + m_ParentName: + m_Position: {x: 0.040121317, y: -0.11963624, z: -0.0065027284} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtSide2_end_01_end + m_ParentName: + m_Position: {x: 0.022227526, y: -0.06627941, z: -0.003602563} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: secondary + m_ParentName: + m_Position: {x: 0, y: 0, z: 0} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + m_ArmTwist: 0.5 + m_ForeArmTwist: 0.5 + m_UpperLegTwist: 0.5 + m_LegTwist: 0.5 + m_ArmStretch: 0.05 + m_LegStretch: 0.05 + m_FeetSpacing: 0 + m_GlobalScale: 0 + m_RootMotionBoneName: + m_HasTranslationDoF: 0 + m_HasExtraRoot: 0 + m_SkeletonHasParents: 0 diff --git a/com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Arts/Female1_withAvatarIK.avatar.asset.meta b/com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Arts/Female1_withAvatarIK.avatar.asset.meta new file mode 100644 index 0000000..1d5a392 --- /dev/null +++ b/com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Arts/Female1_withAvatarIK.avatar.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a343ad8228ed4924eab4fc954f5620bc +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 9000000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Arts/Female1_withBodyTracking.avatar.asset b/com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Arts/Female1_withBodyTracking.avatar.asset new file mode 100644 index 0000000..f6c41ff --- /dev/null +++ b/com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Arts/Female1_withBodyTracking.avatar.asset @@ -0,0 +1,4223 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!90 &9000000 +Avatar: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Female1_withBodyTracking.avatar + m_AvatarSize: 34144 + m_Avatar: + serializedVersion: 3 + m_AvatarSkeleton: + data: + m_Node: + - m_ParentId: -1 + m_AxesId: -1 + - m_ParentId: 0 + m_AxesId: -1 + - m_ParentId: 0 + m_AxesId: -1 + - m_ParentId: 0 + m_AxesId: -1 + - m_ParentId: 0 + m_AxesId: -1 + - m_ParentId: 4 + m_AxesId: -1 + - m_ParentId: 5 + m_AxesId: -1 + - m_ParentId: 6 + m_AxesId: -1 + - m_ParentId: 7 + m_AxesId: -1 + - m_ParentId: 8 + m_AxesId: -1 + - m_ParentId: 9 + m_AxesId: -1 + - m_ParentId: 10 + m_AxesId: -1 + - m_ParentId: 10 + m_AxesId: -1 + - m_ParentId: 10 + m_AxesId: -1 + - m_ParentId: 13 + m_AxesId: -1 + - m_ParentId: 14 + m_AxesId: -1 + - m_ParentId: 15 + m_AxesId: -1 + - m_ParentId: 16 + m_AxesId: -1 + - m_ParentId: 17 + m_AxesId: -1 + - m_ParentId: 18 + m_AxesId: -1 + - m_ParentId: 10 + m_AxesId: -1 + - m_ParentId: 20 + m_AxesId: -1 + - m_ParentId: 21 + m_AxesId: -1 + - m_ParentId: 22 + m_AxesId: -1 + - m_ParentId: 23 + m_AxesId: -1 + - m_ParentId: 24 + m_AxesId: -1 + - m_ParentId: 10 + m_AxesId: -1 + - m_ParentId: 26 + m_AxesId: -1 + - m_ParentId: 27 + m_AxesId: -1 + - m_ParentId: 28 + m_AxesId: -1 + - m_ParentId: 29 + m_AxesId: -1 + - m_ParentId: 30 + m_AxesId: -1 + - m_ParentId: 10 + m_AxesId: -1 + - m_ParentId: 32 + m_AxesId: -1 + - m_ParentId: 33 + m_AxesId: -1 + - m_ParentId: 34 + m_AxesId: -1 + - m_ParentId: 35 + m_AxesId: -1 + - m_ParentId: 10 + m_AxesId: -1 + - m_ParentId: 37 + m_AxesId: -1 + - m_ParentId: 38 + m_AxesId: -1 + - m_ParentId: 39 + m_AxesId: -1 + - m_ParentId: 40 + m_AxesId: -1 + - m_ParentId: 10 + m_AxesId: -1 + - m_ParentId: 42 + m_AxesId: -1 + - m_ParentId: 43 + m_AxesId: -1 + - m_ParentId: 44 + m_AxesId: -1 + - m_ParentId: 10 + m_AxesId: -1 + - m_ParentId: 46 + m_AxesId: -1 + - m_ParentId: 47 + m_AxesId: -1 + - m_ParentId: 48 + m_AxesId: -1 + - m_ParentId: 10 + m_AxesId: -1 + - m_ParentId: 50 + m_AxesId: -1 + - m_ParentId: 51 + m_AxesId: -1 + - m_ParentId: 52 + m_AxesId: -1 + - m_ParentId: 10 + m_AxesId: -1 + - m_ParentId: 54 + m_AxesId: -1 + - m_ParentId: 55 + m_AxesId: -1 + - m_ParentId: 56 + m_AxesId: -1 + - m_ParentId: 10 + m_AxesId: -1 + - m_ParentId: 58 + m_AxesId: -1 + - m_ParentId: 59 + m_AxesId: -1 + - m_ParentId: 60 + m_AxesId: -1 + - m_ParentId: 10 + m_AxesId: -1 + - m_ParentId: 62 + m_AxesId: -1 + - m_ParentId: 63 + m_AxesId: -1 + - m_ParentId: 64 + m_AxesId: -1 + - m_ParentId: 10 + m_AxesId: -1 + - m_ParentId: 66 + m_AxesId: -1 + - m_ParentId: 67 + m_AxesId: -1 + - m_ParentId: 68 + m_AxesId: -1 + - m_ParentId: 10 + m_AxesId: -1 + - m_ParentId: 70 + m_AxesId: -1 + - m_ParentId: 71 + m_AxesId: -1 + - m_ParentId: 72 + m_AxesId: -1 + - m_ParentId: 10 + m_AxesId: -1 + - m_ParentId: 74 + m_AxesId: -1 + - m_ParentId: 75 + m_AxesId: -1 + - m_ParentId: 76 + m_AxesId: -1 + - m_ParentId: 10 + m_AxesId: -1 + - m_ParentId: 78 + m_AxesId: -1 + - m_ParentId: 79 + m_AxesId: -1 + - m_ParentId: 80 + m_AxesId: -1 + - m_ParentId: 10 + m_AxesId: -1 + - m_ParentId: 82 + m_AxesId: -1 + - m_ParentId: 83 + m_AxesId: -1 + - m_ParentId: 84 + m_AxesId: -1 + - m_ParentId: 10 + m_AxesId: -1 + - m_ParentId: 86 + m_AxesId: -1 + - m_ParentId: 87 + m_AxesId: -1 + - m_ParentId: 88 + m_AxesId: -1 + - m_ParentId: 10 + m_AxesId: -1 + - m_ParentId: 90 + m_AxesId: -1 + - m_ParentId: 91 + m_AxesId: -1 + - m_ParentId: 92 + m_AxesId: -1 + - m_ParentId: 10 + m_AxesId: -1 + - m_ParentId: 94 + m_AxesId: -1 + - m_ParentId: 95 + m_AxesId: -1 + - m_ParentId: 96 + m_AxesId: -1 + - m_ParentId: 8 + m_AxesId: -1 + - m_ParentId: 98 + m_AxesId: -1 + - m_ParentId: 99 + m_AxesId: -1 + - m_ParentId: 100 + m_AxesId: -1 + - m_ParentId: 101 + m_AxesId: -1 + - m_ParentId: 102 + m_AxesId: -1 + - m_ParentId: 103 + m_AxesId: -1 + - m_ParentId: 101 + m_AxesId: -1 + - m_ParentId: 105 + m_AxesId: -1 + - m_ParentId: 106 + m_AxesId: -1 + - m_ParentId: 101 + m_AxesId: -1 + - m_ParentId: 108 + m_AxesId: -1 + - m_ParentId: 109 + m_AxesId: -1 + - m_ParentId: 101 + m_AxesId: -1 + - m_ParentId: 111 + m_AxesId: -1 + - m_ParentId: 112 + m_AxesId: -1 + - m_ParentId: 101 + m_AxesId: -1 + - m_ParentId: 114 + m_AxesId: -1 + - m_ParentId: 115 + m_AxesId: -1 + - m_ParentId: 101 + m_AxesId: -1 + - m_ParentId: 117 + m_AxesId: -1 + - m_ParentId: 118 + m_AxesId: -1 + - m_ParentId: 100 + m_AxesId: -1 + - m_ParentId: 120 + m_AxesId: -1 + - m_ParentId: 121 + m_AxesId: -1 + - m_ParentId: 8 + m_AxesId: -1 + - m_ParentId: 123 + m_AxesId: -1 + - m_ParentId: 124 + m_AxesId: -1 + - m_ParentId: 125 + m_AxesId: -1 + - m_ParentId: 126 + m_AxesId: -1 + - m_ParentId: 127 + m_AxesId: -1 + - m_ParentId: 128 + m_AxesId: -1 + - m_ParentId: 126 + m_AxesId: -1 + - m_ParentId: 130 + m_AxesId: -1 + - m_ParentId: 131 + m_AxesId: -1 + - m_ParentId: 126 + m_AxesId: -1 + - m_ParentId: 133 + m_AxesId: -1 + - m_ParentId: 134 + m_AxesId: -1 + - m_ParentId: 126 + m_AxesId: -1 + - m_ParentId: 136 + m_AxesId: -1 + - m_ParentId: 137 + m_AxesId: -1 + - m_ParentId: 126 + m_AxesId: -1 + - m_ParentId: 139 + m_AxesId: -1 + - m_ParentId: 140 + m_AxesId: -1 + - m_ParentId: 126 + m_AxesId: -1 + - m_ParentId: 142 + m_AxesId: -1 + - m_ParentId: 143 + m_AxesId: -1 + - m_ParentId: 125 + m_AxesId: -1 + - m_ParentId: 145 + m_AxesId: -1 + - m_ParentId: 146 + m_AxesId: -1 + - m_ParentId: 8 + m_AxesId: -1 + - m_ParentId: 148 + m_AxesId: -1 + - m_ParentId: 149 + m_AxesId: -1 + - m_ParentId: 8 + m_AxesId: -1 + - m_ParentId: 151 + m_AxesId: -1 + - m_ParentId: 152 + m_AxesId: -1 + - m_ParentId: 5 + m_AxesId: -1 + - m_ParentId: 154 + m_AxesId: -1 + - m_ParentId: 155 + m_AxesId: -1 + - m_ParentId: 156 + m_AxesId: -1 + - m_ParentId: 154 + m_AxesId: -1 + - m_ParentId: 158 + m_AxesId: -1 + - m_ParentId: 159 + m_AxesId: -1 + - m_ParentId: 160 + m_AxesId: -1 + - m_ParentId: 161 + m_AxesId: -1 + - m_ParentId: 154 + m_AxesId: -1 + - m_ParentId: 163 + m_AxesId: -1 + - m_ParentId: 164 + m_AxesId: -1 + - m_ParentId: 154 + m_AxesId: -1 + - m_ParentId: 166 + m_AxesId: -1 + - m_ParentId: 167 + m_AxesId: -1 + - m_ParentId: 168 + m_AxesId: -1 + - m_ParentId: 169 + m_AxesId: -1 + - m_ParentId: 154 + m_AxesId: -1 + - m_ParentId: 171 + m_AxesId: -1 + - m_ParentId: 172 + m_AxesId: -1 + - m_ParentId: 154 + m_AxesId: -1 + - m_ParentId: 174 + m_AxesId: -1 + - m_ParentId: 175 + m_AxesId: -1 + - m_ParentId: 5 + m_AxesId: -1 + - m_ParentId: 177 + m_AxesId: -1 + - m_ParentId: 178 + m_AxesId: -1 + - m_ParentId: 179 + m_AxesId: -1 + - m_ParentId: 177 + m_AxesId: -1 + - m_ParentId: 181 + m_AxesId: -1 + - m_ParentId: 182 + m_AxesId: -1 + - m_ParentId: 183 + m_AxesId: -1 + - m_ParentId: 184 + m_AxesId: -1 + - m_ParentId: 177 + m_AxesId: -1 + - m_ParentId: 186 + m_AxesId: -1 + - m_ParentId: 187 + m_AxesId: -1 + - m_ParentId: 177 + m_AxesId: -1 + - m_ParentId: 189 + m_AxesId: -1 + - m_ParentId: 190 + m_AxesId: -1 + - m_ParentId: 191 + m_AxesId: -1 + - m_ParentId: 192 + m_AxesId: -1 + - m_ParentId: 177 + m_AxesId: -1 + - m_ParentId: 194 + m_AxesId: -1 + - m_ParentId: 195 + m_AxesId: -1 + - m_ParentId: 177 + m_AxesId: -1 + - m_ParentId: 197 + m_AxesId: -1 + - m_ParentId: 198 + m_AxesId: -1 + - m_ParentId: 5 + m_AxesId: -1 + - m_ParentId: 200 + m_AxesId: -1 + - m_ParentId: 201 + m_AxesId: -1 + - m_ParentId: 202 + m_AxesId: -1 + - m_ParentId: 203 + m_AxesId: -1 + - m_ParentId: 5 + m_AxesId: -1 + - m_ParentId: 205 + m_AxesId: -1 + - m_ParentId: 206 + m_AxesId: -1 + - m_ParentId: 207 + m_AxesId: -1 + - m_ParentId: 208 + m_AxesId: -1 + - m_ParentId: 0 + m_AxesId: -1 + m_ID: 000000008ca49a7b59d426a527cec53c6556c6b6a4345e7f9d79f969db3d7eb5e688f112c7106328fe0c1055b40418bb579d1adfa5298a0edbc94e6670c873c95cdf2a9be54086b369b4a771a605ff451f788397932c8fd64b149a6ad2af99b82ae762166cd4facb894884e0948de00f9d5d12bd977dd8105078eec350029f442adde07e42e07d6c7caa38f6ce4effffaab76f9cbcede709454112b5aae3b0218b9cbe5783f92d0f06bcee900da4d305913f5982cc31b232908ce9e70a05bcdc4776d155032d1a2101915677a17fe9c253d00c14169d02c697a15100a6de861b859984c3d981aad572289660de929c210e7e9c71530c8a50e4189117d933f3f8d83714a69c1022435e49988e91d63248e3ebfd05cd35da77c8799ff996775d9135a275d2022972646becfb67401ac0f2d4555f996f7f2a1efddcfc1047bbaf2b021cd74ea063820d478df5890f5e6e9b39c03eedf1467a39d1bdf2fe08ff0142ef89b63a3e5ad22a40a04d6ea385545cfb2f6b7b2beacacdd6904a19a4243b852d66e3ace4f662de76bf9c7f6f9f9cc8bb0e4b0be42785794ad2d9d9f85d986d34fc2df270b58c17ec8c4e18ed03b0ccd97e0281581491be11ae9ba7b466a4ba5b6962df4f1f354836ad4abf9470919abf6a6b5e251494829997fed487ce5cb27a93826759086475117a05392d0efb462c0e54d1064753ab774ec1b00b9dc239e287df7b7f1ce5ed39dfb7160273009399dd5e3c90143980b6ebdf3565707557be39027499a05a704294a2b677e2515f8eaad68cf48aa3414a02c9b2c001387b998e90f920818c49c177390bbbcace851c3920d497608202b93df7948fdec1e3589948ad21cd9a210c3a692bf966b2ffe417ce8f61c53f1d8b6b5b03d149ddae1ea7a25f4701aeb906d02a39763c0a34bcb5e5794bc1c33af7d6a655e5602c2260310a1df2cf2dbc436247344363737a5c659625a6c24ae842820f4b700082652c042ceb578b0e12baf77ae60e20fe811260a4ee33a1481d8c623e1fc2de8d3de5a18f50d76a4b5de4ec32267cf1b7bb4ed5670a83fe029081a255112fa059b053e7fbb78b61e264fba960641738dce1cab0fe34d0523759b044d0a7291088db41e43223224c3c12a4c875003c7d1937c74034187b63238a1b4475b1a5b912d102e0e9dc3184214e1574531b + m_AxesArray: [] + m_AvatarSkeletonPose: + data: + m_X: + - t: {x: 0, y: 0, z: 0} + q: {x: 0, y: 0, z: 0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0.93650174, z: 0.0036878982} + q: {x: 0, y: 0, z: 0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 5.948816e-32, y: 0.050968885, z: 0.012252513} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -2.0149595e-17, y: 0.110621214, z: 0.0029853042} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 2.9083892e-17, y: 0.10536587, z: -0.014336677} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 9.127545e-17, y: 0.1294887, z: -0.03754457} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.000000005196695, y: 0.075594306, z: 0.009783598} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.014784996, y: 0.06125927, z: 0.022221765} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.014784982, y: 0.06125927, z: 0.022221772} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0060543846, y: 0.19155574, z: -0.11623336} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0032195332, y: -0.09500408, z: -0.029305004} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.003834067, y: -0.09629369, z: -0.024558365} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0045603532, y: -0.0975678, z: -0.01879552} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.004833374, y: -0.097961664, z: -0.016576946} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.004801523, y: -0.09791851, z: -0.016837388} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0033789221, y: -0.06890714, z: -0.011848748} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.023998903, y: 0.17999744, z: -0.09226433} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.017848196, y: -0.10116458, z: -0.025196552} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.019145628, y: -0.102164984, z: -0.019412987} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.020202043, y: -0.102792144, z: -0.014479518} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.020311652, y: -0.102844834, z: -0.013952583} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.013444329, y: -0.06807315, z: -0.009235263} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.011216303, y: 0.19704938, z: -0.109584175} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.02504052, y: -0.09843135, z: -0.013009474} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.020819375, y: -0.09838283, z: -0.019334368} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.01747091, y: -0.09802544, z: -0.024187118} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.017163226, y: -0.097975254, z: -0.024624199} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.011724673, y: -0.06692958, z: -0.016821474} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.09034192, y: 0.020739079, z: 0.013131157} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0005200654, y: -0.052738905, z: 0.011005877} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0051159784, y: -0.045720816, z: 0.02806885} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.017751932, y: -0.034382105, z: 0.036584526} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.023335353, y: -0.045196176, z: 0.04809127} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.09037836, y: 0.018492937, z: 0.0131891295} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.00038973987, y: -0.051941752, z: 0.011532931} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.00504905, y: -0.04497254, z: 0.028033623} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.017956987, y: -0.033681393, z: 0.036034673} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0239464, y: -0.044915557, z: 0.048053756} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0038271134, y: 0.10032368, z: 0.11484787} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0114425, y: -0.038627625, z: -0.0029882044} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.023252435, y: -0.030773401, z: -0.0087142885} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.04116246, y: -0.05447638, z: -0.015426412} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.09799406, y: 0.07294512, z: 0.038732037} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.008405648, y: -0.035627127, z: 0.0036858395} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.021355107, y: -0.028679848, z: 0.006578073} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.041115865, y: -0.05521846, z: 0.012665033} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.1039162, y: 0.06665754, z: 0.01088972} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.012210831, y: -0.035097122, z: 0.0028314441} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.021619588, y: -0.029940248, z: -0.0024947487} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.04088626, y: -0.05662203, z: -0.0047179908} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.103599615, y: 0.06952298, z: 0.010509707} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.011073269, y: -0.03683269, z: 0.00053985044} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.022228621, y: -0.03105092, z: -0.002774533} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.040639482, y: -0.056768894, z: -0.005072549} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.09720296, y: 0.06601691, z: 0.038295604} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.008842394, y: -0.031521797, z: 0.0020156577} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.019210495, y: -0.025567174, z: 0.0049108267} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.041562013, y: -0.05531466, z: 0.010624602} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.08736309, y: 0.061727047, z: -0.078165144} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0076676607, y: -0.034651995, z: 0.0029347688} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.017155953, y: -0.030285716, z: 0.006837338} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.033854835, y: -0.059764504, z: 0.01349251} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.003668399, y: 0.074970245, z: -0.12469099} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.00081768166, y: -0.04406452, z: 0.00985533} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.008002964, y: -0.039358377, z: 0.020634204} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.012406546, y: -0.06101513, z: 0.031988047} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.092061795, y: 0.06233096, z: -0.07076192} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.006141573, y: -0.036583662, z: 0.006459132} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.012260839, y: -0.03093195, z: 0.017225683} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.022906553, y: -0.057789207, z: 0.032182217} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.038898736, y: -0.019448876, z: -0.040619954} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0060002767, y: -0.018793583, z: -0.0030941814} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0022521075, y: -0.019284606, z: -0.0043754727} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.007920966, y: -0.06782651, z: -0.015389115} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.010106603, y: -0.004513502, z: -0.068655685} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0025522728, y: -0.030941367, z: 0.011916444} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0056611383, y: -0.03245902, z: -0.0000307858} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.01202706, y: -0.068959, z: -0.0000654012} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.04439354, y: -0.011398077, z: -0.0384506} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0067237467, y: -0.024332285, z: 0.0013642758} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0070233773, y: -0.021796703, z: -0.011003256} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.019350724, y: -0.060054064, z: -0.030316055} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.06916933, y: 0.09241533, z: 0.08386295} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.00031793863, y: -0.031071424, z: -0.003433995} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.010192722, y: -0.029346943, z: 0.0015152171} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.022939213, y: -0.066046715, z: 0.0034100711} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.030270243, y: 0.11486733, z: 0.109852746} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.03878224, y: -0.035150647, z: -0.012748048} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.040310033, y: -0.00279212, z: -0.033838585} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.053538345, y: -0.0037083626, z: -0.0449432} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.06878384, y: 0.095115304, z: 0.084242165} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.00079639256, y: -0.0322783, z: -0.0035905913} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.013975155, y: -0.027860403, z: 0.006449461} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.030734617, y: -0.06127155, z: 0.014183879} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.020808386, y: 0.1034497, z: -0.02933467} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.06679835, y: -0.0100136995, z: 0.000000014901161} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.21410698, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.19947156, y: 0.0000023841858, z: 0.00036800653} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.060842276, y: 0.007224083, z: 0.019240757} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.030905277, y: 0, z: -0.0006325543} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.019009352, y: -0.0005789995, z: -0.0007722862} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.056770742, y: 0.007224083, z: -0.028558226} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.02921474, y: 0, z: 0.000000014901161} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.016837686, y: 0.00000011920929, z: -0.000000022351742} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.06167108, y: 0.007224202, z: 0.0020036474} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.03443119, y: -0.00000011920929, z: 0.000000007450581} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.021241367, y: 0.00000011920929, z: -0.000000007450581} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.060968697, y: 0.007224083, z: -0.01330054} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.03193912, y: 0, z: -0.000000014901161} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.01843214, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0032740831, y: -0.0097965, z: 0.01562553} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.032867372, y: -0.0020189285, z: 0.029622039} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.02096486, y: -0.0009496212, z: 0.017276319} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.004469067, y: -0.015556693, z: -0.008071767} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.042382568, y: -0.0041464567, z: -0.0023704246} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.06955972, y: -0.0068053007, z: -0.0038904175} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.09607756, y: -0.019597769, z: 0.0024976358} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0049577653, y: -0.07610023, z: 0.0052430034} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0045399964, y: -0.06968737, z: 0.004801186} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.020808386, y: 0.1034497, z: -0.02933467} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.06679835, y: -0.0100136995, z: 0.000000014901161} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.21410698, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.19947156, y: 0.0000023841858, z: 0.00036800653} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.060842276, y: 0.007224083, z: 0.019240757} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.030905277, y: 0, z: -0.0006325543} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.019009352, y: -0.0005789995, z: -0.0007722862} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.056770742, y: 0.007224083, z: -0.028558226} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.02921474, y: 0, z: 0.000000014901161} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.016837686, y: 0.00000011920929, z: -0.000000022351742} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.06167108, y: 0.007224202, z: 0.0020036474} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.03443119, y: -0.00000011920929, z: 0.000000007450581} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.021241367, y: 0.00000011920929, z: -0.000000007450581} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.060968697, y: 0.007224083, z: -0.01330054} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.03193912, y: 0, z: -0.000000014901161} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.01843214, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0032740831, y: -0.0097965, z: 0.01562553} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.032867372, y: -0.0020189285, z: 0.029622039} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.02096486, y: -0.0009496212, z: 0.017276319} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.004469067, y: -0.015556693, z: -0.008071767} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.042382568, y: -0.0041464567, z: -0.0023704246} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.06955972, y: -0.0068053007, z: -0.0038904175} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.09607756, y: -0.019597769, z: 0.0024976358} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0049577653, y: -0.07610023, z: 0.0052430034} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0045399964, y: -0.06968737, z: 0.004801186} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.051190045, y: -0.007102847, z: 0.067519896} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.015037615, y: 0.0036982298, z: 0.030056074} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.031132981, y: 0.0076565742, z: 0.062226303} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.051190045, y: -0.007102847, z: 0.067519896} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.015037615, y: 0.0036982298, z: 0.030056074} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.031132981, y: 0.0076565742, z: 0.062226303} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.07168864, y: -0.03872311, z: -0.0035527977} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.000000014901161, y: -0.3756488, z: -0.010205619} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: -0.4251067, z: -0.023510326} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: -0.0613662, z: 0.09755388} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.00051371753, y: 0.03553772, z: -0.12787059} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0321839, y: -0.12671971, z: -0.05308689} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.031471446, y: -0.1283117, z: -0.04816988} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.015666068, y: -0.06387186, z: -0.023978308} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.002153173, y: -0.040513754, z: -0.11518712} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.00886596, y: -0.08771938, z: -0.013875127} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.006953582, y: -0.06879842, z: -0.010882273} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0041720867, y: 0.0041890144, z: 0.14196625} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.022604093, y: -0.12880695, z: 0.019534513} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.02736549, y: -0.15725672, z: 0.024203286} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.011865273, y: -0.0681842, z: 0.0104941875} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.00864964, y: -0.05833465, z: 0.12072687} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.008657336, y: -0.096174896, z: -0.0006926805} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.006275624, y: -0.069716334, z: -0.000502117} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.10469708, y: -0.04024589, z: 0.003496936} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.026975378, y: -0.09512514, z: -0.010761733} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.018985301, y: -0.06694919, z: -0.0075741177} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.07168864, y: -0.03872311, z: -0.0035527977} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.000000014901161, y: -0.3756488, z: -0.010205619} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: -0.4251067, z: -0.023510326} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: -0.0613662, z: 0.09755388} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.00051373243, y: 0.03553754, z: -0.12787092} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0321839, y: -0.12671995, z: -0.053086832} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.031471908, y: -0.12831116, z: -0.048169613} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.01566635, y: -0.0638718, z: -0.023978248} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0021531358, y: -0.040513754, z: -0.11518711} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0068022385, y: -0.0878436, z: -0.01423265} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.005335167, y: -0.0688979, z: -0.011163011} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0041720644, y: 0.0041888356, z: 0.14196649} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.022604086, y: -0.12880653, z: 0.019534424} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.027364962, y: -0.1572566, z: 0.02420336} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.011865057, y: -0.06818426, z: 0.010494232} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.008878, y: -0.058356643, z: 0.12080709} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.008391716, y: -0.096199274, z: -0.0005996004} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.006083064, y: -0.06973386, z: -0.00043464452} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.10469708, y: -0.04024577, z: 0.0034969351} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.026974961, y: -0.09512484, z: -0.010761726} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.018985078, y: -0.06694925, z: -0.007574144} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.1839734, y: -0.01717341, z: 0.008129962} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.04965982, y: -0.12537038, z: -0.007807067} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.040121317, y: -0.11963594, z: -0.0065027433} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.022227585, y: -0.06627941, z: -0.0036025797} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.18397318, y: -0.017173588, z: 0.008129945} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.049659625, y: -0.12536985, z: -0.0078070783} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.040121317, y: -0.11963624, z: -0.0065027284} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.022227526, y: -0.06627941, z: -0.003602563} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + m_DefaultPose: + data: + m_X: + - t: {x: 0, y: 0, z: 0} + q: {x: 0, y: 0, z: 0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0.93650174, z: 0.0036878982} + q: {x: 0, y: 0, z: 0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 5.948816e-32, y: 0.050968885, z: 0.012252513} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -2.0149595e-17, y: 0.110621214, z: 0.0029853042} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 2.9083892e-17, y: 0.10536587, z: -0.014336677} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 9.127545e-17, y: 0.1294887, z: -0.03754457} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.000000005196695, y: 0.075594306, z: 0.009783598} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.014784996, y: 0.06125927, z: 0.022221765} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.014784982, y: 0.06125927, z: 0.022221772} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0060543846, y: 0.19155574, z: -0.11623336} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0032195332, y: -0.09500408, z: -0.029305004} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.003834067, y: -0.09629369, z: -0.024558365} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0045603532, y: -0.0975678, z: -0.01879552} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.004833374, y: -0.097961664, z: -0.016576946} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.004801523, y: -0.09791851, z: -0.016837388} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0033789221, y: -0.06890714, z: -0.011848748} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.023998903, y: 0.17999744, z: -0.09226433} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.017848196, y: -0.10116458, z: -0.025196552} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.019145628, y: -0.102164984, z: -0.019412987} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.020202043, y: -0.102792144, z: -0.014479518} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.020311652, y: -0.102844834, z: -0.013952583} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.013444329, y: -0.06807315, z: -0.009235263} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.011216303, y: 0.19704938, z: -0.109584175} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.02504052, y: -0.09843135, z: -0.013009474} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.020819375, y: -0.09838283, z: -0.019334368} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.01747091, y: -0.09802544, z: -0.024187118} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.017163226, y: -0.097975254, z: -0.024624199} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.011724673, y: -0.06692958, z: -0.016821474} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.09034192, y: 0.020739079, z: 0.013131157} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0005200654, y: -0.052738905, z: 0.011005877} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0051159784, y: -0.045720816, z: 0.02806885} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.017751932, y: -0.034382105, z: 0.036584526} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.023335353, y: -0.045196176, z: 0.04809127} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.09037836, y: 0.018492937, z: 0.0131891295} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.00038973987, y: -0.051941752, z: 0.011532931} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.00504905, y: -0.04497254, z: 0.028033623} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.017956987, y: -0.033681393, z: 0.036034673} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0239464, y: -0.044915557, z: 0.048053756} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0038271134, y: 0.10032368, z: 0.11484787} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0114425, y: -0.038627625, z: -0.0029882044} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.023252435, y: -0.030773401, z: -0.0087142885} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.04116246, y: -0.05447638, z: -0.015426412} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.09799406, y: 0.07294512, z: 0.038732037} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.008405648, y: -0.035627127, z: 0.0036858395} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.021355107, y: -0.028679848, z: 0.006578073} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.041115865, y: -0.05521846, z: 0.012665033} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.1039162, y: 0.06665754, z: 0.01088972} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.012210831, y: -0.035097122, z: 0.0028314441} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.021619588, y: -0.029940248, z: -0.0024947487} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.04088626, y: -0.05662203, z: -0.0047179908} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.103599615, y: 0.06952298, z: 0.010509707} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.011073269, y: -0.03683269, z: 0.00053985044} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.022228621, y: -0.03105092, z: -0.002774533} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.040639482, y: -0.056768894, z: -0.005072549} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.09720296, y: 0.06601691, z: 0.038295604} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.008842394, y: -0.031521797, z: 0.0020156577} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.019210495, y: -0.025567174, z: 0.0049108267} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.041562013, y: -0.05531466, z: 0.010624602} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.08736309, y: 0.061727047, z: -0.078165144} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0076676607, y: -0.034651995, z: 0.0029347688} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.017155953, y: -0.030285716, z: 0.006837338} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.033854835, y: -0.059764504, z: 0.01349251} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.003668399, y: 0.074970245, z: -0.12469099} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.00081768166, y: -0.04406452, z: 0.00985533} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.008002964, y: -0.039358377, z: 0.020634204} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.012406546, y: -0.06101513, z: 0.031988047} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.092061795, y: 0.06233096, z: -0.07076192} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.006141573, y: -0.036583662, z: 0.006459132} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.012260839, y: -0.03093195, z: 0.017225683} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.022906553, y: -0.057789207, z: 0.032182217} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.038898736, y: -0.019448876, z: -0.040619954} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0060002767, y: -0.018793583, z: -0.0030941814} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0022521075, y: -0.019284606, z: -0.0043754727} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.007920966, y: -0.06782651, z: -0.015389115} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.010106603, y: -0.004513502, z: -0.068655685} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0025522728, y: -0.030941367, z: 0.011916444} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0056611383, y: -0.03245902, z: -0.0000307858} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.01202706, y: -0.068959, z: -0.0000654012} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.04439354, y: -0.011398077, z: -0.0384506} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0067237467, y: -0.024332285, z: 0.0013642758} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0070233773, y: -0.021796703, z: -0.011003256} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.019350724, y: -0.060054064, z: -0.030316055} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.06916933, y: 0.09241533, z: 0.08386295} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.00031793863, y: -0.031071424, z: -0.003433995} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.010192722, y: -0.029346943, z: 0.0015152171} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.022939213, y: -0.066046715, z: 0.0034100711} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.030270243, y: 0.11486733, z: 0.109852746} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.03878224, y: -0.035150647, z: -0.012748048} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.040310033, y: -0.00279212, z: -0.033838585} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.053538345, y: -0.0037083626, z: -0.0449432} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.06878384, y: 0.095115304, z: 0.084242165} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.00079639256, y: -0.0322783, z: -0.0035905913} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.013975155, y: -0.027860403, z: 0.006449461} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.030734617, y: -0.06127155, z: 0.014183879} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.020808386, y: 0.1034497, z: -0.02933467} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.06679835, y: -0.0100136995, z: 0.000000014901161} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.21410698, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.19947156, y: 0.0000023841858, z: 0.00036800653} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.060842276, y: 0.007224083, z: 0.019240757} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.030905277, y: 0, z: -0.0006325543} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.019009352, y: -0.0005789995, z: -0.0007722862} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.056770742, y: 0.007224083, z: -0.028558226} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.02921474, y: 0, z: 0.000000014901161} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.016837686, y: 0.00000011920929, z: -0.000000022351742} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.06167108, y: 0.007224202, z: 0.0020036474} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.03443119, y: -0.00000011920929, z: 0.000000007450581} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.021241367, y: 0.00000011920929, z: -0.000000007450581} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.060968697, y: 0.007224083, z: -0.01330054} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.03193912, y: 0, z: -0.000000014901161} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.01843214, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0032740831, y: -0.0097965, z: 0.01562553} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.032867372, y: -0.0020189285, z: 0.029622039} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.02096486, y: -0.0009496212, z: 0.017276319} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.004469067, y: -0.015556693, z: -0.008071767} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.042382568, y: -0.0041464567, z: -0.0023704246} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.06955972, y: -0.0068053007, z: -0.0038904175} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.09607756, y: -0.019597769, z: 0.0024976358} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0049577653, y: -0.07610023, z: 0.0052430034} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0045399964, y: -0.06968737, z: 0.004801186} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.020808386, y: 0.1034497, z: -0.02933467} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.06679835, y: -0.0100136995, z: 0.000000014901161} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.21410698, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.19947156, y: 0.0000023841858, z: 0.00036800653} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.060842276, y: 0.007224083, z: 0.019240757} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.030905277, y: 0, z: -0.0006325543} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.019009352, y: -0.0005789995, z: -0.0007722862} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.056770742, y: 0.007224083, z: -0.028558226} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.02921474, y: 0, z: 0.000000014901161} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.016837686, y: 0.00000011920929, z: -0.000000022351742} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.06167108, y: 0.007224202, z: 0.0020036474} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.03443119, y: -0.00000011920929, z: 0.000000007450581} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.021241367, y: 0.00000011920929, z: -0.000000007450581} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.060968697, y: 0.007224083, z: -0.01330054} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.03193912, y: 0, z: -0.000000014901161} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.01843214, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0032740831, y: -0.0097965, z: 0.01562553} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.032867372, y: -0.0020189285, z: 0.029622039} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.02096486, y: -0.0009496212, z: 0.017276319} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.004469067, y: -0.015556693, z: -0.008071767} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.042382568, y: -0.0041464567, z: -0.0023704246} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.06955972, y: -0.0068053007, z: -0.0038904175} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.09607756, y: -0.019597769, z: 0.0024976358} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0049577653, y: -0.07610023, z: 0.0052430034} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0045399964, y: -0.06968737, z: 0.004801186} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.051190045, y: -0.007102847, z: 0.067519896} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.015037615, y: 0.0036982298, z: 0.030056074} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.031132981, y: 0.0076565742, z: 0.062226303} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.051190045, y: -0.007102847, z: 0.067519896} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.015037615, y: 0.0036982298, z: 0.030056074} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.031132981, y: 0.0076565742, z: 0.062226303} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.07168864, y: -0.03872311, z: -0.0035527977} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.000000014901161, y: -0.3756488, z: -0.010205619} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: -0.4251067, z: -0.023510326} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: -0.0613662, z: 0.09755388} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.00051371753, y: 0.03553772, z: -0.12787059} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0321839, y: -0.12671971, z: -0.05308689} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.031471446, y: -0.1283117, z: -0.04816988} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.015666068, y: -0.06387186, z: -0.023978308} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.002153173, y: -0.040513754, z: -0.11518712} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.00886596, y: -0.08771938, z: -0.013875127} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.006953582, y: -0.06879842, z: -0.010882273} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0041720867, y: 0.0041890144, z: 0.14196625} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.022604093, y: -0.12880695, z: 0.019534513} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.02736549, y: -0.15725672, z: 0.024203286} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.011865273, y: -0.0681842, z: 0.0104941875} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.00864964, y: -0.05833465, z: 0.12072687} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.008657336, y: -0.096174896, z: -0.0006926805} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.006275624, y: -0.069716334, z: -0.000502117} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.10469708, y: -0.04024589, z: 0.003496936} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.026975378, y: -0.09512514, z: -0.010761733} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.018985301, y: -0.06694919, z: -0.0075741177} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.07168864, y: -0.03872311, z: -0.0035527977} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.000000014901161, y: -0.3756488, z: -0.010205619} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: -0.4251067, z: -0.023510326} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: -0.0613662, z: 0.09755388} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.00051373243, y: 0.03553754, z: -0.12787092} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0321839, y: -0.12671995, z: -0.053086832} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.031471908, y: -0.12831116, z: -0.048169613} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.01566635, y: -0.0638718, z: -0.023978248} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0021531358, y: -0.040513754, z: -0.11518711} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0068022385, y: -0.0878436, z: -0.01423265} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.005335167, y: -0.0688979, z: -0.011163011} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0041720644, y: 0.0041888356, z: 0.14196649} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.022604086, y: -0.12880653, z: 0.019534424} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.027364962, y: -0.1572566, z: 0.02420336} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.011865057, y: -0.06818426, z: 0.010494232} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.008878, y: -0.058356643, z: 0.12080709} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.008391716, y: -0.096199274, z: -0.0005996004} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.006083064, y: -0.06973386, z: -0.00043464452} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.10469708, y: -0.04024577, z: 0.0034969351} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.026974961, y: -0.09512484, z: -0.010761726} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.018985078, y: -0.06694925, z: -0.007574144} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.1839734, y: -0.01717341, z: 0.008129962} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.04965982, y: -0.12537038, z: -0.007807067} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.040121317, y: -0.11963594, z: -0.0065027433} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.022227585, y: -0.06627941, z: -0.0036025797} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.18397318, y: -0.017173588, z: 0.008129945} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.049659625, y: -0.12536985, z: -0.0078070783} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.040121317, y: -0.11963624, z: -0.0065027284} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.022227526, y: -0.06627941, z: -0.003602563} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + m_SkeletonNameIDArray: 000000008ca49a7b59d426a527cec53c6556c6b665a19f95493a2d043167a66d679237d619de6dcbd6fe8f4cede95e8d0e705ce90f862d4be1299859844e24e13d76f37c58114fc4b6befad6c196ad3bb5d724d25b7891c03e1f2d788727fae5e240465df2eb82f223e723a5cd4896b7a82f2a0f1117fd927470412a42c2e2cf8072473b6eddf2290bba4e91b282990ccc1e68b11642404cf8edf55e9d8a49e624b29e7b7c37088cac1349d542bcfcc727db407fb5446dc13a234ea2d48cfbb0b1eb4708056d0dfcab3ef1324591442020f6f898d4fa5d7e3d0ef645d3a14357b6c6ffef64d33d43d887312536288437534f388fb06271854eb73652a0188340c57f3ff8004b11b8f4e63fcb1a498ad97f2e3661d031b1ff62d638bc8c798daee91e31166018d1c2c1435c222fece9304a8b558870c4f17057735b55b9dcee47dcbb52ffc0ed914ded2252cc038de7de66ea5b661097310a7b1255bb95bde0a9f0da5c11a0be5137ea0fea2b04a05f3961c7e381712901b57c3fed5c9290584ef7f7e4f6c1006188da54a6855d538d16c2a5eaf910f8483d2b7a3629912b3fb0071b38c7160bc92dac5ac0b43a6ac7c3bfc047bb05914e2293a1495524439f5a9e1296c3082291b45705a54fed54acd67b64aba1333eb33a4e9af75f7c03f166fd327ce44dce76ed5451061881e5c1bc06e2ea2f99148dc0fb9b94043259074088080ed91e3809aef592cb494fc3c2d0d9f3c5a75c5945dfe6084c4670384b31b7a47e6d0df577f49bc570834e269426f4779dbf62479ac8df579a97dfd47968bd35b404c8fad9220f2e481487405d0501c8a8b5bb99a12ce481e2f0922f4982287e401b296e620c86ad03fb195b64140c83a5d38490275f8def401de888fca5062749b788fcaff624c9e5a4e4527c2ed63601f3cbc7e1534668dbbc230f6704cda0d2162558fd809f167ef445e76864960be47dbb404fcdd0ec7951d21245fe1c486309dd1c64c242ea032de7e079ea6709253bb76851b4d20fed0c3ca0581e14d19071347ee448083b558347788fc40af1a43173a07e7a16c7c2c2f86877d067b8c3794c0725e97f6079cd0a26dbfaabf74e213c8550fc435ccbc9dd7e266b861e8b3ce37937840dd68296b57ccff1dc0c08bcbc999a95d9fe262d3751933f2951f076ccbb09501574531b + m_Human: + data: + serializedVersion: 2 + m_RootX: + t: {x: 0.001946428, y: 0.95183253, z: -0.0076206247} + q: {x: -0.031124543, y: -0, z: -0, w: 0.99951553} + s: {x: 1, y: 1, z: 1} + m_Skeleton: + data: + m_Node: + - m_ParentId: -1 + m_AxesId: -1 + - m_ParentId: 0 + m_AxesId: 0 + - m_ParentId: 1 + m_AxesId: 1 + - m_ParentId: 2 + m_AxesId: 2 + - m_ParentId: 3 + m_AxesId: 3 + - m_ParentId: 4 + m_AxesId: 4 + - m_ParentId: 5 + m_AxesId: 5 + - m_ParentId: 6 + m_AxesId: 6 + - m_ParentId: 6 + m_AxesId: 7 + - m_ParentId: 4 + m_AxesId: 8 + - m_ParentId: 9 + m_AxesId: 9 + - m_ParentId: 10 + m_AxesId: 10 + - m_ParentId: 11 + m_AxesId: 11 + - m_ParentId: 12 + m_AxesId: 12 + - m_ParentId: 13 + m_AxesId: 13 + - m_ParentId: 14 + m_AxesId: 14 + - m_ParentId: 12 + m_AxesId: 15 + - m_ParentId: 16 + m_AxesId: 16 + - m_ParentId: 17 + m_AxesId: 17 + - m_ParentId: 12 + m_AxesId: 18 + - m_ParentId: 19 + m_AxesId: 19 + - m_ParentId: 20 + m_AxesId: 20 + - m_ParentId: 12 + m_AxesId: 21 + - m_ParentId: 22 + m_AxesId: 22 + - m_ParentId: 23 + m_AxesId: 23 + - m_ParentId: 12 + m_AxesId: 24 + - m_ParentId: 25 + m_AxesId: 25 + - m_ParentId: 26 + m_AxesId: 26 + - m_ParentId: 4 + m_AxesId: 27 + - m_ParentId: 28 + m_AxesId: 28 + - m_ParentId: 29 + m_AxesId: 29 + - m_ParentId: 30 + m_AxesId: 30 + - m_ParentId: 31 + m_AxesId: 31 + - m_ParentId: 32 + m_AxesId: 32 + - m_ParentId: 33 + m_AxesId: 33 + - m_ParentId: 31 + m_AxesId: 34 + - m_ParentId: 35 + m_AxesId: 35 + - m_ParentId: 36 + m_AxesId: 36 + - m_ParentId: 31 + m_AxesId: 37 + - m_ParentId: 38 + m_AxesId: 38 + - m_ParentId: 39 + m_AxesId: 39 + - m_ParentId: 31 + m_AxesId: 40 + - m_ParentId: 41 + m_AxesId: 41 + - m_ParentId: 42 + m_AxesId: 42 + - m_ParentId: 31 + m_AxesId: 43 + - m_ParentId: 44 + m_AxesId: 44 + - m_ParentId: 45 + m_AxesId: 45 + - m_ParentId: 1 + m_AxesId: 46 + - m_ParentId: 47 + m_AxesId: 47 + - m_ParentId: 48 + m_AxesId: 48 + - m_ParentId: 49 + m_AxesId: 49 + - m_ParentId: 1 + m_AxesId: 50 + - m_ParentId: 51 + m_AxesId: 51 + - m_ParentId: 52 + m_AxesId: 52 + - m_ParentId: 53 + m_AxesId: 53 + m_ID: 6556c6b6a4345e7f9d79f969db3d7eb5e688f112c7106328fe0c1055b40418bb579d1adf76bf9c7f6f9f9cc8bb0e4b0be42785794ad2d9d9f85d986d34fc2df270b58c17ec8c4e18ed03b0ccd97e0281581491be11ae9ba7b466a4ba5b6962df4f1f354836ad4abf9470919abf6a6b5e2d0efb462c0e54d1064753ab774ec1b00b9dc239e287df7b7f1ce5ed39dfb7160273009399dd5e3c90143980b6ebdf3565707557be39027499a05a704294a2b677e2515f8eaad68cf48aa3410c3a692bf966b2ffe417ce8f61c53f1d578b0e12baf77ae60e20fe811260a4ee + m_AxesArray: + - m_PreQ: {x: -0.4376833, y: -0.55536777, z: 0.4376833, w: 0.55536777} + m_PostQ: {x: -0.4376833, y: -0.55536777, z: 0.4376833, w: 0.55536777} + m_Sgn: {x: 1, y: 1, z: 1} + m_Limit: + m_Min: {x: -0.6981317, y: -0.6981317, z: -0.6981317} + m_Max: {x: 0.6981317, y: 0.6981317, z: 0.6981317} + m_Length: 0.052420907 + m_Type: 1 + - m_PreQ: {x: 0.49320966, y: 0.5066994, z: -0.49320966, w: -0.5066994} + m_PostQ: {x: 0.49320966, y: 0.5066994, z: -0.49320966, w: -0.5066994} + m_Sgn: {x: 1, y: 1, z: 1} + m_Limit: + m_Min: {x: -0.6981317, y: -0.6981317, z: -0.6981317} + m_Max: {x: 0.6981317, y: 0.6981317, z: 0.6981317} + m_Length: 0.11066149 + m_Type: 1 + - m_PreQ: {x: 0.53264046, y: 0.4650744, z: -0.53264046, w: -0.4650744} + m_PostQ: {x: 0.53264046, y: 0.4650744, z: -0.53264046, w: -0.4650744} + m_Sgn: {x: 1, y: 1, z: 1} + m_Limit: + m_Min: {x: -0.6981317, y: -0.6981317, z: -0.6981317} + m_Max: {x: 0.6981317, y: 0.6981317, z: 0.6981317} + m_Length: 0.106336765 + m_Type: 1 + - m_PreQ: {x: 0.56534845, y: 0.424713, z: -0.5653485, w: -0.424713} + m_PostQ: {x: 0.56534845, y: 0.424713, z: -0.5653485, w: -0.424713} + m_Sgn: {x: 1, y: 1, z: 1} + m_Limit: + m_Min: {x: -0.34906584, y: -0.34906584, z: -0.34906584} + m_Max: {x: 0.34906584, y: 0.34906584, z: 0.34906584} + m_Length: 0.1348218 + m_Type: 1 + - m_PreQ: {x: -0.4668105, y: -0.5311195, z: 0.46681046, w: 0.53111964} + m_PostQ: {x: -0.4668105, y: -0.5311195, z: 0.46681046, w: 0.53111964} + m_Sgn: {x: 1, y: 1, z: 1} + m_Limit: + m_Min: {x: -0.6981317, y: -0.6981317, z: -0.6981317} + m_Max: {x: 0.6981317, y: 0.6981317, z: 0.6981317} + m_Length: 0.07622479 + m_Type: 1 + - m_PreQ: {x: -0.5, y: -0.5, z: 0.5, w: 0.5} + m_PostQ: {x: -0.5, y: -0.5, z: 0.5, w: 0.5} + m_Sgn: {x: 1, y: 1, z: 1} + m_Limit: + m_Min: {x: -0.6981317, y: -0.6981317, z: -0.6981317} + m_Max: {x: 0.6981317, y: 0.6981317, z: 0.6981317} + m_Length: 0.07622479 + m_Type: 1 + - m_PreQ: {x: 0.7071068, y: -0, z: 0.7071068, w: 0} + m_PostQ: {x: 0.7071068, y: -0, z: 0.7071068, w: 0} + m_Sgn: {x: 1, y: 1, z: -1} + m_Limit: + m_Min: {x: 0, y: -0.34906584, z: -0.17453292} + m_Max: {x: 0, y: 0.34906584, z: 0.2617994} + m_Length: 0.1 + m_Type: 1 + - m_PreQ: {x: 0.7071068, y: -0, z: 0.7071068, w: 0} + m_PostQ: {x: 0.7071068, y: -0, z: 0.7071068, w: 0} + m_Sgn: {x: 1, y: -1, z: -1} + m_Limit: + m_Min: {x: 0, y: -0.34906584, z: -0.17453292} + m_Max: {x: 0, y: 0.34906584, z: 0.2617994} + m_Length: 0.1 + m_Type: 1 + - m_PreQ: {x: 0.00000011000067, y: 0.000000008199257, z: 0.99723357, w: -0.074332036} + m_PostQ: {x: 0.00000011000067, y: 0.000000008199257, z: 0.99723357, + w: -0.074332036} + m_Sgn: {x: 1, y: 1, z: -1} + m_Limit: + m_Min: {x: 0, y: -0.2617994, z: -0.2617994} + m_Max: {x: 0, y: 0.2617994, z: 0.5235988} + m_Length: 0.06754476 + m_Type: 1 + - m_PreQ: {x: 0.24421027, y: -0, z: 0.91123235, w: -0.33168858} + m_PostQ: {x: -0, y: -0, z: 1, w: 0} + m_Sgn: {x: 1, y: 1, z: -1} + m_Limit: + m_Min: {x: -1.5707964, y: -1.7453293, z: -1.0471976} + m_Max: {x: 1.5707964, y: 1.7453293, z: 1.7453293} + m_Length: 0.21410698 + m_Type: 1 + - m_PreQ: {x: 0.45499057, y: 0.54128516, z: 0.5412797, w: -0.45498413} + m_PostQ: {x: 0.00065649813, y: 0.70710653, z: 0.7071065, w: -0.0006480465} + m_Sgn: {x: 1, y: 1, z: -1} + m_Limit: + m_Min: {x: -1.5707964, y: 0, z: -1.3962634} + m_Max: {x: 1.5707964, y: 0, z: 1.3962634} + m_Length: 0.19947194 + m_Type: 1 + - m_PreQ: {x: 0.00092245237, y: -0.0000000055128093, z: 0.99999964, w: 0.0000059762515} + m_PostQ: {x: 0.00092245237, y: -0.0000000055128093, z: 0.99999964, w: 0.0000059762515} + m_Sgn: {x: 1, y: 1, z: -1} + m_Limit: + m_Min: {x: 0, y: -0.6981317, z: -1.3962634} + m_Max: {x: 0, y: 0.6981317, z: 1.3962634} + m_Length: 0.049867984 + m_Type: 1 + - m_PreQ: {x: 0.06662614, y: -0.0029315962, z: 0.9557585, w: -0.286493} + m_PostQ: {x: -0.010232162, y: -0, z: 0.99994767, w: 0} + m_Sgn: {x: -1, y: -1, z: -1} + m_Limit: + m_Min: {x: 0, y: -0.34906584, z: -0.87266463} + m_Max: {x: 0, y: 0.34906584, z: 0.87266463} + m_Length: 0.03091172 + m_Type: 1 + - m_PreQ: {x: -0.019170221, y: -0.0066514756, z: 0.9445533, w: -0.32773086} + m_PostQ: {x: -0.020289013, y: -0.00030891653, z: 0.99967825, w: -0.015220904} + m_Sgn: {x: -1, y: 1, z: -1} + m_Limit: + m_Min: {x: 0, y: 0, z: -0.7853982} + m_Max: {x: 0, y: 0, z: 0.7853982} + m_Length: 0.019033842 + m_Type: 1 + - m_PreQ: {x: -0.019170223, y: -0.0066514765, z: 0.9445534, w: -0.3277309} + m_PostQ: {x: -0.020289015, y: -0.00030891653, z: 0.9996783, w: -0.015220904} + m_Sgn: {x: -1, y: 1, z: -1} + m_Limit: + m_Min: {x: 0, y: 0, z: -0.7853982} + m_Max: {x: 0, y: 0, z: 0.7853982} + m_Length: 0.0107065365 + m_Type: 1 + - m_PreQ: {x: -0.07640189, y: 0.0000000730676, z: 0.9550267, w: -0.28650802} + m_PostQ: {x: 0.00000025502814, y: -0, z: 1, w: 0} + m_Sgn: {x: -1, y: 1, z: -1} + m_Limit: + m_Min: {x: 0, y: -0.34906584, z: -0.87266463} + m_Max: {x: 0, y: 0.34906584, z: 0.87266463} + m_Length: 0.02921474 + m_Type: 1 + - m_PreQ: {x: -0.00000063030984, y: -0.00000020799976, z: 0.94962984, + w: -0.31337413} + m_PostQ: {x: -0.00000066374264, y: 2.3496229e-12, z: 1, w: 0.0000035399607} + m_Sgn: {x: -1, y: 1, z: -1} + m_Limit: + m_Min: {x: 0, y: 0, z: -0.7853982} + m_Max: {x: 0, y: 0, z: 0.7853982} + m_Length: 0.016837656 + m_Type: 1 + - m_PreQ: {x: -0.00000063030984, y: -0.00000020799976, z: 0.94962984, + w: -0.31337413} + m_PostQ: {x: -0.00000066374264, y: 2.3496229e-12, z: 1, w: 0.0000035399607} + m_Sgn: {x: -1, y: 1, z: -1} + m_Limit: + m_Min: {x: 0, y: 0, z: -0.7853982} + m_Max: {x: 0, y: 0, z: 0.7853982} + m_Length: 0.009471182 + m_Type: 1 + - m_PreQ: {x: 0.03828507, y: -0.00000003520898, z: 0.95712364, w: -0.2871389} + m_PostQ: {x: 0.00000010819532, y: 1.8729965e-13, z: 1, w: -0.0000017311252} + m_Sgn: {x: -1, y: -1, z: -1} + m_Limit: + m_Min: {x: 0, y: -0.1308997, z: -0.87266463} + m_Max: {x: 0, y: 0.1308997, z: 0.87266463} + m_Length: 0.03443116 + m_Type: 1 + - m_PreQ: {x: -0.0000001665451, y: -0.00000005495937, z: 0.9496296, w: -0.31337482} + m_PostQ: {x: -0.00000017537903, y: 4.9212484e-13, z: 1, w: 0.0000028060645} + m_Sgn: {x: -1, y: 1, z: -1} + m_Limit: + m_Min: {x: 0, y: 0, z: -0.7853982} + m_Max: {x: 0, y: 0, z: 0.7853982} + m_Length: 0.021241367 + m_Type: 1 + - m_PreQ: {x: -0.0000001665451, y: -0.00000005495937, z: 0.9496296, w: -0.31337482} + m_PostQ: {x: -0.00000017537903, y: 4.9212484e-13, z: 1, w: 0.0000028060645} + m_Sgn: {x: -1, y: 1, z: -1} + m_Limit: + m_Min: {x: 0, y: 0, z: -0.7853982} + m_Max: {x: 0, y: 0, z: 0.7853982} + m_Length: 0.011948269 + m_Type: 1 + - m_PreQ: {x: -0.03828519, y: -0.00000006698185, z: 0.9571241, w: -0.28713724} + m_PostQ: {x: -0.00000023327468, y: -0, z: 1, w: 0} + m_Sgn: {x: -1, y: 1, z: -1} + m_Limit: + m_Min: {x: 0, y: -0.1308997, z: -0.87266463} + m_Max: {x: 0, y: 0.1308997, z: 0.87266463} + m_Length: 0.03193909 + m_Type: 1 + - m_PreQ: {x: -0, y: -0, z: 0.9496287, w: -0.3133775} + m_PostQ: {x: -0, y: -0, z: 1, w: 0} + m_Sgn: {x: -1, y: 1, z: -1} + m_Limit: + m_Min: {x: 0, y: 0, z: -0.7853982} + m_Max: {x: 0, y: 0, z: 0.7853982} + m_Length: 0.01843214 + m_Type: 1 + - m_PreQ: {x: -0, y: -0, z: 0.9496287, w: -0.3133775} + m_PostQ: {x: -0, y: -0, z: 1, w: 0} + m_Sgn: {x: -1, y: 1, z: -1} + m_Limit: + m_Min: {x: 0, y: 0, z: -0.7853982} + m_Max: {x: 0, y: 0, z: 0.7853982} + m_Length: 0.010368079 + m_Type: 1 + - m_PreQ: {x: 0.23622903, y: 0.64043754, z: 0.5931203, w: -0.42690066} + m_PostQ: {x: 0.23844662, y: 0.6541293, z: 0.66569006, w: -0.26854223} + m_Sgn: {x: -1, y: -1, z: 1} + m_Limit: + m_Min: {x: 0, y: -0.43633232, z: -0.34906584} + m_Max: {x: 0, y: 0.43633232, z: 0.34906584} + m_Length: 0.04429227 + m_Type: 1 + - m_PreQ: {x: 0.091492675, y: 0.6975384, z: 0.7011627, w: -0.11593179} + m_PostQ: {x: 0.22722527, y: 0.6612566, z: 0.6696034, w: -0.250479} + m_Sgn: {x: -1, y: 1, z: 1} + m_Limit: + m_Min: {x: 0, y: 0, z: -0.6981317} + m_Max: {x: 0, y: 0, z: 0.61086524} + m_Length: 0.027182685 + m_Type: 1 + - m_PreQ: {x: 0.091492675, y: 0.6975384, z: 0.7011627, w: -0.11593179} + m_PostQ: {x: 0.22722527, y: 0.6612566, z: 0.6696034, w: -0.250479} + m_Sgn: {x: -1, y: 1, z: 1} + m_Limit: + m_Min: {x: 0, y: 0, z: -0.6981317} + m_Max: {x: 0, y: 0, z: 0.61086524} + m_Length: 0.01529026 + m_Type: 1 + - m_PreQ: {x: -0.000000008199257, y: -0.00000011000067, z: -0.074332036, + w: 0.99723357} + m_PostQ: {x: -0.000000008199257, y: -0.00000011000067, z: -0.074332036, + w: 0.99723357} + m_Sgn: {x: 1, y: 1, z: 1} + m_Limit: + m_Min: {x: 0, y: -0.2617994, z: -0.2617994} + m_Max: {x: 0, y: 0.2617994, z: 0.5235988} + m_Length: 0.06754476 + m_Type: 1 + - m_PreQ: {x: -0, y: -0.24421027, z: -0.33168858, w: 0.91123235} + m_PostQ: {x: -0, y: -0, z: -0, w: 1} + m_Sgn: {x: -1, y: 1, z: 1} + m_Limit: + m_Min: {x: -1.5707964, y: -1.7453293, z: -1.0471976} + m_Max: {x: 1.5707964, y: 1.7453293, z: 1.7453293} + m_Length: 0.21410698 + m_Type: 1 + - m_PreQ: {x: 0.54128516, y: 0.45499057, z: 0.45498413, w: -0.5412797} + m_PostQ: {x: 0.70710653, y: 0.00065649813, z: 0.0006480465, w: -0.7071065} + m_Sgn: {x: -1, y: 1, z: 1} + m_Limit: + m_Min: {x: -1.5707964, y: 0, z: -1.3962634} + m_Max: {x: 1.5707964, y: 0, z: 1.3962634} + m_Length: 0.19947194 + m_Type: 1 + - m_PreQ: {x: 0.0000000055128093, y: -0.00092245237, z: 0.0000059762515, + w: 0.99999964} + m_PostQ: {x: 0.0000000055128093, y: -0.00092245237, z: 0.0000059762515, + w: 0.99999964} + m_Sgn: {x: 1, y: 1, z: 1} + m_Limit: + m_Min: {x: 0, y: -0.6981317, z: -1.3962634} + m_Max: {x: 0, y: 0.6981317, z: 1.3962634} + m_Length: 0.049867984 + m_Type: 1 + - m_PreQ: {x: -0.0029315962, y: 0.06662614, z: 0.286493, w: -0.9557585} + m_PostQ: {x: -0, y: 0.010232162, z: -0, w: 0.99994767} + m_Sgn: {x: 1, y: -1, z: 1} + m_Limit: + m_Min: {x: 0, y: -0.34906584, z: -0.87266463} + m_Max: {x: 0, y: 0.34906584, z: 0.87266463} + m_Length: 0.03091172 + m_Type: 1 + - m_PreQ: {x: -0.0066514756, y: -0.019170221, z: 0.32773086, w: -0.9445533} + m_PostQ: {x: 0.00030891653, y: 0.020289013, z: -0.015220904, w: 0.99967825} + m_Sgn: {x: 1, y: 1, z: 1} + m_Limit: + m_Min: {x: 0, y: 0, z: -0.7853982} + m_Max: {x: 0, y: 0, z: 0.7853982} + m_Length: 0.019033842 + m_Type: 1 + - m_PreQ: {x: -0.0066514765, y: -0.019170223, z: 0.3277309, w: -0.9445534} + m_PostQ: {x: 0.00030891655, y: 0.020289013, z: -0.015220906, w: 0.9996782} + m_Sgn: {x: 1, y: 1, z: 1} + m_Limit: + m_Min: {x: 0, y: 0, z: -0.7853982} + m_Max: {x: 0, y: 0, z: 0.7853982} + m_Length: 0.0107065365 + m_Type: 1 + - m_PreQ: {x: 0.0000000730676, y: -0.07640189, z: 0.28650802, w: -0.9550267} + m_PostQ: {x: 0, y: -0.00000025502814, z: -0, w: 1} + m_Sgn: {x: 1, y: 1, z: 1} + m_Limit: + m_Min: {x: 0, y: -0.34906584, z: -0.87266463} + m_Max: {x: 0, y: 0.34906584, z: 0.87266463} + m_Length: 0.02921474 + m_Type: 1 + - m_PreQ: {x: -0.00000020799976, y: -0.00000063030984, z: 0.31337413, + w: -0.94962984} + m_PostQ: {x: -2.3496229e-12, y: 0.00000066374264, z: 0.0000035399607, + w: 1} + m_Sgn: {x: 1, y: 1, z: 1} + m_Limit: + m_Min: {x: 0, y: 0, z: -0.7853982} + m_Max: {x: 0, y: 0, z: 0.7853982} + m_Length: 0.016837656 + m_Type: 1 + - m_PreQ: {x: -0.00000020799976, y: -0.00000063030984, z: 0.31337413, + w: -0.94962984} + m_PostQ: {x: -2.3496229e-12, y: 0.00000066374264, z: 0.0000035399607, + w: 1} + m_Sgn: {x: 1, y: 1, z: 1} + m_Limit: + m_Min: {x: 0, y: 0, z: -0.7853982} + m_Max: {x: 0, y: 0, z: 0.7853982} + m_Length: 0.009471182 + m_Type: 1 + - m_PreQ: {x: -0.00000003520898, y: 0.03828507, z: 0.2871389, w: -0.95712364} + m_PostQ: {x: -1.8729965e-13, y: -0.00000010819532, z: -0.0000017311252, + w: 1} + m_Sgn: {x: 1, y: -1, z: 1} + m_Limit: + m_Min: {x: 0, y: -0.1308997, z: -0.87266463} + m_Max: {x: 0, y: 0.1308997, z: 0.87266463} + m_Length: 0.03443116 + m_Type: 1 + - m_PreQ: {x: -0.00000005495937, y: -0.0000001665451, z: 0.31337482, w: -0.9496296} + m_PostQ: {x: -4.9212484e-13, y: 0.00000017537903, z: 0.0000028060645, + w: 1} + m_Sgn: {x: 1, y: 1, z: 1} + m_Limit: + m_Min: {x: 0, y: 0, z: -0.7853982} + m_Max: {x: 0, y: 0, z: 0.7853982} + m_Length: 0.021241367 + m_Type: 1 + - m_PreQ: {x: -0.00000005495937, y: -0.0000001665451, z: 0.31337482, w: -0.9496296} + m_PostQ: {x: -4.9212484e-13, y: 0.00000017537903, z: 0.0000028060645, + w: 1} + m_Sgn: {x: 1, y: 1, z: 1} + m_Limit: + m_Min: {x: 0, y: 0, z: -0.7853982} + m_Max: {x: 0, y: 0, z: 0.7853982} + m_Length: 0.011948269 + m_Type: 1 + - m_PreQ: {x: -0.00000006698185, y: -0.03828519, z: 0.28713724, w: -0.9571241} + m_PostQ: {x: -0, y: 0.00000023327468, z: -0, w: 1} + m_Sgn: {x: 1, y: 1, z: 1} + m_Limit: + m_Min: {x: 0, y: -0.1308997, z: -0.87266463} + m_Max: {x: 0, y: 0.1308997, z: 0.87266463} + m_Length: 0.03193909 + m_Type: 1 + - m_PreQ: {x: -0, y: -0, z: 0.3133775, w: -0.9496287} + m_PostQ: {x: -0, y: -0, z: -0, w: 1} + m_Sgn: {x: 1, y: 1, z: 1} + m_Limit: + m_Min: {x: 0, y: 0, z: -0.7853982} + m_Max: {x: 0, y: 0, z: 0.7853982} + m_Length: 0.01843214 + m_Type: 1 + - m_PreQ: {x: -0, y: -0, z: 0.3133775, w: -0.9496287} + m_PostQ: {x: -0, y: -0, z: -0, w: 1} + m_Sgn: {x: 1, y: 1, z: 1} + m_Limit: + m_Min: {x: 0, y: 0, z: -0.7853982} + m_Max: {x: 0, y: 0, z: 0.7853982} + m_Length: 0.010368079 + m_Type: 1 + - m_PreQ: {x: 0.64043754, y: 0.23622905, z: 0.42690068, w: -0.5931203} + m_PostQ: {x: -0.6541293, y: -0.23844662, z: -0.26854223, w: 0.66569006} + m_Sgn: {x: 1, y: -1, z: -1} + m_Limit: + m_Min: {x: 0, y: -0.43633232, z: -0.34906584} + m_Max: {x: 0, y: 0.43633232, z: 0.34906584} + m_Length: 0.04429227 + m_Type: 1 + - m_PreQ: {x: 0.69753844, y: 0.091492675, z: 0.11593179, w: -0.70116264} + m_PostQ: {x: -0.6612566, y: -0.22722527, z: -0.250479, w: 0.6696034} + m_Sgn: {x: 1, y: 1, z: -1} + m_Limit: + m_Min: {x: 0, y: 0, z: -0.6981317} + m_Max: {x: 0, y: 0, z: 0.61086524} + m_Length: 0.027182685 + m_Type: 1 + - m_PreQ: {x: 0.69753844, y: 0.091492675, z: 0.11593179, w: -0.70116264} + m_PostQ: {x: -0.6612566, y: -0.22722527, z: -0.250479, w: 0.6696034} + m_Sgn: {x: 1, y: 1, z: -1} + m_Limit: + m_Min: {x: 0, y: 0, z: -0.6981317} + m_Max: {x: 0, y: 0, z: 0.61086524} + m_Length: 0.01529026 + m_Type: 1 + - m_PreQ: {x: -0.60753185, y: 0.36180818, z: -0.60753185, w: 0.36180818} + m_PostQ: {x: -0.49316382, y: 0.506744, z: -0.4931638, w: 0.506744} + m_Sgn: {x: 1, y: 1, z: 1} + m_Limit: + m_Min: {x: -1.0471976, y: -1.0471976, z: -1.5707964} + m_Max: {x: 1.0471976, y: 1.0471976, z: 0.87266463} + m_Length: 0.3757874 + m_Type: 1 + - m_PreQ: {x: -0.042189814, y: 0.7058472, z: -0.04218977, w: 0.70584714} + m_PostQ: {x: -0.48599896, y: 0.5136196, z: -0.48599896, w: 0.51361954} + m_Sgn: {x: 1, y: 1, z: -1} + m_Limit: + m_Min: {x: -1.5707964, y: 0, z: -1.3962634} + m_Max: {x: 1.5707964, y: 0, z: 1.3962634} + m_Length: 0.4257563 + m_Type: 1 + - m_PreQ: {x: -0.5, y: 0.5, z: -0.5, w: 0.5} + m_PostQ: {x: -0.5, y: 0.5, z: -0.5, w: 0.5} + m_Sgn: {x: 1, y: 1, z: 1} + m_Limit: + m_Min: {x: 0, y: -0.5235988, z: -0.87266463} + m_Max: {x: 0, y: 0.5235988, z: 0.87266463} + m_Length: 0.09702313 + m_Type: 1 + - m_PreQ: {x: 0.7071068, y: -0, z: 0.7071068, w: 0} + m_PostQ: {x: 0.7071068, y: -0, z: 0.7071068, w: 0} + m_Sgn: {x: 1, y: 1, z: 1} + m_Limit: + m_Min: {x: 0, y: 0, z: -0.87266463} + m_Max: {x: 0, y: 0, z: 0.87266463} + m_Length: 0.028812509 + m_Type: 1 + - m_PreQ: {x: -0.60753185, y: 0.36180818, z: -0.60753185, w: 0.36180818} + m_PostQ: {x: -0.4931638, y: 0.506744, z: -0.49316382, w: 0.506744} + m_Sgn: {x: -1, y: -1, z: 1} + m_Limit: + m_Min: {x: -1.0471976, y: -1.0471976, z: -1.5707964} + m_Max: {x: 1.0471976, y: 1.0471976, z: 0.87266463} + m_Length: 0.3757874 + m_Type: 1 + - m_PreQ: {x: -0.042189814, y: 0.7058472, z: -0.04218977, w: 0.70584714} + m_PostQ: {x: -0.48599896, y: 0.5136196, z: -0.48599896, w: 0.51361954} + m_Sgn: {x: -1, y: 1, z: -1} + m_Limit: + m_Min: {x: -1.5707964, y: 0, z: -1.3962634} + m_Max: {x: 1.5707964, y: 0, z: 1.3962634} + m_Length: 0.4257563 + m_Type: 1 + - m_PreQ: {x: -0.5, y: 0.5, z: -0.5, w: 0.5} + m_PostQ: {x: -0.5, y: 0.5, z: -0.5, w: 0.5} + m_Sgn: {x: 1, y: -1, z: 1} + m_Limit: + m_Min: {x: 0, y: -0.5235988, z: -0.87266463} + m_Max: {x: 0, y: 0.5235988, z: 0.87266463} + m_Length: 0.09702313 + m_Type: 1 + - m_PreQ: {x: 0.7071068, y: -0, z: 0.7071068, w: 0} + m_PostQ: {x: 0.7071068, y: -0, z: 0.7071068, w: 0} + m_Sgn: {x: 1, y: 1, z: 1} + m_Limit: + m_Min: {x: 0, y: 0, z: -0.87266463} + m_Max: {x: 0, y: 0, z: 0.87266463} + m_Length: 0.028812509 + m_Type: 1 + m_SkeletonPose: + data: + m_X: + - t: {x: 0, y: 0, z: 0} + q: {x: 0, y: 0, z: 0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0.93650174, z: 0.0036878982} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 5.948816e-32, y: 0.050968885, z: 0.012252513} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -2.0149595e-17, y: 0.110621214, z: 0.0029853042} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 2.9083892e-17, y: 0.10536587, z: -0.014336677} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 9.127545e-17, y: 0.1294887, z: -0.03754457} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.000000005196695, y: 0.075594306, z: 0.009783598} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.014784996, y: 0.06125927, z: 0.022221765} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.014784982, y: 0.06125927, z: 0.022221772} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.020808386, y: 0.1034497, z: -0.02933467} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.06679835, y: -0.0100136995, z: 0.000000014901161} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.21410698, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.1994716, y: 0.0000023841858, z: 0.00036800653} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.060842276, y: 0.007224083, z: 0.019240757} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.030905247, y: 0, z: -0.0006325543} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.019009352, y: -0.0005789995, z: -0.0007722862} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.056770742, y: 0.007224083, z: -0.028558228} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.02921474, y: 0, z: 0.000000014901161} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.016837656, y: 0.00000011920929, z: -0.000000022351742} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.06167108, y: 0.007224202, z: 0.0020036474} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.03443116, y: -0.00000011920929, z: 0.000000007450581} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.021241367, y: 0.00000011920929, z: -0.000000007450581} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.060968697, y: 0.007224083, z: -0.013300542} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.03193909, y: 0, z: -0.000000014901161} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.01843214, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0032740831, y: -0.0097965, z: 0.01562553} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.032867372, y: -0.0020189285, z: 0.029622039} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.02096486, y: -0.0009496212, z: 0.01727632} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.020808386, y: 0.1034497, z: -0.02933467} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.06679835, y: -0.0100136995, z: 0.000000014901161} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.21410698, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.1994716, y: 0.0000023841858, z: 0.00036800653} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.060842276, y: 0.007224083, z: 0.019240757} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.030905247, y: 0, z: -0.0006325543} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.019009352, y: -0.0005789995, z: -0.0007722862} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.056770742, y: 0.007224083, z: -0.028558228} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.02921474, y: 0, z: 0.000000014901161} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.016837656, y: 0.00000011920929, z: -0.000000022351742} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.06167108, y: 0.007224202, z: 0.0020036474} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.03443116, y: -0.00000011920929, z: 0.000000007450581} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.021241367, y: 0.00000011920929, z: -0.000000007450581} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.060968697, y: 0.007224083, z: -0.013300542} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.03193909, y: 0, z: -0.000000014901161} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.01843214, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0032740831, y: -0.0097965, z: 0.01562553} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.032867372, y: -0.0020189285, z: 0.029622039} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.02096486, y: -0.0009496212, z: 0.01727632} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.07168864, y: -0.03872311, z: -0.0035527977} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.000000014901161, y: -0.3756488, z: -0.010205619} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: -0.4251067, z: -0.023510326} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: -0.0613662, z: 0.09755388} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.07168864, y: -0.03872311, z: -0.0035527977} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.000000014901161, y: -0.3756488, z: -0.010205619} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: -0.4251067, z: -0.023510326} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: -0.0613662, z: 0.09755388} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + m_LeftHand: + data: + m_HandBoneIndex: 190000001a0000001b0000000d0000000e0000000f000000130000001400000015000000160000001700000018000000100000001100000012000000 + m_RightHand: + data: + m_HandBoneIndex: 2c0000002d0000002e000000200000002100000022000000260000002700000028000000290000002a0000002b000000230000002400000025000000 + m_HumanBoneIndex: 010000002f00000033000000300000003400000031000000350000000200000003000000040000000500000006000000090000001c0000000a0000001d0000000b0000001e0000000c0000001f00000032000000360000000700000008000000ffffffff + m_HumanBoneMass: + - 0.14545456 + - 0.12121213 + - 0.12121213 + - 0.048484854 + - 0.048484854 + - 0.009696971 + - 0.009696971 + - 0.030303033 + - 0.14545456 + - 0.14545456 + - 0.012121214 + - 0.048484854 + - 0.006060607 + - 0.006060607 + - 0.024242427 + - 0.024242427 + - 0.01818182 + - 0.01818182 + - 0.006060607 + - 0.006060607 + - 0.0024242427 + - 0.0024242427 + - 0 + - 0 + - 0 + m_Scale: 0.95183253 + m_ArmTwist: 0.5 + m_ForeArmTwist: 0.5 + m_UpperLegTwist: 0.5 + m_LegTwist: 0.5 + m_ArmStretch: 0.05 + m_LegStretch: 0.05 + m_FeetSpacing: 0 + m_HasLeftHand: 1 + m_HasRightHand: 1 + m_HasTDoF: 0 + m_HumanSkeletonIndexArray: 0400000005000000060000000700000008000000090000000a0000000b0000000c00000062000000630000006400000065000000660000006700000068000000690000006a0000006b0000006c0000006d0000006e0000006f00000070000000710000007200000073000000740000007b0000007c0000007d0000007e0000007f000000800000008100000082000000830000008400000085000000860000008700000088000000890000008a0000008b0000008c0000008d0000009a0000009b0000009c0000009d000000b1000000b2000000b3000000b4000000 + m_HumanSkeletonReverseIndexArray: ffffffffffffffffffffffffffffffff000000000100000002000000030000000400000005000000060000000700000008000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff090000000a0000000b0000000c0000000d0000000e0000000f000000100000001100000012000000130000001400000015000000160000001700000018000000190000001a0000001b000000ffffffffffffffffffffffffffffffffffffffffffffffff1c0000001d0000001e0000001f000000200000002100000022000000230000002400000025000000260000002700000028000000290000002a0000002b0000002c0000002d0000002e000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff2f000000300000003100000032000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff33000000340000003500000036000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff + m_RootMotionBoneIndex: -1 + m_RootMotionBoneX: + t: {x: 0, y: 0, z: 0} + q: {x: 0, y: 0, z: 0, w: 1} + s: {x: 1, y: 1, z: 1} + m_RootMotionSkeleton: + data: + m_Node: [] + m_ID: + m_AxesArray: [] + m_RootMotionSkeletonPose: + data: + m_X: [] + m_RootMotionSkeletonIndexArray: + m_TOS: + 285007101: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_15 + 2128665898: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_04 + 1906816105: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_01/J_Sec_Hair2_01/J_Sec_Hair3_01/J_Sec_Hair4_01/J_Sec_Hair5_01/J_Sec_Hair6_01 + 491299123: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg/J_Sec_R_SkirtBack0_01 + 524182156: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg/J_Sec_R_SkirtBack0_01/J_Sec_R_SkirtBack1_01 + 3980312633: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_16/J_Sec_Hair2_16/J_Sec_Hair3_16 + 1744563307: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_14 + 1838702072: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm/J_Bip_L_Hand/J_Bip_L_Index1/J_Bip_L_Index2 + 1685203202: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_13/J_Sec_Hair2_13/J_Sec_Hair3_13/J_Sec_Hair3_13_end + 3287185488: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_03/J_Sec_Hair2_03/J_Sec_Hair3_03/J_Sec_Hair4_03/J_Sec_Hair5_03 + 2070622203: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_18/J_Sec_Hair2_18/J_Sec_Hair3_18 + 2466280194: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm/J_Bip_R_Hand/J_Bip_R_Little1/J_Bip_R_Little2 + 3866818490: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg/J_Bip_R_LowerLeg + 2933737937: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg/J_Sec_L_SkirtBack0_01/J_Sec_L_SkirtBack1_01 + 1884987545: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm/J_Bip_R_Hand/J_Bip_R_Ring1/J_Bip_R_Ring2 + 1946302910: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm/J_Bip_R_Hand/J_Bip_R_Ring1 + 458454037: secondary + 3037872453: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_05/J_Sec_Hair2_05 + 2078246882: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm/J_Bip_R_Hand/J_Bip_R_Index1/J_Bip_R_Index2 + 969055499: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm/J_Bip_R_Hand/J_Bip_R_Index1 + 3584721369: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_09/J_Sec_Hair2_09/J_Sec_Hair3_09/J_Sec_Hair3_09_end + 903867318: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm/J_Bip_R_Hand/J_Bip_R_Middle1/J_Bip_R_Middle2 + 266374548: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_03/J_Sec_Hair2_03 + 3897213606: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg/J_Sec_L_SkirtFront_01/J_Sec_L_SkirtFront_end_01/J_Sec_L_SkirtFront_end_01_end + 290824833: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg/J_Sec_R_SkirtFront0_01/J_Sec_R_SkirtFront1_01 + 2038769636: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm/J_Bip_L_Hand + 2010789325: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_12/J_Sec_Hair2_12/J_Sec_Hair3_12/J_Sec_Hair3_12_end + 590537793: Root/J_Bip_C_Hips/J_Sec_L_SkirtSide0_01 + 1472109707: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_05/J_Sec_Hair2_05/J_Sec_Hair3_05/J_Sec_Hair4_05 + 1565223639: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg/J_Sec_R_SkirtBack0_01/J_Sec_R_SkirtBack1_01/J_Sec_R_SkirtBack2_01/J_Sec_R_SkirtBack2_end_01/J_Sec_R_SkirtBack2_end_01_end + 1032707778: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg/J_Sec_R_SkirtBack0_01/J_Sec_R_SkirtBack1_01/J_Sec_R_SkirtBack2_01 + 1969490009: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm/J_Sec_L_LowerSleeve_01/J_Sec_L_LowerSleeve_end_01 + 2140979062: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle + 3434087405: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm/J_Bip_L_Hand/J_Bip_L_Little1/J_Bip_L_Little2/J_Bip_L_Little3 + 5349783: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_09 + 2999517770: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm/J_Bip_R_Hand/J_Sec_R_TipSleeve_01 + 850538956: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_06/J_Sec_Hair2_06/J_Sec_Hair3_06/J_Sec_Hair3_06_end + 3821133455: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Sec_R_Bust1 + 1436997367: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg/J_Sec_L_SkirtFront0_01 + 1126305948: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_11/J_Sec_Hair2_11/J_Sec_Hair3_11/J_Sec_Hair3_11_end + 3086739283: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg/J_Sec_R_SkirtFront0_01/J_Sec_R_SkirtFront1_01/J_Sec_R_SkirtFront2_01/J_Sec_R_SkirtFront2_end_01 + 3172097437: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_03/J_Sec_Hair2_03/J_Sec_Hair3_03 + 877093443: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg/J_Sec_L_SkirtFront0_01/J_Sec_L_SkirtFront1_01/J_Sec_L_SkirtFront2_01/J_Sec_L_SkirtFront2_end_01/J_Sec_L_SkirtFront2_end_01_end + 7719076: Root/J_Bip_C_Hips/J_Sec_L_SkirtSide0_01/J_Sec_L_SkirtSide1_01/J_Sec_L_SkirtSide2_01 + 3654931018: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm/J_Bip_L_Hand/J_Bip_L_Index1 + 254671235: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_05/J_Sec_Hair2_05/J_Sec_Hair3_05/J_Sec_Hair4_05/J_Sec_Hair4_05_end + 1107427080: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_17/J_Sec_Hair2_17 + 1467314277: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm/J_Bip_R_Hand/J_Bip_R_Middle1/J_Bip_R_Middle2/J_Bip_R_Middle3 + 2992426631: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm/J_Bip_L_Hand/J_Sec_L_TipSleeve_01/J_Sec_L_TipSleeve_end_01/J_Sec_L_TipSleeve_end_01_end + 3530924597: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_13/J_Sec_Hair2_13/J_Sec_Hair3_13 + 424317142: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_19 + 3131336372: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm/J_Bip_L_Hand/J_Bip_L_Ring1 + 4187000473: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm/J_Bip_R_Hand/J_Sec_R_TipSleeve_01/J_Sec_R_TipSleeve_end_01/J_Sec_R_TipSleeve_end_01_end + 189468347: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm + 924417340: Root/J_Bip_C_Hips/J_Sec_L_SkirtSide0_01/J_Sec_L_SkirtSide1_01/J_Sec_L_SkirtSide2_01/J_Sec_L_SkirtSide2_end_01 + 4176688089: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_11/J_Sec_Hair2_11 + 3115188551: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg/J_Sec_L_SkirtBack0_01/J_Sec_L_SkirtBack1_01/J_Sec_L_SkirtBack2_01/J_Sec_L_SkirtBack2_end_01 + 1427115262: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head + 3599707283: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_02/J_Sec_Hair2_02 + 956660241: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm/J_Sec_L_LowerSleeve_01/J_Sec_L_LowerSleeve_end_01/J_Sec_L_LowerSleeve_end_01_end + 2151224464: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm/J_Bip_R_Hand/J_Bip_R_Middle1 + 4289881849: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg/J_Bip_L_LowerLeg + 1716439515: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_01/J_Sec_Hair2_01 + 2603278172: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_01/J_Sec_Hair2_01/J_Sec_Hair3_01/J_Sec_Hair4_01 + 3890842768: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_07 + 4063099956: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm/J_Bip_L_Hand/J_Bip_L_Index1/J_Bip_L_Index2/J_Bip_L_Index3 + 282623383: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_03/J_Sec_Hair2_03/J_Sec_Hair3_03/J_Sec_Hair4_03 + 1101236980: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm/J_Bip_R_Hand/J_Bip_R_Thumb1/J_Bip_R_Thumb2/J_Bip_R_Thumb3 + 1019596327: Hair + 3379808368: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_01/J_Sec_Hair2_01/J_Sec_Hair3_01 + 1151271504: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_03/J_Sec_Hair2_03/J_Sec_Hair3_03/J_Sec_Hair4_03/J_Sec_Hair5_03/J_Sec_Hair5_03_end + 1604495134: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg/J_Sec_L_SkirtBack0_01/J_Sec_L_SkirtBack1_01/J_Sec_L_SkirtBack2_01 + 3511946796: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm + 3945530412: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg/J_Sec_L_SkirtSide_01/J_Sec_L_SkirtSide_end_01/J_Sec_L_SkirtSide_end_01_end + 3766765705: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_03 + 2811997713: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm/J_Bip_L_Hand/J_Bip_L_Middle1/J_Bip_L_Middle2/J_Bip_L_Middle3 + 3703309578: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_07/J_Sec_Hair2_07 + 2002161921: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_08 + 2593222804: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm/J_Bip_L_Hand/J_Bip_L_Thumb1/J_Bip_L_Thumb2 + 3789305879: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg/J_Sec_R_SkirtFront_01/J_Sec_R_SkirtFront_end_01 + 1703018608: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg/J_Sec_L_SkirtSide_01/J_Sec_L_SkirtSide_end_01 + 3066451557: Root + 3064108098: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm/J_Bip_R_Hand/J_Bip_R_Ring1/J_Bip_R_Ring2/J_Bip_R_Ring3 + 381148985: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm/J_Bip_R_Hand/J_Bip_R_Little1 + 336384083: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_08/J_Sec_Hair2_08/J_Sec_Hair3_08 + 1351224403: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_10/J_Sec_Hair2_10/J_Sec_Hair3_10/J_Sec_Hair3_10_end + 2815444144: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg/J_Sec_R_SkirtSide_01/J_Sec_R_SkirtSide_end_01 + 174576974: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg/J_Sec_R_SkirtBack_01/J_Sec_R_SkirtBack_end_01/J_Sec_R_SkirtBack_end_01_end + 395385060: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_11 + 985907531: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg/J_Sec_L_SkirtBack_01/J_Sec_L_SkirtBack_end_01/J_Sec_L_SkirtBack_end_01_end + 3157118962: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg/J_Sec_L_SkirtFront0_01/J_Sec_L_SkirtFront1_01/J_Sec_L_SkirtFront2_01/J_Sec_L_SkirtFront2_end_01 + 3706314754: Root/J_Bip_C_Hips/J_Sec_R_SkirtSide0_01/J_Sec_R_SkirtSide1_01/J_Sec_R_SkirtSide2_01/J_Sec_R_SkirtSide2_end_01 + 3209342262: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm/J_Bip_L_Hand/J_Bip_L_Thumb1 + 1259307586: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg/J_Sec_L_SkirtSide_01 + 2073732236: Body + 2362878606: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm/J_Bip_R_Hand/J_Bip_R_Thumb1/J_Bip_R_Thumb2 + 2190742565: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm/J_Bip_L_Hand/J_Sec_L_TipSleeve_01 + 302943063: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg + 4277321169: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_17 + 2186887057: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_06/J_Sec_Hair2_06/J_Sec_Hair3_06 + 1684056571: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg/J_Sec_R_SkirtFront_01 + 2164424409: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm/J_Bip_L_Hand/J_Bip_L_Middle1 + 1310819377: Root/J_Bip_C_Hips/J_Sec_R_SkirtSide0_01/J_Sec_R_SkirtSide1_01/J_Sec_R_SkirtSide2_01/J_Sec_R_SkirtSide2_end_01/J_Sec_R_SkirtSide2_end_01_end + 1322720258: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_15/J_Sec_Hair2_15/J_Sec_Hair3_15 + 406077639: Root/J_Bip_C_Hips/J_Sec_L_SkirtSide0_01/J_Sec_L_SkirtSide1_01/J_Sec_L_SkirtSide2_01/J_Sec_L_SkirtSide2_end_01/J_Sec_L_SkirtSide2_end_01_end + 3731027684: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_19/J_Sec_Hair2_19/J_Sec_Hair3_19/J_Sec_Hair3_19_end + 2907216216: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Sec_R_Bust1/J_Sec_R_Bust2 + 2438821782: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_13/J_Sec_Hair2_13 + 2067268032: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm/J_Bip_R_Hand/J_Sec_R_TipSleeve_01/J_Sec_R_TipSleeve_end_01 + 565240746: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_05/J_Sec_Hair2_05/J_Sec_Hair3_05 + 226648992: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_15/J_Sec_Hair2_15/J_Sec_Hair3_15/J_Sec_Hair3_15_end + 2624567210: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_04/J_Sec_Hair2_04/J_Sec_Hair3_04/J_Sec_Hair4_04/J_Sec_Hair4_04_end + 188315585: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm/J_Sec_R_LowerSleeve_01/J_Sec_R_LowerSleeve_end_01 + 2541975583: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_02 + 2412648420: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg/J_Bip_L_LowerLeg/J_Bip_L_Foot + 959107078: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg/J_Sec_L_SkirtBack0_01/J_Sec_L_SkirtBack1_01/J_Sec_L_SkirtBack2_01/J_Sec_L_SkirtBack2_end_01/J_Sec_L_SkirtBack2_end_01_end + 2235245732: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_19/J_Sec_Hair2_19 + 873086070: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg/J_Sec_L_SkirtBack_01 + 1211291281: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_12/J_Sec_Hair2_12 + 2244922043: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm/J_Sec_R_LowerSleeve_01/J_Sec_R_LowerSleeve_end_01/J_Sec_R_LowerSleeve_end_01_end + 3422213228: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_02/J_Sec_Hair2_02/J_Sec_Hair3_02/J_Sec_Hair4_02/J_Sec_Hair5_02/J_Sec_Hair5_02_end + 2965458551: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm/J_Bip_R_Hand + 3558881564: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Sec_L_Bust1 + 3097079762: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_02/J_Sec_Hair2_02/J_Sec_Hair3_02/J_Sec_Hair4_02 + 2499231161: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Sec_L_Bust1/J_Sec_L_Bust2/J_Sec_L_Bust2_end + 4072675904: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_14/J_Sec_Hair2_14 + 1692557707: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg/J_Sec_R_SkirtFront0_01/J_Sec_R_SkirtFront1_01/J_Sec_R_SkirtFront2_01/J_Sec_R_SkirtFront2_end_01/J_Sec_R_SkirtFront2_end_01_end + 3270082465: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_08/J_Sec_Hair2_08 + 2054382403: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg/J_Sec_L_SkirtFront_01 + 563909342: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_10/J_Sec_Hair2_10 + 1190858285: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle + 1174341030: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_01/J_Sec_Hair2_01/J_Sec_Hair3_01/J_Sec_Hair4_01/J_Sec_Hair5_01/J_Sec_Hair6_01/J_Sec_Hair6_01_end + 2136880292: Root/J_Bip_C_Hips + 461823654: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_09/J_Sec_Hair2_09 + 573333733: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg/J_Sec_L_SkirtFront0_01/J_Sec_L_SkirtFront1_01 + 1820188738: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_04/J_Sec_Hair2_04 + 4130908796: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_04/J_Sec_Hair2_04/J_Sec_Hair3_04 + 2900583981: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_19/J_Sec_Hair2_19/J_Sec_Hair3_19 + 2770785369: Face + 3197178968: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm/J_Bip_L_Hand/J_Bip_L_Middle1/J_Bip_L_Middle2 + 640871652: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg/J_Sec_R_SkirtBack_01 + 3322060054: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_08/J_Sec_Hair2_08/J_Sec_Hair3_08/J_Sec_Hair3_08_end + 166194620: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_05 + 1850581056: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_18 + 3507665317: Root/J_Bip_C_Hips/J_Sec_R_SkirtSide0_01/J_Sec_R_SkirtSide1_01/J_Sec_R_SkirtSide2_01 + 0: + 2416115331: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg/J_Sec_R_SkirtFront0_01 + 100527075: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_12/J_Sec_Hair2_12/J_Sec_Hair3_12 + 3011920101: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_01/J_Sec_Hair2_01/J_Sec_Hair3_01/J_Sec_Hair4_01/J_Sec_Hair5_01 + 317819110: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest + 1211440975: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm/J_Bip_L_Hand/J_Bip_L_Ring1/J_Bip_L_Ring2/J_Bip_L_Ring3 + 395097456: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm/J_Bip_L_Hand/J_Bip_L_Little1 + 1736610682: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm/J_Sec_L_LowerSleeve_01 + 1496797904: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg/J_Sec_R_SkirtSide_01 + 56322955: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg/J_Sec_L_SkirtBack0_01 + 2180915214: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg/J_Bip_R_LowerLeg/J_Bip_R_Foot + 1233944864: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm/J_Sec_R_LowerSleeve_01 + 375580458: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_02/J_Sec_Hair2_02/J_Sec_Hair3_02/J_Sec_Hair4_02/J_Sec_Hair5_02 + 3452627499: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_18/J_Sec_Hair2_18/J_Sec_Hair3_18/J_Sec_Hair3_18_end + 3138913460: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Adj_L_FaceEye + 1620453490: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_10 + 1549043107: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_18/J_Sec_Hair2_18 + 1351590373: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg/J_Sec_R_SkirtBack0_01/J_Sec_R_SkirtBack1_01/J_Sec_R_SkirtBack2_01/J_Sec_R_SkirtBack2_end_01 + 1439790663: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_07/J_Sec_Hair2_07/J_Sec_Hair3_07 + 3743063383: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Adj_R_FaceEye + 985041391: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_17/J_Sec_Hair2_17/J_Sec_Hair3_17 + 1012850073: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm/J_Bip_R_Hand/J_Bip_R_Little1/J_Bip_R_Little2/J_Bip_R_Little3 + 1788482635: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_02/J_Sec_Hair2_02/J_Sec_Hair3_02 + 964314865: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_16/J_Sec_Hair2_16/J_Sec_Hair3_16/J_Sec_Hair3_16_end + 4003749906: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg/J_Bip_R_LowerLeg/J_Bip_R_Foot/J_Bip_R_ToeBase + 3683127337: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg/J_Sec_R_SkirtSide_01/J_Sec_R_SkirtSide_end_01/J_Sec_R_SkirtSide_end_01_end + 1584097983: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm/J_Bip_L_Hand/J_Bip_L_Thumb1/J_Bip_L_Thumb2/J_Bip_L_Thumb3 + 42098839: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Sec_L_Bust1/J_Sec_L_Bust2 + 3044949467: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest + 889106634: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg/J_Sec_R_SkirtFront_01/J_Sec_R_SkirtFront_end_01/J_Sec_R_SkirtFront_end_01_end + 3573454745: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm/J_Bip_L_Hand/J_Sec_L_TipSleeve_01/J_Sec_L_TipSleeve_end_01 + 487207264: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg/J_Sec_L_SkirtFront0_01/J_Sec_L_SkirtFront1_01/J_Sec_L_SkirtFront2_01 + 555363587: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_07/J_Sec_Hair2_07/J_Sec_Hair3_07/J_Sec_Hair3_07_end + 2573161940: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_14/J_Sec_Hair2_14/J_Sec_Hair3_14 + 563793185: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Sec_R_Bust1/J_Sec_R_Bust2/J_Sec_R_Bust2_end + 1599201911: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm/J_Bip_R_Hand/J_Bip_R_Thumb1 + 2314571079: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_16 + 3280247173: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_09/J_Sec_Hair2_09/J_Sec_Hair3_09 + 728316428: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg + 305941538: Root/J_Bip_C_Hips/J_Sec_L_SkirtSide0_01/J_Sec_L_SkirtSide1_01 + 4294921934: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_04/J_Sec_Hair2_04/J_Sec_Hair3_04/J_Sec_Hair4_04 + 3747768667: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm/J_Bip_L_Hand/J_Bip_L_Ring1/J_Bip_L_Ring2 + 506101615: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_14/J_Sec_Hair2_14/J_Sec_Hair3_14/J_Sec_Hair3_14_end + 407801068: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm/J_Bip_L_Hand/J_Bip_L_Little1/J_Bip_L_Little2 + 2874361606: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm + 2045097404: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg/J_Sec_L_SkirtBack_01/J_Sec_L_SkirtBack_end_01 + 630613340: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg/J_Sec_L_SkirtFront_01/J_Sec_L_SkirtFront_end_01 + 2786342872: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_11/J_Sec_Hair2_11/J_Sec_Hair3_11 + 718428734: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_17/J_Sec_Hair2_17/J_Sec_Hair3_17/J_Sec_Hair3_17_end + 2317575035: Root/J_Bip_C_Hips/J_Sec_R_SkirtSide0_01 + 732937031: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_15/J_Sec_Hair2_15 + 490718561: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg/J_Bip_L_LowerLeg/J_Bip_L_Foot/J_Bip_L_ToeBase + 4187978184: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_13 + 1777957277: Root/J_Bip_C_Hips/J_Bip_C_Spine + 1906081294: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_10/J_Sec_Hair2_10/J_Sec_Hair3_10 + 2607701519: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_16/J_Sec_Hair2_16 + 3365707631: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm + 2431564806: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_06 + 2392344926: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_12 + 3991215231: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm/J_Bip_R_Hand/J_Bip_R_Index1/J_Bip_R_Index2/J_Bip_R_Index3 + 243935653: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_01 + 677580999: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck + 97756173: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_06/J_Sec_Hair2_06 + 2958663727: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg/J_Sec_R_SkirtFront0_01/J_Sec_R_SkirtFront1_01/J_Sec_R_SkirtFront2_01 + 3149394300: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg/J_Sec_R_SkirtBack_01/J_Sec_R_SkirtBack_end_01 + 2977252379: Root/J_Bip_C_Hips/J_Sec_R_SkirtSide0_01/J_Sec_R_SkirtSide1_01 + m_HumanDescription: + serializedVersion: 3 + m_Human: + - m_BoneName: J_Bip_C_Hips + m_HumanName: Hips + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_UpperLeg + m_HumanName: LeftUpperLeg + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_UpperLeg + m_HumanName: RightUpperLeg + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_LowerLeg + m_HumanName: LeftLowerLeg + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_LowerLeg + m_HumanName: RightLowerLeg + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_Foot + m_HumanName: LeftFoot + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_Foot + m_HumanName: RightFoot + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_ToeBase + m_HumanName: LeftToes + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_ToeBase + m_HumanName: RightToes + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_C_Spine + m_HumanName: Spine + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_C_Chest + m_HumanName: Chest + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_C_UpperChest + m_HumanName: UpperChest + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_C_Neck + m_HumanName: Neck + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_C_Head + m_HumanName: Head + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Adj_L_FaceEye + m_HumanName: LeftEye + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Adj_R_FaceEye + m_HumanName: RightEye + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_Clavicle + m_HumanName: LeftShoulder + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_Clavicle + m_HumanName: RightShoulder + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_UpperArm + m_HumanName: LeftUpperArm + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_UpperArm + m_HumanName: RightUpperArm + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_LowerArm + m_HumanName: LeftLowerArm + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_LowerArm + m_HumanName: RightLowerArm + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_Hand + m_HumanName: LeftHand + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_Hand + m_HumanName: RightHand + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_Thumb1 + m_HumanName: Left Thumb Proximal + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_Thumb2 + m_HumanName: Left Thumb Intermediate + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_Thumb3 + m_HumanName: Left Thumb Distal + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_Index1 + m_HumanName: Left Index Proximal + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_Index2 + m_HumanName: Left Index Intermediate + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_Index3 + m_HumanName: Left Index Distal + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_Middle1 + m_HumanName: Left Middle Proximal + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_Middle2 + m_HumanName: Left Middle Intermediate + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_Middle3 + m_HumanName: Left Middle Distal + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_Ring1 + m_HumanName: Left Ring Proximal + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_Ring2 + m_HumanName: Left Ring Intermediate + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_Ring3 + m_HumanName: Left Ring Distal + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_Little1 + m_HumanName: Left Little Proximal + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_Little2 + m_HumanName: Left Little Intermediate + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_Little3 + m_HumanName: Left Little Distal + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_Thumb1 + m_HumanName: Right Thumb Proximal + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_Thumb2 + m_HumanName: Right Thumb Intermediate + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_Thumb3 + m_HumanName: Right Thumb Distal + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_Index1 + m_HumanName: Right Index Proximal + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_Index2 + m_HumanName: Right Index Intermediate + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_Index3 + m_HumanName: Right Index Distal + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_Middle1 + m_HumanName: Right Middle Proximal + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_Middle2 + m_HumanName: Right Middle Intermediate + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_Middle3 + m_HumanName: Right Middle Distal + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_Ring1 + m_HumanName: Right Ring Proximal + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_Ring2 + m_HumanName: Right Ring Intermediate + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_Ring3 + m_HumanName: Right Ring Distal + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_Little1 + m_HumanName: Right Little Proximal + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_Little2 + m_HumanName: Right Little Intermediate + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_Little3 + m_HumanName: Right Little Distal + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + m_Skeleton: + - m_Name: Female1_withBodyTracking + m_ParentName: + m_Position: {x: 0, y: 0, z: 0} + m_Rotation: {x: 0, y: 0, z: 0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: Body + m_ParentName: + m_Position: {x: 0, y: 0, z: 0} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: Face + m_ParentName: + m_Position: {x: 0, y: 0, z: 0} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: Hair + m_ParentName: + m_Position: {x: 0, y: 0, z: 0} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: Root + m_ParentName: + m_Position: {x: 0, y: 0, z: 0} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_C_Hips + m_ParentName: + m_Position: {x: 0, y: 0.93650174, z: 0.0036878982} + m_Rotation: {x: 0, y: 0, z: 0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_C_Spine + m_ParentName: + m_Position: {x: 5.948816e-32, y: 0.050968885, z: 0.012252513} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_C_Chest + m_ParentName: + m_Position: {x: -2.0149595e-17, y: 0.110621214, z: 0.0029853042} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_C_UpperChest + m_ParentName: + m_Position: {x: 2.9083892e-17, y: 0.10536587, z: -0.014336677} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_C_Neck + m_ParentName: + m_Position: {x: 9.127545e-17, y: 0.1294887, z: -0.03754457} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_C_Head + m_ParentName: + m_Position: {x: 0.000000005196695, y: 0.075594306, z: 0.009783598} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Adj_L_FaceEye + m_ParentName: + m_Position: {x: -0.014784996, y: 0.06125927, z: 0.022221765} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Adj_R_FaceEye + m_ParentName: + m_Position: {x: 0.014784982, y: 0.06125927, z: 0.022221772} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair1_01 + m_ParentName: + m_Position: {x: 0.0060543846, y: 0.19155574, z: -0.11623336} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair2_01 + m_ParentName: + m_Position: {x: -0.0032195332, y: -0.09500408, z: -0.029305004} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_01 + m_ParentName: + m_Position: {x: -0.003834067, y: -0.09629369, z: -0.024558365} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair4_01 + m_ParentName: + m_Position: {x: -0.0045603532, y: -0.0975678, z: -0.01879552} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair5_01 + m_ParentName: + m_Position: {x: -0.004833374, y: -0.097961664, z: -0.016576946} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair6_01 + m_ParentName: + m_Position: {x: -0.004801523, y: -0.09791851, z: -0.016837388} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair6_01_end + m_ParentName: + m_Position: {x: -0.0033789221, y: -0.06890714, z: -0.011848748} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair1_02 + m_ParentName: + m_Position: {x: -0.023998903, y: 0.17999744, z: -0.09226433} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair2_02 + m_ParentName: + m_Position: {x: -0.017848196, y: -0.10116458, z: -0.025196552} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_02 + m_ParentName: + m_Position: {x: -0.019145628, y: -0.102164984, z: -0.019412987} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair4_02 + m_ParentName: + m_Position: {x: -0.020202043, y: -0.102792144, z: -0.014479518} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair5_02 + m_ParentName: + m_Position: {x: -0.020311652, y: -0.102844834, z: -0.013952583} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair5_02_end + m_ParentName: + m_Position: {x: -0.013444329, y: -0.06807315, z: -0.009235263} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair1_03 + m_ParentName: + m_Position: {x: 0.011216303, y: 0.19704938, z: -0.109584175} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair2_03 + m_ParentName: + m_Position: {x: 0.02504052, y: -0.09843135, z: -0.013009474} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_03 + m_ParentName: + m_Position: {x: 0.020819375, y: -0.09838283, z: -0.019334368} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair4_03 + m_ParentName: + m_Position: {x: 0.01747091, y: -0.09802544, z: -0.024187118} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair5_03 + m_ParentName: + m_Position: {x: 0.017163226, y: -0.097975254, z: -0.024624199} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair5_03_end + m_ParentName: + m_Position: {x: 0.011724673, y: -0.06692958, z: -0.016821474} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair1_04 + m_ParentName: + m_Position: {x: 0.09034192, y: 0.020739079, z: 0.013131157} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair2_04 + m_ParentName: + m_Position: {x: 0.0005200654, y: -0.052738905, z: 0.011005877} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_04 + m_ParentName: + m_Position: {x: -0.0051159784, y: -0.045720816, z: 0.02806885} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair4_04 + m_ParentName: + m_Position: {x: -0.017751932, y: -0.034382105, z: 0.036584526} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair4_04_end + m_ParentName: + m_Position: {x: -0.023335353, y: -0.045196176, z: 0.04809127} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair1_05 + m_ParentName: + m_Position: {x: -0.09037836, y: 0.018492937, z: 0.0131891295} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair2_05 + m_ParentName: + m_Position: {x: -0.00038973987, y: -0.051941752, z: 0.011532931} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_05 + m_ParentName: + m_Position: {x: 0.00504905, y: -0.04497254, z: 0.028033623} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair4_05 + m_ParentName: + m_Position: {x: 0.017956987, y: -0.033681393, z: 0.036034673} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair4_05_end + m_ParentName: + m_Position: {x: 0.0239464, y: -0.044915557, z: 0.048053756} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair1_06 + m_ParentName: + m_Position: {x: 0.0038271134, y: 0.10032368, z: 0.11484787} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair2_06 + m_ParentName: + m_Position: {x: -0.0114425, y: -0.038627625, z: -0.0029882044} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_06 + m_ParentName: + m_Position: {x: -0.023252435, y: -0.030773401, z: -0.0087142885} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_06_end + m_ParentName: + m_Position: {x: -0.04116246, y: -0.05447638, z: -0.015426412} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair1_07 + m_ParentName: + m_Position: {x: 0.09799406, y: 0.07294512, z: 0.038732037} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair2_07 + m_ParentName: + m_Position: {x: -0.008405648, y: -0.035627127, z: 0.0036858395} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_07 + m_ParentName: + m_Position: {x: -0.021355107, y: -0.028679848, z: 0.006578073} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_07_end + m_ParentName: + m_Position: {x: -0.041115865, y: -0.05521846, z: 0.012665033} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair1_08 + m_ParentName: + m_Position: {x: 0.1039162, y: 0.06665754, z: 0.01088972} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair2_08 + m_ParentName: + m_Position: {x: -0.012210831, y: -0.035097122, z: 0.0028314441} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_08 + m_ParentName: + m_Position: {x: -0.021619588, y: -0.029940248, z: -0.0024947487} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_08_end + m_ParentName: + m_Position: {x: -0.04088626, y: -0.05662203, z: -0.0047179908} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair1_09 + m_ParentName: + m_Position: {x: -0.103599615, y: 0.06952298, z: 0.010509707} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair2_09 + m_ParentName: + m_Position: {x: 0.011073269, y: -0.03683269, z: 0.00053985044} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_09 + m_ParentName: + m_Position: {x: 0.022228621, y: -0.03105092, z: -0.002774533} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_09_end + m_ParentName: + m_Position: {x: 0.040639482, y: -0.056768894, z: -0.005072549} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair1_10 + m_ParentName: + m_Position: {x: -0.09720296, y: 0.06601691, z: 0.038295604} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair2_10 + m_ParentName: + m_Position: {x: 0.008842394, y: -0.031521797, z: 0.0020156577} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_10 + m_ParentName: + m_Position: {x: 0.019210495, y: -0.025567174, z: 0.0049108267} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_10_end + m_ParentName: + m_Position: {x: 0.041562013, y: -0.05531466, z: 0.010624602} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair1_11 + m_ParentName: + m_Position: {x: -0.08736309, y: 0.061727047, z: -0.078165144} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair2_11 + m_ParentName: + m_Position: {x: 0.0076676607, y: -0.034651995, z: 0.0029347688} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_11 + m_ParentName: + m_Position: {x: 0.017155953, y: -0.030285716, z: 0.006837338} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_11_end + m_ParentName: + m_Position: {x: 0.033854835, y: -0.059764504, z: 0.01349251} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair1_12 + m_ParentName: + m_Position: {x: 0.003668399, y: 0.074970245, z: -0.12469099} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair2_12 + m_ParentName: + m_Position: {x: 0.00081768166, y: -0.04406452, z: 0.00985533} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_12 + m_ParentName: + m_Position: {x: 0.008002964, y: -0.039358377, z: 0.020634204} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_12_end + m_ParentName: + m_Position: {x: 0.012406546, y: -0.06101513, z: 0.031988047} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair1_13 + m_ParentName: + m_Position: {x: 0.092061795, y: 0.06233096, z: -0.07076192} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair2_13 + m_ParentName: + m_Position: {x: -0.006141573, y: -0.036583662, z: 0.006459132} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_13 + m_ParentName: + m_Position: {x: -0.012260839, y: -0.03093195, z: 0.017225683} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_13_end + m_ParentName: + m_Position: {x: -0.022906553, y: -0.057789207, z: 0.032182217} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair1_14 + m_ParentName: + m_Position: {x: -0.038898736, y: -0.019448876, z: -0.040619954} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair2_14 + m_ParentName: + m_Position: {x: 0.0060002767, y: -0.018793583, z: -0.0030941814} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_14 + m_ParentName: + m_Position: {x: 0.0022521075, y: -0.019284606, z: -0.0043754727} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_14_end + m_ParentName: + m_Position: {x: 0.007920966, y: -0.06782651, z: -0.015389115} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair1_15 + m_ParentName: + m_Position: {x: -0.010106603, y: -0.004513502, z: -0.068655685} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair2_15 + m_ParentName: + m_Position: {x: 0.0025522728, y: -0.030941367, z: 0.011916444} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_15 + m_ParentName: + m_Position: {x: 0.0056611383, y: -0.03245902, z: -0.0000307858} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_15_end + m_ParentName: + m_Position: {x: 0.01202706, y: -0.068959, z: -0.0000654012} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair1_16 + m_ParentName: + m_Position: {x: 0.04439354, y: -0.011398077, z: -0.0384506} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair2_16 + m_ParentName: + m_Position: {x: -0.0067237467, y: -0.024332285, z: 0.0013642758} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_16 + m_ParentName: + m_Position: {x: -0.0070233773, y: -0.021796703, z: -0.011003256} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_16_end + m_ParentName: + m_Position: {x: -0.019350724, y: -0.060054064, z: -0.030316055} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair1_17 + m_ParentName: + m_Position: {x: 0.06916933, y: 0.09241533, z: 0.08386295} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair2_17 + m_ParentName: + m_Position: {x: 0.00031793863, y: -0.031071424, z: -0.003433995} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_17 + m_ParentName: + m_Position: {x: -0.010192722, y: -0.029346943, z: 0.0015152171} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_17_end + m_ParentName: + m_Position: {x: -0.022939213, y: -0.066046715, z: 0.0034100711} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair1_18 + m_ParentName: + m_Position: {x: -0.030270243, y: 0.11486733, z: 0.109852746} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair2_18 + m_ParentName: + m_Position: {x: -0.03878224, y: -0.035150647, z: -0.012748048} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_18 + m_ParentName: + m_Position: {x: -0.040310033, y: -0.00279212, z: -0.033838585} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_18_end + m_ParentName: + m_Position: {x: -0.053538345, y: -0.0037083626, z: -0.0449432} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair1_19 + m_ParentName: + m_Position: {x: -0.06878384, y: 0.095115304, z: 0.084242165} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair2_19 + m_ParentName: + m_Position: {x: -0.00079639256, y: -0.0322783, z: -0.0035905913} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_19 + m_ParentName: + m_Position: {x: 0.013975155, y: -0.027860403, z: 0.006449461} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_19_end + m_ParentName: + m_Position: {x: 0.030734617, y: -0.06127155, z: 0.014183879} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_Clavicle + m_ParentName: + m_Position: {x: -0.020808386, y: 0.1034497, z: -0.02933467} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_UpperArm + m_ParentName: + m_Position: {x: -0.06679835, y: -0.0100136995, z: 0.000000014901161} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_LowerArm + m_ParentName: + m_Position: {x: -0.21410698, y: 0, z: 0} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_Hand + m_ParentName: + m_Position: {x: -0.19947156, y: 0.0000023841858, z: 0.00036800653} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_Index1 + m_ParentName: + m_Position: {x: -0.060842276, y: 0.007224083, z: 0.019240757} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_Index2 + m_ParentName: + m_Position: {x: -0.030905277, y: 0, z: -0.0006325543} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_Index3 + m_ParentName: + m_Position: {x: -0.019009352, y: -0.0005789995, z: -0.0007722862} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_Little1 + m_ParentName: + m_Position: {x: -0.056770742, y: 0.007224083, z: -0.028558226} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_Little2 + m_ParentName: + m_Position: {x: -0.02921474, y: 0, z: 0.000000014901161} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_Little3 + m_ParentName: + m_Position: {x: -0.016837686, y: 0.00000011920929, z: -0.000000022351742} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_Middle1 + m_ParentName: + m_Position: {x: -0.06167108, y: 0.007224202, z: 0.0020036474} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_Middle2 + m_ParentName: + m_Position: {x: -0.03443119, y: -0.00000011920929, z: 0.000000007450581} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_Middle3 + m_ParentName: + m_Position: {x: -0.021241367, y: 0.00000011920929, z: -0.000000007450581} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_Ring1 + m_ParentName: + m_Position: {x: -0.060968697, y: 0.007224083, z: -0.01330054} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_Ring2 + m_ParentName: + m_Position: {x: -0.03193912, y: 0, z: -0.000000014901161} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_Ring3 + m_ParentName: + m_Position: {x: -0.01843214, y: 0, z: 0} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_Thumb1 + m_ParentName: + m_Position: {x: -0.0032740831, y: -0.0097965, z: 0.01562553} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_Thumb2 + m_ParentName: + m_Position: {x: -0.032867372, y: -0.0020189285, z: 0.029622039} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_Thumb3 + m_ParentName: + m_Position: {x: -0.02096486, y: -0.0009496212, z: 0.017276319} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_TipSleeve_01 + m_ParentName: + m_Position: {x: 0.004469067, y: -0.015556693, z: -0.008071767} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_TipSleeve_end_01 + m_ParentName: + m_Position: {x: -0.042382568, y: -0.0041464567, z: -0.0023704246} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_TipSleeve_end_01_end + m_ParentName: + m_Position: {x: -0.06955972, y: -0.0068053007, z: -0.0038904175} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_LowerSleeve_01 + m_ParentName: + m_Position: {x: -0.09607756, y: -0.019597769, z: 0.0024976358} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_LowerSleeve_end_01 + m_ParentName: + m_Position: {x: -0.0049577653, y: -0.07610023, z: 0.0052430034} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_LowerSleeve_end_01_end + m_ParentName: + m_Position: {x: -0.0045399964, y: -0.06968737, z: 0.004801186} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_Clavicle + m_ParentName: + m_Position: {x: 0.020808386, y: 0.1034497, z: -0.02933467} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_UpperArm + m_ParentName: + m_Position: {x: 0.06679835, y: -0.0100136995, z: 0.000000014901161} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_LowerArm + m_ParentName: + m_Position: {x: 0.21410698, y: 0, z: 0} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_Hand + m_ParentName: + m_Position: {x: 0.19947156, y: 0.0000023841858, z: 0.00036800653} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_Index1 + m_ParentName: + m_Position: {x: 0.060842276, y: 0.007224083, z: 0.019240757} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_Index2 + m_ParentName: + m_Position: {x: 0.030905277, y: 0, z: -0.0006325543} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_Index3 + m_ParentName: + m_Position: {x: 0.019009352, y: -0.0005789995, z: -0.0007722862} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_Little1 + m_ParentName: + m_Position: {x: 0.056770742, y: 0.007224083, z: -0.028558226} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_Little2 + m_ParentName: + m_Position: {x: 0.02921474, y: 0, z: 0.000000014901161} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_Little3 + m_ParentName: + m_Position: {x: 0.016837686, y: 0.00000011920929, z: -0.000000022351742} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_Middle1 + m_ParentName: + m_Position: {x: 0.06167108, y: 0.007224202, z: 0.0020036474} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_Middle2 + m_ParentName: + m_Position: {x: 0.03443119, y: -0.00000011920929, z: 0.000000007450581} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_Middle3 + m_ParentName: + m_Position: {x: 0.021241367, y: 0.00000011920929, z: -0.000000007450581} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_Ring1 + m_ParentName: + m_Position: {x: 0.060968697, y: 0.007224083, z: -0.01330054} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_Ring2 + m_ParentName: + m_Position: {x: 0.03193912, y: 0, z: -0.000000014901161} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_Ring3 + m_ParentName: + m_Position: {x: 0.01843214, y: 0, z: 0} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_Thumb1 + m_ParentName: + m_Position: {x: 0.0032740831, y: -0.0097965, z: 0.01562553} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_Thumb2 + m_ParentName: + m_Position: {x: 0.032867372, y: -0.0020189285, z: 0.029622039} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_Thumb3 + m_ParentName: + m_Position: {x: 0.02096486, y: -0.0009496212, z: 0.017276319} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_TipSleeve_01 + m_ParentName: + m_Position: {x: -0.004469067, y: -0.015556693, z: -0.008071767} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_TipSleeve_end_01 + m_ParentName: + m_Position: {x: 0.042382568, y: -0.0041464567, z: -0.0023704246} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_TipSleeve_end_01_end + m_ParentName: + m_Position: {x: 0.06955972, y: -0.0068053007, z: -0.0038904175} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_LowerSleeve_01 + m_ParentName: + m_Position: {x: 0.09607756, y: -0.019597769, z: 0.0024976358} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_LowerSleeve_end_01 + m_ParentName: + m_Position: {x: 0.0049577653, y: -0.07610023, z: 0.0052430034} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_LowerSleeve_end_01_end + m_ParentName: + m_Position: {x: 0.0045399964, y: -0.06968737, z: 0.004801186} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_Bust1 + m_ParentName: + m_Position: {x: -0.051190045, y: -0.007102847, z: 0.067519896} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_Bust2 + m_ParentName: + m_Position: {x: -0.015037615, y: 0.0036982298, z: 0.030056074} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_Bust2_end + m_ParentName: + m_Position: {x: -0.031132981, y: 0.0076565742, z: 0.062226303} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_Bust1 + m_ParentName: + m_Position: {x: 0.051190045, y: -0.007102847, z: 0.067519896} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_Bust2 + m_ParentName: + m_Position: {x: 0.015037615, y: 0.0036982298, z: 0.030056074} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_Bust2_end + m_ParentName: + m_Position: {x: 0.031132981, y: 0.0076565742, z: 0.062226303} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_UpperLeg + m_ParentName: + m_Position: {x: -0.07168864, y: -0.03872311, z: -0.0035527977} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_LowerLeg + m_ParentName: + m_Position: {x: 0.000000014901161, y: -0.3756488, z: -0.010205619} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_Foot + m_ParentName: + m_Position: {x: 0, y: -0.4251067, z: -0.023510326} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_ToeBase + m_ParentName: + m_Position: {x: 0, y: -0.0613662, z: 0.09755388} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtBack0_01 + m_ParentName: + m_Position: {x: -0.00051371753, y: 0.03553772, z: -0.12787059} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtBack1_01 + m_ParentName: + m_Position: {x: 0, y: 0, z: 0} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtBack2_01 + m_ParentName: + m_Position: {x: -0.0321839, y: -0.12671971, z: -0.05308689} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtBack2_end_01 + m_ParentName: + m_Position: {x: -0.031471446, y: -0.1283117, z: -0.04816988} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtBack2_end_01_end + m_ParentName: + m_Position: {x: -0.015666068, y: -0.06387186, z: -0.023978308} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtBack_01 + m_ParentName: + m_Position: {x: 0.002153173, y: -0.040513754, z: -0.11518712} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtBack_end_01 + m_ParentName: + m_Position: {x: -0.00886596, y: -0.08771938, z: -0.013875127} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtBack_end_01_end + m_ParentName: + m_Position: {x: -0.006953582, y: -0.06879842, z: -0.010882273} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtFront0_01 + m_ParentName: + m_Position: {x: 0.0041720867, y: 0.0041890144, z: 0.14196625} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtFront1_01 + m_ParentName: + m_Position: {x: 0, y: 0, z: 0} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtFront2_01 + m_ParentName: + m_Position: {x: -0.022604093, y: -0.12880695, z: 0.019534513} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtFront2_end_01 + m_ParentName: + m_Position: {x: -0.02736549, y: -0.15725672, z: 0.024203286} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtFront2_end_01_end + m_ParentName: + m_Position: {x: -0.011865273, y: -0.0681842, z: 0.0104941875} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtFront_01 + m_ParentName: + m_Position: {x: 0.00864964, y: -0.05833465, z: 0.12072687} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtFront_end_01 + m_ParentName: + m_Position: {x: -0.008657336, y: -0.096174896, z: -0.0006926805} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtFront_end_01_end + m_ParentName: + m_Position: {x: -0.006275624, y: -0.069716334, z: -0.000502117} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtSide_01 + m_ParentName: + m_Position: {x: -0.10469708, y: -0.04024589, z: 0.003496936} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtSide_end_01 + m_ParentName: + m_Position: {x: -0.026975378, y: -0.09512514, z: -0.010761733} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtSide_end_01_end + m_ParentName: + m_Position: {x: -0.018985301, y: -0.06694919, z: -0.0075741177} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_UpperLeg + m_ParentName: + m_Position: {x: 0.07168864, y: -0.03872311, z: -0.0035527977} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_LowerLeg + m_ParentName: + m_Position: {x: -0.000000014901161, y: -0.3756488, z: -0.010205619} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_Foot + m_ParentName: + m_Position: {x: 0, y: -0.4251067, z: -0.023510326} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_ToeBase + m_ParentName: + m_Position: {x: 0, y: -0.0613662, z: 0.09755388} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtBack0_01 + m_ParentName: + m_Position: {x: 0.00051373243, y: 0.03553754, z: -0.12787092} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtBack1_01 + m_ParentName: + m_Position: {x: 0, y: 0, z: 0} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtBack2_01 + m_ParentName: + m_Position: {x: 0.0321839, y: -0.12671995, z: -0.053086832} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtBack2_end_01 + m_ParentName: + m_Position: {x: 0.031471908, y: -0.12831116, z: -0.048169613} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtBack2_end_01_end + m_ParentName: + m_Position: {x: 0.01566635, y: -0.0638718, z: -0.023978248} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtBack_01 + m_ParentName: + m_Position: {x: -0.0021531358, y: -0.040513754, z: -0.11518711} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtBack_end_01 + m_ParentName: + m_Position: {x: 0.0068022385, y: -0.0878436, z: -0.01423265} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtBack_end_01_end + m_ParentName: + m_Position: {x: 0.005335167, y: -0.0688979, z: -0.011163011} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtFront0_01 + m_ParentName: + m_Position: {x: -0.0041720644, y: 0.0041888356, z: 0.14196649} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtFront1_01 + m_ParentName: + m_Position: {x: 0, y: 0, z: 0} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtFront2_01 + m_ParentName: + m_Position: {x: 0.022604086, y: -0.12880653, z: 0.019534424} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtFront2_end_01 + m_ParentName: + m_Position: {x: 0.027364962, y: -0.1572566, z: 0.02420336} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtFront2_end_01_end + m_ParentName: + m_Position: {x: 0.011865057, y: -0.06818426, z: 0.010494232} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtFront_01 + m_ParentName: + m_Position: {x: -0.008878, y: -0.058356643, z: 0.12080709} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtFront_end_01 + m_ParentName: + m_Position: {x: 0.008391716, y: -0.096199274, z: -0.0005996004} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtFront_end_01_end + m_ParentName: + m_Position: {x: 0.006083064, y: -0.06973386, z: -0.00043464452} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtSide_01 + m_ParentName: + m_Position: {x: 0.10469708, y: -0.04024577, z: 0.0034969351} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtSide_end_01 + m_ParentName: + m_Position: {x: 0.026974961, y: -0.09512484, z: -0.010761726} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtSide_end_01_end + m_ParentName: + m_Position: {x: 0.018985078, y: -0.06694925, z: -0.007574144} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtSide0_01 + m_ParentName: + m_Position: {x: -0.1839734, y: -0.01717341, z: 0.008129962} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtSide1_01 + m_ParentName: + m_Position: {x: 0, y: 0, z: 0} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtSide2_01 + m_ParentName: + m_Position: {x: -0.04965982, y: -0.12537038, z: -0.007807067} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtSide2_end_01 + m_ParentName: + m_Position: {x: -0.040121317, y: -0.11963594, z: -0.0065027433} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtSide2_end_01_end + m_ParentName: + m_Position: {x: -0.022227585, y: -0.06627941, z: -0.0036025797} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtSide0_01 + m_ParentName: + m_Position: {x: 0.18397318, y: -0.017173588, z: 0.008129945} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtSide1_01 + m_ParentName: + m_Position: {x: 0, y: 0, z: 0} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtSide2_01 + m_ParentName: + m_Position: {x: 0.049659625, y: -0.12536985, z: -0.0078070783} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtSide2_end_01 + m_ParentName: + m_Position: {x: 0.040121317, y: -0.11963624, z: -0.0065027284} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtSide2_end_01_end + m_ParentName: + m_Position: {x: 0.022227526, y: -0.06627941, z: -0.003602563} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: secondary + m_ParentName: + m_Position: {x: 0, y: 0, z: 0} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + m_ArmTwist: 0.5 + m_ForeArmTwist: 0.5 + m_UpperLegTwist: 0.5 + m_LegTwist: 0.5 + m_ArmStretch: 0.05 + m_LegStretch: 0.05 + m_FeetSpacing: 0 + m_GlobalScale: 0 + m_RootMotionBoneName: + m_HasTranslationDoF: 0 + m_HasExtraRoot: 0 + m_SkeletonHasParents: 0 diff --git a/com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Arts/Female1_withBodyTracking.avatar.asset.meta b/com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Arts/Female1_withBodyTracking.avatar.asset.meta new file mode 100644 index 0000000..c084717 --- /dev/null +++ b/com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Arts/Female1_withBodyTracking.avatar.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d453ebaff8bdac64baaad756b9b24d9f +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 9000000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Arts/Female1_withVrmIK.avatar.asset b/com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Arts/Female1_withVrmIK.avatar.asset new file mode 100644 index 0000000..a91b22b --- /dev/null +++ b/com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Arts/Female1_withVrmIK.avatar.asset @@ -0,0 +1,4223 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!90 &9000000 +Avatar: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Female1_withVrmIK.avatar + m_AvatarSize: 34144 + m_Avatar: + serializedVersion: 3 + m_AvatarSkeleton: + data: + m_Node: + - m_ParentId: -1 + m_AxesId: -1 + - m_ParentId: 0 + m_AxesId: -1 + - m_ParentId: 0 + m_AxesId: -1 + - m_ParentId: 0 + m_AxesId: -1 + - m_ParentId: 0 + m_AxesId: -1 + - m_ParentId: 4 + m_AxesId: -1 + - m_ParentId: 5 + m_AxesId: -1 + - m_ParentId: 6 + m_AxesId: -1 + - m_ParentId: 7 + m_AxesId: -1 + - m_ParentId: 8 + m_AxesId: -1 + - m_ParentId: 9 + m_AxesId: -1 + - m_ParentId: 10 + m_AxesId: -1 + - m_ParentId: 10 + m_AxesId: -1 + - m_ParentId: 10 + m_AxesId: -1 + - m_ParentId: 13 + m_AxesId: -1 + - m_ParentId: 14 + m_AxesId: -1 + - m_ParentId: 15 + m_AxesId: -1 + - m_ParentId: 16 + m_AxesId: -1 + - m_ParentId: 17 + m_AxesId: -1 + - m_ParentId: 18 + m_AxesId: -1 + - m_ParentId: 10 + m_AxesId: -1 + - m_ParentId: 20 + m_AxesId: -1 + - m_ParentId: 21 + m_AxesId: -1 + - m_ParentId: 22 + m_AxesId: -1 + - m_ParentId: 23 + m_AxesId: -1 + - m_ParentId: 24 + m_AxesId: -1 + - m_ParentId: 10 + m_AxesId: -1 + - m_ParentId: 26 + m_AxesId: -1 + - m_ParentId: 27 + m_AxesId: -1 + - m_ParentId: 28 + m_AxesId: -1 + - m_ParentId: 29 + m_AxesId: -1 + - m_ParentId: 30 + m_AxesId: -1 + - m_ParentId: 10 + m_AxesId: -1 + - m_ParentId: 32 + m_AxesId: -1 + - m_ParentId: 33 + m_AxesId: -1 + - m_ParentId: 34 + m_AxesId: -1 + - m_ParentId: 35 + m_AxesId: -1 + - m_ParentId: 10 + m_AxesId: -1 + - m_ParentId: 37 + m_AxesId: -1 + - m_ParentId: 38 + m_AxesId: -1 + - m_ParentId: 39 + m_AxesId: -1 + - m_ParentId: 40 + m_AxesId: -1 + - m_ParentId: 10 + m_AxesId: -1 + - m_ParentId: 42 + m_AxesId: -1 + - m_ParentId: 43 + m_AxesId: -1 + - m_ParentId: 44 + m_AxesId: -1 + - m_ParentId: 10 + m_AxesId: -1 + - m_ParentId: 46 + m_AxesId: -1 + - m_ParentId: 47 + m_AxesId: -1 + - m_ParentId: 48 + m_AxesId: -1 + - m_ParentId: 10 + m_AxesId: -1 + - m_ParentId: 50 + m_AxesId: -1 + - m_ParentId: 51 + m_AxesId: -1 + - m_ParentId: 52 + m_AxesId: -1 + - m_ParentId: 10 + m_AxesId: -1 + - m_ParentId: 54 + m_AxesId: -1 + - m_ParentId: 55 + m_AxesId: -1 + - m_ParentId: 56 + m_AxesId: -1 + - m_ParentId: 10 + m_AxesId: -1 + - m_ParentId: 58 + m_AxesId: -1 + - m_ParentId: 59 + m_AxesId: -1 + - m_ParentId: 60 + m_AxesId: -1 + - m_ParentId: 10 + m_AxesId: -1 + - m_ParentId: 62 + m_AxesId: -1 + - m_ParentId: 63 + m_AxesId: -1 + - m_ParentId: 64 + m_AxesId: -1 + - m_ParentId: 10 + m_AxesId: -1 + - m_ParentId: 66 + m_AxesId: -1 + - m_ParentId: 67 + m_AxesId: -1 + - m_ParentId: 68 + m_AxesId: -1 + - m_ParentId: 10 + m_AxesId: -1 + - m_ParentId: 70 + m_AxesId: -1 + - m_ParentId: 71 + m_AxesId: -1 + - m_ParentId: 72 + m_AxesId: -1 + - m_ParentId: 10 + m_AxesId: -1 + - m_ParentId: 74 + m_AxesId: -1 + - m_ParentId: 75 + m_AxesId: -1 + - m_ParentId: 76 + m_AxesId: -1 + - m_ParentId: 10 + m_AxesId: -1 + - m_ParentId: 78 + m_AxesId: -1 + - m_ParentId: 79 + m_AxesId: -1 + - m_ParentId: 80 + m_AxesId: -1 + - m_ParentId: 10 + m_AxesId: -1 + - m_ParentId: 82 + m_AxesId: -1 + - m_ParentId: 83 + m_AxesId: -1 + - m_ParentId: 84 + m_AxesId: -1 + - m_ParentId: 10 + m_AxesId: -1 + - m_ParentId: 86 + m_AxesId: -1 + - m_ParentId: 87 + m_AxesId: -1 + - m_ParentId: 88 + m_AxesId: -1 + - m_ParentId: 10 + m_AxesId: -1 + - m_ParentId: 90 + m_AxesId: -1 + - m_ParentId: 91 + m_AxesId: -1 + - m_ParentId: 92 + m_AxesId: -1 + - m_ParentId: 10 + m_AxesId: -1 + - m_ParentId: 94 + m_AxesId: -1 + - m_ParentId: 95 + m_AxesId: -1 + - m_ParentId: 96 + m_AxesId: -1 + - m_ParentId: 8 + m_AxesId: -1 + - m_ParentId: 98 + m_AxesId: -1 + - m_ParentId: 99 + m_AxesId: -1 + - m_ParentId: 100 + m_AxesId: -1 + - m_ParentId: 101 + m_AxesId: -1 + - m_ParentId: 102 + m_AxesId: -1 + - m_ParentId: 103 + m_AxesId: -1 + - m_ParentId: 101 + m_AxesId: -1 + - m_ParentId: 105 + m_AxesId: -1 + - m_ParentId: 106 + m_AxesId: -1 + - m_ParentId: 101 + m_AxesId: -1 + - m_ParentId: 108 + m_AxesId: -1 + - m_ParentId: 109 + m_AxesId: -1 + - m_ParentId: 101 + m_AxesId: -1 + - m_ParentId: 111 + m_AxesId: -1 + - m_ParentId: 112 + m_AxesId: -1 + - m_ParentId: 101 + m_AxesId: -1 + - m_ParentId: 114 + m_AxesId: -1 + - m_ParentId: 115 + m_AxesId: -1 + - m_ParentId: 101 + m_AxesId: -1 + - m_ParentId: 117 + m_AxesId: -1 + - m_ParentId: 118 + m_AxesId: -1 + - m_ParentId: 100 + m_AxesId: -1 + - m_ParentId: 120 + m_AxesId: -1 + - m_ParentId: 121 + m_AxesId: -1 + - m_ParentId: 8 + m_AxesId: -1 + - m_ParentId: 123 + m_AxesId: -1 + - m_ParentId: 124 + m_AxesId: -1 + - m_ParentId: 125 + m_AxesId: -1 + - m_ParentId: 126 + m_AxesId: -1 + - m_ParentId: 127 + m_AxesId: -1 + - m_ParentId: 128 + m_AxesId: -1 + - m_ParentId: 126 + m_AxesId: -1 + - m_ParentId: 130 + m_AxesId: -1 + - m_ParentId: 131 + m_AxesId: -1 + - m_ParentId: 126 + m_AxesId: -1 + - m_ParentId: 133 + m_AxesId: -1 + - m_ParentId: 134 + m_AxesId: -1 + - m_ParentId: 126 + m_AxesId: -1 + - m_ParentId: 136 + m_AxesId: -1 + - m_ParentId: 137 + m_AxesId: -1 + - m_ParentId: 126 + m_AxesId: -1 + - m_ParentId: 139 + m_AxesId: -1 + - m_ParentId: 140 + m_AxesId: -1 + - m_ParentId: 126 + m_AxesId: -1 + - m_ParentId: 142 + m_AxesId: -1 + - m_ParentId: 143 + m_AxesId: -1 + - m_ParentId: 125 + m_AxesId: -1 + - m_ParentId: 145 + m_AxesId: -1 + - m_ParentId: 146 + m_AxesId: -1 + - m_ParentId: 8 + m_AxesId: -1 + - m_ParentId: 148 + m_AxesId: -1 + - m_ParentId: 149 + m_AxesId: -1 + - m_ParentId: 8 + m_AxesId: -1 + - m_ParentId: 151 + m_AxesId: -1 + - m_ParentId: 152 + m_AxesId: -1 + - m_ParentId: 5 + m_AxesId: -1 + - m_ParentId: 154 + m_AxesId: -1 + - m_ParentId: 155 + m_AxesId: -1 + - m_ParentId: 156 + m_AxesId: -1 + - m_ParentId: 154 + m_AxesId: -1 + - m_ParentId: 158 + m_AxesId: -1 + - m_ParentId: 159 + m_AxesId: -1 + - m_ParentId: 160 + m_AxesId: -1 + - m_ParentId: 161 + m_AxesId: -1 + - m_ParentId: 154 + m_AxesId: -1 + - m_ParentId: 163 + m_AxesId: -1 + - m_ParentId: 164 + m_AxesId: -1 + - m_ParentId: 154 + m_AxesId: -1 + - m_ParentId: 166 + m_AxesId: -1 + - m_ParentId: 167 + m_AxesId: -1 + - m_ParentId: 168 + m_AxesId: -1 + - m_ParentId: 169 + m_AxesId: -1 + - m_ParentId: 154 + m_AxesId: -1 + - m_ParentId: 171 + m_AxesId: -1 + - m_ParentId: 172 + m_AxesId: -1 + - m_ParentId: 154 + m_AxesId: -1 + - m_ParentId: 174 + m_AxesId: -1 + - m_ParentId: 175 + m_AxesId: -1 + - m_ParentId: 5 + m_AxesId: -1 + - m_ParentId: 177 + m_AxesId: -1 + - m_ParentId: 178 + m_AxesId: -1 + - m_ParentId: 179 + m_AxesId: -1 + - m_ParentId: 177 + m_AxesId: -1 + - m_ParentId: 181 + m_AxesId: -1 + - m_ParentId: 182 + m_AxesId: -1 + - m_ParentId: 183 + m_AxesId: -1 + - m_ParentId: 184 + m_AxesId: -1 + - m_ParentId: 177 + m_AxesId: -1 + - m_ParentId: 186 + m_AxesId: -1 + - m_ParentId: 187 + m_AxesId: -1 + - m_ParentId: 177 + m_AxesId: -1 + - m_ParentId: 189 + m_AxesId: -1 + - m_ParentId: 190 + m_AxesId: -1 + - m_ParentId: 191 + m_AxesId: -1 + - m_ParentId: 192 + m_AxesId: -1 + - m_ParentId: 177 + m_AxesId: -1 + - m_ParentId: 194 + m_AxesId: -1 + - m_ParentId: 195 + m_AxesId: -1 + - m_ParentId: 177 + m_AxesId: -1 + - m_ParentId: 197 + m_AxesId: -1 + - m_ParentId: 198 + m_AxesId: -1 + - m_ParentId: 5 + m_AxesId: -1 + - m_ParentId: 200 + m_AxesId: -1 + - m_ParentId: 201 + m_AxesId: -1 + - m_ParentId: 202 + m_AxesId: -1 + - m_ParentId: 203 + m_AxesId: -1 + - m_ParentId: 5 + m_AxesId: -1 + - m_ParentId: 205 + m_AxesId: -1 + - m_ParentId: 206 + m_AxesId: -1 + - m_ParentId: 207 + m_AxesId: -1 + - m_ParentId: 208 + m_AxesId: -1 + - m_ParentId: 0 + m_AxesId: -1 + m_ID: 000000008ca49a7b59d426a527cec53c6556c6b6a4345e7f9d79f969db3d7eb5e688f112c7106328fe0c1055b40418bb579d1adfa5298a0edbc94e6670c873c95cdf2a9be54086b369b4a771a605ff451f788397932c8fd64b149a6ad2af99b82ae762166cd4facb894884e0948de00f9d5d12bd977dd8105078eec350029f442adde07e42e07d6c7caa38f6ce4effffaab76f9cbcede709454112b5aae3b0218b9cbe5783f92d0f06bcee900da4d305913f5982cc31b232908ce9e70a05bcdc4776d155032d1a2101915677a17fe9c253d00c14169d02c697a15100a6de861b859984c3d981aad572289660de929c210e7e9c71530c8a50e4189117d933f3f8d83714a69c1022435e49988e91d63248e3ebfd05cd35da77c8799ff996775d9135a275d2022972646becfb67401ac0f2d4555f996f7f2a1efddcfc1047bbaf2b021cd74ea063820d478df5890f5e6e9b39c03eedf1467a39d1bdf2fe08ff0142ef89b63a3e5ad22a40a04d6ea385545cfb2f6b7b2beacacdd6904a19a4243b852d66e3ace4f662de76bf9c7f6f9f9cc8bb0e4b0be42785794ad2d9d9f85d986d34fc2df270b58c17ec8c4e18ed03b0ccd97e0281581491be11ae9ba7b466a4ba5b6962df4f1f354836ad4abf9470919abf6a6b5e251494829997fed487ce5cb27a93826759086475117a05392d0efb462c0e54d1064753ab774ec1b00b9dc239e287df7b7f1ce5ed39dfb7160273009399dd5e3c90143980b6ebdf3565707557be39027499a05a704294a2b677e2515f8eaad68cf48aa3414a02c9b2c001387b998e90f920818c49c177390bbbcace851c3920d497608202b93df7948fdec1e3589948ad21cd9a210c3a692bf966b2ffe417ce8f61c53f1d8b6b5b03d149ddae1ea7a25f4701aeb906d02a39763c0a34bcb5e5794bc1c33af7d6a655e5602c2260310a1df2cf2dbc436247344363737a5c659625a6c24ae842820f4b700082652c042ceb578b0e12baf77ae60e20fe811260a4ee33a1481d8c623e1fc2de8d3de5a18f50d76a4b5de4ec32267cf1b7bb4ed5670a83fe029081a255112fa059b053e7fbb78b61e264fba960641738dce1cab0fe34d0523759b044d0a7291088db41e43223224c3c12a4c875003c7d1937c74034187b63238a1b4475b1a5b912d102e0e9dc3184214e1574531b + m_AxesArray: [] + m_AvatarSkeletonPose: + data: + m_X: + - t: {x: 0, y: 0, z: 0} + q: {x: 0, y: 0, z: 0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0.93650174, z: 0.0036878982} + q: {x: 0, y: 0, z: 0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 5.948816e-32, y: 0.050968885, z: 0.012252513} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -2.0149595e-17, y: 0.110621214, z: 0.0029853042} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 2.9083892e-17, y: 0.10536587, z: -0.014336677} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 9.127545e-17, y: 0.1294887, z: -0.03754457} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.000000005196695, y: 0.075594306, z: 0.009783598} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.014784996, y: 0.06125927, z: 0.022221765} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.014784982, y: 0.06125927, z: 0.022221772} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0060543846, y: 0.19155574, z: -0.11623336} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0032195332, y: -0.09500408, z: -0.029305004} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.003834067, y: -0.09629369, z: -0.024558365} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0045603532, y: -0.0975678, z: -0.01879552} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.004833374, y: -0.097961664, z: -0.016576946} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.004801523, y: -0.09791851, z: -0.016837388} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0033789221, y: -0.06890714, z: -0.011848748} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.023998903, y: 0.17999744, z: -0.09226433} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.017848196, y: -0.10116458, z: -0.025196552} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.019145628, y: -0.102164984, z: -0.019412987} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.020202043, y: -0.102792144, z: -0.014479518} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.020311652, y: -0.102844834, z: -0.013952583} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.013444329, y: -0.06807315, z: -0.009235263} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.011216303, y: 0.19704938, z: -0.109584175} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.02504052, y: -0.09843135, z: -0.013009474} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.020819375, y: -0.09838283, z: -0.019334368} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.01747091, y: -0.09802544, z: -0.024187118} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.017163226, y: -0.097975254, z: -0.024624199} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.011724673, y: -0.06692958, z: -0.016821474} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.09034192, y: 0.020739079, z: 0.013131157} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0005200654, y: -0.052738905, z: 0.011005877} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0051159784, y: -0.045720816, z: 0.02806885} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.017751932, y: -0.034382105, z: 0.036584526} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.023335353, y: -0.045196176, z: 0.04809127} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.09037836, y: 0.018492937, z: 0.0131891295} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.00038973987, y: -0.051941752, z: 0.011532931} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.00504905, y: -0.04497254, z: 0.028033623} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.017956987, y: -0.033681393, z: 0.036034673} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0239464, y: -0.044915557, z: 0.048053756} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0038271134, y: 0.10032368, z: 0.11484787} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0114425, y: -0.038627625, z: -0.0029882044} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.023252435, y: -0.030773401, z: -0.0087142885} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.04116246, y: -0.05447638, z: -0.015426412} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.09799406, y: 0.07294512, z: 0.038732037} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.008405648, y: -0.035627127, z: 0.0036858395} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.021355107, y: -0.028679848, z: 0.006578073} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.041115865, y: -0.05521846, z: 0.012665033} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.1039162, y: 0.06665754, z: 0.01088972} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.012210831, y: -0.035097122, z: 0.0028314441} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.021619588, y: -0.029940248, z: -0.0024947487} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.04088626, y: -0.05662203, z: -0.0047179908} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.103599615, y: 0.06952298, z: 0.010509707} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.011073269, y: -0.03683269, z: 0.00053985044} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.022228621, y: -0.03105092, z: -0.002774533} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.040639482, y: -0.056768894, z: -0.005072549} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.09720296, y: 0.06601691, z: 0.038295604} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.008842394, y: -0.031521797, z: 0.0020156577} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.019210495, y: -0.025567174, z: 0.0049108267} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.041562013, y: -0.05531466, z: 0.010624602} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.08736309, y: 0.061727047, z: -0.078165144} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0076676607, y: -0.034651995, z: 0.0029347688} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.017155953, y: -0.030285716, z: 0.006837338} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.033854835, y: -0.059764504, z: 0.01349251} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.003668399, y: 0.074970245, z: -0.12469099} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.00081768166, y: -0.04406452, z: 0.00985533} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.008002964, y: -0.039358377, z: 0.020634204} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.012406546, y: -0.06101513, z: 0.031988047} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.092061795, y: 0.06233096, z: -0.07076192} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.006141573, y: -0.036583662, z: 0.006459132} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.012260839, y: -0.03093195, z: 0.017225683} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.022906553, y: -0.057789207, z: 0.032182217} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.038898736, y: -0.019448876, z: -0.040619954} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0060002767, y: -0.018793583, z: -0.0030941814} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0022521075, y: -0.019284606, z: -0.0043754727} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.007920966, y: -0.06782651, z: -0.015389115} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.010106603, y: -0.004513502, z: -0.068655685} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0025522728, y: -0.030941367, z: 0.011916444} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0056611383, y: -0.03245902, z: -0.0000307858} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.01202706, y: -0.068959, z: -0.0000654012} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.04439354, y: -0.011398077, z: -0.0384506} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0067237467, y: -0.024332285, z: 0.0013642758} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0070233773, y: -0.021796703, z: -0.011003256} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.019350724, y: -0.060054064, z: -0.030316055} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.06916933, y: 0.09241533, z: 0.08386295} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.00031793863, y: -0.031071424, z: -0.003433995} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.010192722, y: -0.029346943, z: 0.0015152171} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.022939213, y: -0.066046715, z: 0.0034100711} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.030270243, y: 0.11486733, z: 0.109852746} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.03878224, y: -0.035150647, z: -0.012748048} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.040310033, y: -0.00279212, z: -0.033838585} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.053538345, y: -0.0037083626, z: -0.0449432} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.06878384, y: 0.095115304, z: 0.084242165} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.00079639256, y: -0.0322783, z: -0.0035905913} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.013975155, y: -0.027860403, z: 0.006449461} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.030734617, y: -0.06127155, z: 0.014183879} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.020808386, y: 0.1034497, z: -0.02933467} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.06679835, y: -0.0100136995, z: 0.000000014901161} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.21410698, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.19947156, y: 0.0000023841858, z: 0.00036800653} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.060842276, y: 0.007224083, z: 0.019240757} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.030905277, y: 0, z: -0.0006325543} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.019009352, y: -0.0005789995, z: -0.0007722862} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.056770742, y: 0.007224083, z: -0.028558226} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.02921474, y: 0, z: 0.000000014901161} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.016837686, y: 0.00000011920929, z: -0.000000022351742} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.06167108, y: 0.007224202, z: 0.0020036474} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.03443119, y: -0.00000011920929, z: 0.000000007450581} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.021241367, y: 0.00000011920929, z: -0.000000007450581} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.060968697, y: 0.007224083, z: -0.01330054} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.03193912, y: 0, z: -0.000000014901161} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.01843214, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0032740831, y: -0.0097965, z: 0.01562553} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.032867372, y: -0.0020189285, z: 0.029622039} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.02096486, y: -0.0009496212, z: 0.017276319} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.004469067, y: -0.015556693, z: -0.008071767} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.042382568, y: -0.0041464567, z: -0.0023704246} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.06955972, y: -0.0068053007, z: -0.0038904175} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.09607756, y: -0.019597769, z: 0.0024976358} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0049577653, y: -0.07610023, z: 0.0052430034} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0045399964, y: -0.06968737, z: 0.004801186} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.020808386, y: 0.1034497, z: -0.02933467} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.06679835, y: -0.0100136995, z: 0.000000014901161} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.21410698, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.19947156, y: 0.0000023841858, z: 0.00036800653} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.060842276, y: 0.007224083, z: 0.019240757} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.030905277, y: 0, z: -0.0006325543} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.019009352, y: -0.0005789995, z: -0.0007722862} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.056770742, y: 0.007224083, z: -0.028558226} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.02921474, y: 0, z: 0.000000014901161} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.016837686, y: 0.00000011920929, z: -0.000000022351742} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.06167108, y: 0.007224202, z: 0.0020036474} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.03443119, y: -0.00000011920929, z: 0.000000007450581} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.021241367, y: 0.00000011920929, z: -0.000000007450581} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.060968697, y: 0.007224083, z: -0.01330054} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.03193912, y: 0, z: -0.000000014901161} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.01843214, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0032740831, y: -0.0097965, z: 0.01562553} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.032867372, y: -0.0020189285, z: 0.029622039} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.02096486, y: -0.0009496212, z: 0.017276319} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.004469067, y: -0.015556693, z: -0.008071767} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.042382568, y: -0.0041464567, z: -0.0023704246} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.06955972, y: -0.0068053007, z: -0.0038904175} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.09607756, y: -0.019597769, z: 0.0024976358} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0049577653, y: -0.07610023, z: 0.0052430034} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0045399964, y: -0.06968737, z: 0.004801186} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.051190045, y: -0.007102847, z: 0.067519896} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.015037615, y: 0.0036982298, z: 0.030056074} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.031132981, y: 0.0076565742, z: 0.062226303} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.051190045, y: -0.007102847, z: 0.067519896} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.015037615, y: 0.0036982298, z: 0.030056074} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.031132981, y: 0.0076565742, z: 0.062226303} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.07168864, y: -0.03872311, z: -0.0035527977} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.000000014901161, y: -0.3756488, z: -0.010205619} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: -0.4251067, z: -0.023510326} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: -0.0613662, z: 0.09755388} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.00051371753, y: 0.03553772, z: -0.12787059} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0321839, y: -0.12671971, z: -0.05308689} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.031471446, y: -0.1283117, z: -0.04816988} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.015666068, y: -0.06387186, z: -0.023978308} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.002153173, y: -0.040513754, z: -0.11518712} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.00886596, y: -0.08771938, z: -0.013875127} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.006953582, y: -0.06879842, z: -0.010882273} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0041720867, y: 0.0041890144, z: 0.14196625} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.022604093, y: -0.12880695, z: 0.019534513} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.02736549, y: -0.15725672, z: 0.024203286} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.011865273, y: -0.0681842, z: 0.0104941875} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.00864964, y: -0.05833465, z: 0.12072687} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.008657336, y: -0.096174896, z: -0.0006926805} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.006275624, y: -0.069716334, z: -0.000502117} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.10469708, y: -0.04024589, z: 0.003496936} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.026975378, y: -0.09512514, z: -0.010761733} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.018985301, y: -0.06694919, z: -0.0075741177} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.07168864, y: -0.03872311, z: -0.0035527977} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.000000014901161, y: -0.3756488, z: -0.010205619} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: -0.4251067, z: -0.023510326} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: -0.0613662, z: 0.09755388} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.00051373243, y: 0.03553754, z: -0.12787092} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0321839, y: -0.12671995, z: -0.053086832} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.031471908, y: -0.12831116, z: -0.048169613} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.01566635, y: -0.0638718, z: -0.023978248} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0021531358, y: -0.040513754, z: -0.11518711} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0068022385, y: -0.0878436, z: -0.01423265} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.005335167, y: -0.0688979, z: -0.011163011} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0041720644, y: 0.0041888356, z: 0.14196649} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.022604086, y: -0.12880653, z: 0.019534424} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.027364962, y: -0.1572566, z: 0.02420336} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.011865057, y: -0.06818426, z: 0.010494232} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.008878, y: -0.058356643, z: 0.12080709} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.008391716, y: -0.096199274, z: -0.0005996004} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.006083064, y: -0.06973386, z: -0.00043464452} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.10469708, y: -0.04024577, z: 0.0034969351} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.026974961, y: -0.09512484, z: -0.010761726} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.018985078, y: -0.06694925, z: -0.007574144} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.1839734, y: -0.01717341, z: 0.008129962} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.04965982, y: -0.12537038, z: -0.007807067} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.040121317, y: -0.11963594, z: -0.0065027433} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.022227585, y: -0.06627941, z: -0.0036025797} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.18397318, y: -0.017173588, z: 0.008129945} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.049659625, y: -0.12536985, z: -0.0078070783} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.040121317, y: -0.11963624, z: -0.0065027284} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.022227526, y: -0.06627941, z: -0.003602563} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + m_DefaultPose: + data: + m_X: + - t: {x: 0, y: 0, z: 0} + q: {x: 0, y: 0, z: 0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0.93650174, z: 0.0036878982} + q: {x: 0, y: 0, z: 0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 5.948816e-32, y: 0.050968885, z: 0.012252513} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -2.0149595e-17, y: 0.110621214, z: 0.0029853042} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 2.9083892e-17, y: 0.10536587, z: -0.014336677} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 9.127545e-17, y: 0.1294887, z: -0.03754457} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.000000005196695, y: 0.075594306, z: 0.009783598} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.014784996, y: 0.06125927, z: 0.022221765} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.014784982, y: 0.06125927, z: 0.022221772} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0060543846, y: 0.19155574, z: -0.11623336} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0032195332, y: -0.09500408, z: -0.029305004} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.003834067, y: -0.09629369, z: -0.024558365} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0045603532, y: -0.0975678, z: -0.01879552} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.004833374, y: -0.097961664, z: -0.016576946} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.004801523, y: -0.09791851, z: -0.016837388} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0033789221, y: -0.06890714, z: -0.011848748} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.023998903, y: 0.17999744, z: -0.09226433} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.017848196, y: -0.10116458, z: -0.025196552} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.019145628, y: -0.102164984, z: -0.019412987} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.020202043, y: -0.102792144, z: -0.014479518} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.020311652, y: -0.102844834, z: -0.013952583} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.013444329, y: -0.06807315, z: -0.009235263} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.011216303, y: 0.19704938, z: -0.109584175} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.02504052, y: -0.09843135, z: -0.013009474} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.020819375, y: -0.09838283, z: -0.019334368} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.01747091, y: -0.09802544, z: -0.024187118} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.017163226, y: -0.097975254, z: -0.024624199} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.011724673, y: -0.06692958, z: -0.016821474} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.09034192, y: 0.020739079, z: 0.013131157} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0005200654, y: -0.052738905, z: 0.011005877} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0051159784, y: -0.045720816, z: 0.02806885} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.017751932, y: -0.034382105, z: 0.036584526} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.023335353, y: -0.045196176, z: 0.04809127} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.09037836, y: 0.018492937, z: 0.0131891295} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.00038973987, y: -0.051941752, z: 0.011532931} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.00504905, y: -0.04497254, z: 0.028033623} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.017956987, y: -0.033681393, z: 0.036034673} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0239464, y: -0.044915557, z: 0.048053756} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0038271134, y: 0.10032368, z: 0.11484787} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0114425, y: -0.038627625, z: -0.0029882044} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.023252435, y: -0.030773401, z: -0.0087142885} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.04116246, y: -0.05447638, z: -0.015426412} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.09799406, y: 0.07294512, z: 0.038732037} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.008405648, y: -0.035627127, z: 0.0036858395} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.021355107, y: -0.028679848, z: 0.006578073} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.041115865, y: -0.05521846, z: 0.012665033} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.1039162, y: 0.06665754, z: 0.01088972} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.012210831, y: -0.035097122, z: 0.0028314441} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.021619588, y: -0.029940248, z: -0.0024947487} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.04088626, y: -0.05662203, z: -0.0047179908} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.103599615, y: 0.06952298, z: 0.010509707} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.011073269, y: -0.03683269, z: 0.00053985044} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.022228621, y: -0.03105092, z: -0.002774533} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.040639482, y: -0.056768894, z: -0.005072549} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.09720296, y: 0.06601691, z: 0.038295604} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.008842394, y: -0.031521797, z: 0.0020156577} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.019210495, y: -0.025567174, z: 0.0049108267} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.041562013, y: -0.05531466, z: 0.010624602} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.08736309, y: 0.061727047, z: -0.078165144} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0076676607, y: -0.034651995, z: 0.0029347688} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.017155953, y: -0.030285716, z: 0.006837338} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.033854835, y: -0.059764504, z: 0.01349251} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.003668399, y: 0.074970245, z: -0.12469099} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.00081768166, y: -0.04406452, z: 0.00985533} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.008002964, y: -0.039358377, z: 0.020634204} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.012406546, y: -0.06101513, z: 0.031988047} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.092061795, y: 0.06233096, z: -0.07076192} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.006141573, y: -0.036583662, z: 0.006459132} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.012260839, y: -0.03093195, z: 0.017225683} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.022906553, y: -0.057789207, z: 0.032182217} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.038898736, y: -0.019448876, z: -0.040619954} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0060002767, y: -0.018793583, z: -0.0030941814} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0022521075, y: -0.019284606, z: -0.0043754727} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.007920966, y: -0.06782651, z: -0.015389115} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.010106603, y: -0.004513502, z: -0.068655685} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0025522728, y: -0.030941367, z: 0.011916444} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0056611383, y: -0.03245902, z: -0.0000307858} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.01202706, y: -0.068959, z: -0.0000654012} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.04439354, y: -0.011398077, z: -0.0384506} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0067237467, y: -0.024332285, z: 0.0013642758} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0070233773, y: -0.021796703, z: -0.011003256} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.019350724, y: -0.060054064, z: -0.030316055} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.06916933, y: 0.09241533, z: 0.08386295} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.00031793863, y: -0.031071424, z: -0.003433995} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.010192722, y: -0.029346943, z: 0.0015152171} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.022939213, y: -0.066046715, z: 0.0034100711} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.030270243, y: 0.11486733, z: 0.109852746} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.03878224, y: -0.035150647, z: -0.012748048} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.040310033, y: -0.00279212, z: -0.033838585} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.053538345, y: -0.0037083626, z: -0.0449432} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.06878384, y: 0.095115304, z: 0.084242165} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.00079639256, y: -0.0322783, z: -0.0035905913} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.013975155, y: -0.027860403, z: 0.006449461} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.030734617, y: -0.06127155, z: 0.014183879} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.020808386, y: 0.1034497, z: -0.02933467} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.06679835, y: -0.0100136995, z: 0.000000014901161} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.21410698, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.19947156, y: 0.0000023841858, z: 0.00036800653} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.060842276, y: 0.007224083, z: 0.019240757} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.030905277, y: 0, z: -0.0006325543} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.019009352, y: -0.0005789995, z: -0.0007722862} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.056770742, y: 0.007224083, z: -0.028558226} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.02921474, y: 0, z: 0.000000014901161} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.016837686, y: 0.00000011920929, z: -0.000000022351742} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.06167108, y: 0.007224202, z: 0.0020036474} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.03443119, y: -0.00000011920929, z: 0.000000007450581} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.021241367, y: 0.00000011920929, z: -0.000000007450581} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.060968697, y: 0.007224083, z: -0.01330054} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.03193912, y: 0, z: -0.000000014901161} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.01843214, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0032740831, y: -0.0097965, z: 0.01562553} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.032867372, y: -0.0020189285, z: 0.029622039} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.02096486, y: -0.0009496212, z: 0.017276319} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.004469067, y: -0.015556693, z: -0.008071767} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.042382568, y: -0.0041464567, z: -0.0023704246} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.06955972, y: -0.0068053007, z: -0.0038904175} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.09607756, y: -0.019597769, z: 0.0024976358} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0049577653, y: -0.07610023, z: 0.0052430034} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0045399964, y: -0.06968737, z: 0.004801186} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.020808386, y: 0.1034497, z: -0.02933467} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.06679835, y: -0.0100136995, z: 0.000000014901161} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.21410698, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.19947156, y: 0.0000023841858, z: 0.00036800653} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.060842276, y: 0.007224083, z: 0.019240757} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.030905277, y: 0, z: -0.0006325543} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.019009352, y: -0.0005789995, z: -0.0007722862} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.056770742, y: 0.007224083, z: -0.028558226} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.02921474, y: 0, z: 0.000000014901161} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.016837686, y: 0.00000011920929, z: -0.000000022351742} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.06167108, y: 0.007224202, z: 0.0020036474} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.03443119, y: -0.00000011920929, z: 0.000000007450581} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.021241367, y: 0.00000011920929, z: -0.000000007450581} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.060968697, y: 0.007224083, z: -0.01330054} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.03193912, y: 0, z: -0.000000014901161} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.01843214, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0032740831, y: -0.0097965, z: 0.01562553} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.032867372, y: -0.0020189285, z: 0.029622039} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.02096486, y: -0.0009496212, z: 0.017276319} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.004469067, y: -0.015556693, z: -0.008071767} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.042382568, y: -0.0041464567, z: -0.0023704246} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.06955972, y: -0.0068053007, z: -0.0038904175} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.09607756, y: -0.019597769, z: 0.0024976358} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0049577653, y: -0.07610023, z: 0.0052430034} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0045399964, y: -0.06968737, z: 0.004801186} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.051190045, y: -0.007102847, z: 0.067519896} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.015037615, y: 0.0036982298, z: 0.030056074} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.031132981, y: 0.0076565742, z: 0.062226303} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.051190045, y: -0.007102847, z: 0.067519896} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.015037615, y: 0.0036982298, z: 0.030056074} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.031132981, y: 0.0076565742, z: 0.062226303} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.07168864, y: -0.03872311, z: -0.0035527977} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.000000014901161, y: -0.3756488, z: -0.010205619} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: -0.4251067, z: -0.023510326} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: -0.0613662, z: 0.09755388} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.00051371753, y: 0.03553772, z: -0.12787059} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0321839, y: -0.12671971, z: -0.05308689} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.031471446, y: -0.1283117, z: -0.04816988} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.015666068, y: -0.06387186, z: -0.023978308} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.002153173, y: -0.040513754, z: -0.11518712} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.00886596, y: -0.08771938, z: -0.013875127} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.006953582, y: -0.06879842, z: -0.010882273} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0041720867, y: 0.0041890144, z: 0.14196625} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.022604093, y: -0.12880695, z: 0.019534513} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.02736549, y: -0.15725672, z: 0.024203286} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.011865273, y: -0.0681842, z: 0.0104941875} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.00864964, y: -0.05833465, z: 0.12072687} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.008657336, y: -0.096174896, z: -0.0006926805} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.006275624, y: -0.069716334, z: -0.000502117} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.10469708, y: -0.04024589, z: 0.003496936} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.026975378, y: -0.09512514, z: -0.010761733} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.018985301, y: -0.06694919, z: -0.0075741177} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.07168864, y: -0.03872311, z: -0.0035527977} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.000000014901161, y: -0.3756488, z: -0.010205619} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: -0.4251067, z: -0.023510326} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: -0.0613662, z: 0.09755388} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.00051373243, y: 0.03553754, z: -0.12787092} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0321839, y: -0.12671995, z: -0.053086832} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.031471908, y: -0.12831116, z: -0.048169613} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.01566635, y: -0.0638718, z: -0.023978248} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0021531358, y: -0.040513754, z: -0.11518711} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0068022385, y: -0.0878436, z: -0.01423265} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.005335167, y: -0.0688979, z: -0.011163011} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0041720644, y: 0.0041888356, z: 0.14196649} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.022604086, y: -0.12880653, z: 0.019534424} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.027364962, y: -0.1572566, z: 0.02420336} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.011865057, y: -0.06818426, z: 0.010494232} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.008878, y: -0.058356643, z: 0.12080709} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.008391716, y: -0.096199274, z: -0.0005996004} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.006083064, y: -0.06973386, z: -0.00043464452} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.10469708, y: -0.04024577, z: 0.0034969351} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.026974961, y: -0.09512484, z: -0.010761726} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.018985078, y: -0.06694925, z: -0.007574144} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.1839734, y: -0.01717341, z: 0.008129962} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.04965982, y: -0.12537038, z: -0.007807067} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.040121317, y: -0.11963594, z: -0.0065027433} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.022227585, y: -0.06627941, z: -0.0036025797} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.18397318, y: -0.017173588, z: 0.008129945} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.049659625, y: -0.12536985, z: -0.0078070783} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.040121317, y: -0.11963624, z: -0.0065027284} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.022227526, y: -0.06627941, z: -0.003602563} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + m_SkeletonNameIDArray: 000000008ca49a7b59d426a527cec53c6556c6b665a19f95493a2d043167a66d679237d619de6dcbd6fe8f4cede95e8d0e705ce90f862d4be1299859844e24e13d76f37c58114fc4b6befad6c196ad3bb5d724d25b7891c03e1f2d788727fae5e240465df2eb82f223e723a5cd4896b7a82f2a0f1117fd927470412a42c2e2cf8072473b6eddf2290bba4e91b282990ccc1e68b11642404cf8edf55e9d8a49e624b29e7b7c37088cac1349d542bcfcc727db407fb5446dc13a234ea2d48cfbb0b1eb4708056d0dfcab3ef1324591442020f6f898d4fa5d7e3d0ef645d3a14357b6c6ffef64d33d43d887312536288437534f388fb06271854eb73652a0188340c57f3ff8004b11b8f4e63fcb1a498ad97f2e3661d031b1ff62d638bc8c798daee91e31166018d1c2c1435c222fece9304a8b558870c4f17057735b55b9dcee47dcbb52ffc0ed914ded2252cc038de7de66ea5b661097310a7b1255bb95bde0a9f0da5c11a0be5137ea0fea2b04a05f3961c7e381712901b57c3fed5c9290584ef7f7e4f6c1006188da54a6855d538d16c2a5eaf910f8483d2b7a3629912b3fb0071b38c7160bc92dac5ac0b43a6ac7c3bfc047bb05914e2293a1495524439f5a9e1296c3082291b45705a54fed54acd67b64aba1333eb33a4e9af75f7c03f166fd327ce44dce76ed5451061881e5c1bc06e2ea2f99148dc0fb9b94043259074088080ed91e3809aef592cb494fc3c2d0d9f3c5a75c5945dfe6084c4670384b31b7a47e6d0df577f49bc570834e269426f4779dbf62479ac8df579a97dfd47968bd35b404c8fad9220f2e481487405d0501c8a8b5bb99a12ce481e2f0922f4982287e401b296e620c86ad03fb195b64140c83a5d38490275f8def401de888fca5062749b788fcaff624c9e5a4e4527c2ed63601f3cbc7e1534668dbbc230f6704cda0d2162558fd809f167ef445e76864960be47dbb404fcdd0ec7951d21245fe1c486309dd1c64c242ea032de7e079ea6709253bb76851b4d20fed0c3ca0581e14d19071347ee448083b558347788fc40af1a43173a07e7a16c7c2c2f86877d067b8c3794c0725e97f6079cd0a26dbfaabf74e213c8550fc435ccbc9dd7e266b861e8b3ce37937840dd68296b57ccff1dc0c08bcbc999a95d9fe262d3751933f2951f076ccbb09501574531b + m_Human: + data: + serializedVersion: 2 + m_RootX: + t: {x: 0.001946428, y: 0.95183253, z: -0.0076206247} + q: {x: -0.031124543, y: -0, z: -0, w: 0.99951553} + s: {x: 1, y: 1, z: 1} + m_Skeleton: + data: + m_Node: + - m_ParentId: -1 + m_AxesId: -1 + - m_ParentId: 0 + m_AxesId: 0 + - m_ParentId: 1 + m_AxesId: 1 + - m_ParentId: 2 + m_AxesId: 2 + - m_ParentId: 3 + m_AxesId: 3 + - m_ParentId: 4 + m_AxesId: 4 + - m_ParentId: 5 + m_AxesId: 5 + - m_ParentId: 6 + m_AxesId: 6 + - m_ParentId: 6 + m_AxesId: 7 + - m_ParentId: 4 + m_AxesId: 8 + - m_ParentId: 9 + m_AxesId: 9 + - m_ParentId: 10 + m_AxesId: 10 + - m_ParentId: 11 + m_AxesId: 11 + - m_ParentId: 12 + m_AxesId: 12 + - m_ParentId: 13 + m_AxesId: 13 + - m_ParentId: 14 + m_AxesId: 14 + - m_ParentId: 12 + m_AxesId: 15 + - m_ParentId: 16 + m_AxesId: 16 + - m_ParentId: 17 + m_AxesId: 17 + - m_ParentId: 12 + m_AxesId: 18 + - m_ParentId: 19 + m_AxesId: 19 + - m_ParentId: 20 + m_AxesId: 20 + - m_ParentId: 12 + m_AxesId: 21 + - m_ParentId: 22 + m_AxesId: 22 + - m_ParentId: 23 + m_AxesId: 23 + - m_ParentId: 12 + m_AxesId: 24 + - m_ParentId: 25 + m_AxesId: 25 + - m_ParentId: 26 + m_AxesId: 26 + - m_ParentId: 4 + m_AxesId: 27 + - m_ParentId: 28 + m_AxesId: 28 + - m_ParentId: 29 + m_AxesId: 29 + - m_ParentId: 30 + m_AxesId: 30 + - m_ParentId: 31 + m_AxesId: 31 + - m_ParentId: 32 + m_AxesId: 32 + - m_ParentId: 33 + m_AxesId: 33 + - m_ParentId: 31 + m_AxesId: 34 + - m_ParentId: 35 + m_AxesId: 35 + - m_ParentId: 36 + m_AxesId: 36 + - m_ParentId: 31 + m_AxesId: 37 + - m_ParentId: 38 + m_AxesId: 38 + - m_ParentId: 39 + m_AxesId: 39 + - m_ParentId: 31 + m_AxesId: 40 + - m_ParentId: 41 + m_AxesId: 41 + - m_ParentId: 42 + m_AxesId: 42 + - m_ParentId: 31 + m_AxesId: 43 + - m_ParentId: 44 + m_AxesId: 44 + - m_ParentId: 45 + m_AxesId: 45 + - m_ParentId: 1 + m_AxesId: 46 + - m_ParentId: 47 + m_AxesId: 47 + - m_ParentId: 48 + m_AxesId: 48 + - m_ParentId: 49 + m_AxesId: 49 + - m_ParentId: 1 + m_AxesId: 50 + - m_ParentId: 51 + m_AxesId: 51 + - m_ParentId: 52 + m_AxesId: 52 + - m_ParentId: 53 + m_AxesId: 53 + m_ID: 6556c6b6a4345e7f9d79f969db3d7eb5e688f112c7106328fe0c1055b40418bb579d1adf76bf9c7f6f9f9cc8bb0e4b0be42785794ad2d9d9f85d986d34fc2df270b58c17ec8c4e18ed03b0ccd97e0281581491be11ae9ba7b466a4ba5b6962df4f1f354836ad4abf9470919abf6a6b5e2d0efb462c0e54d1064753ab774ec1b00b9dc239e287df7b7f1ce5ed39dfb7160273009399dd5e3c90143980b6ebdf3565707557be39027499a05a704294a2b677e2515f8eaad68cf48aa3410c3a692bf966b2ffe417ce8f61c53f1d578b0e12baf77ae60e20fe811260a4ee + m_AxesArray: + - m_PreQ: {x: -0.4376833, y: -0.55536777, z: 0.4376833, w: 0.55536777} + m_PostQ: {x: -0.4376833, y: -0.55536777, z: 0.4376833, w: 0.55536777} + m_Sgn: {x: 1, y: 1, z: 1} + m_Limit: + m_Min: {x: -0.6981317, y: -0.6981317, z: -0.6981317} + m_Max: {x: 0.6981317, y: 0.6981317, z: 0.6981317} + m_Length: 0.052420907 + m_Type: 1 + - m_PreQ: {x: 0.49320966, y: 0.5066994, z: -0.49320966, w: -0.5066994} + m_PostQ: {x: 0.49320966, y: 0.5066994, z: -0.49320966, w: -0.5066994} + m_Sgn: {x: 1, y: 1, z: 1} + m_Limit: + m_Min: {x: -0.6981317, y: -0.6981317, z: -0.6981317} + m_Max: {x: 0.6981317, y: 0.6981317, z: 0.6981317} + m_Length: 0.11066149 + m_Type: 1 + - m_PreQ: {x: 0.53264046, y: 0.4650744, z: -0.53264046, w: -0.4650744} + m_PostQ: {x: 0.53264046, y: 0.4650744, z: -0.53264046, w: -0.4650744} + m_Sgn: {x: 1, y: 1, z: 1} + m_Limit: + m_Min: {x: -0.6981317, y: -0.6981317, z: -0.6981317} + m_Max: {x: 0.6981317, y: 0.6981317, z: 0.6981317} + m_Length: 0.106336765 + m_Type: 1 + - m_PreQ: {x: 0.56534845, y: 0.424713, z: -0.5653485, w: -0.424713} + m_PostQ: {x: 0.56534845, y: 0.424713, z: -0.5653485, w: -0.424713} + m_Sgn: {x: 1, y: 1, z: 1} + m_Limit: + m_Min: {x: -0.34906584, y: -0.34906584, z: -0.34906584} + m_Max: {x: 0.34906584, y: 0.34906584, z: 0.34906584} + m_Length: 0.1348218 + m_Type: 1 + - m_PreQ: {x: -0.4668105, y: -0.5311195, z: 0.46681046, w: 0.53111964} + m_PostQ: {x: -0.4668105, y: -0.5311195, z: 0.46681046, w: 0.53111964} + m_Sgn: {x: 1, y: 1, z: 1} + m_Limit: + m_Min: {x: -0.6981317, y: -0.6981317, z: -0.6981317} + m_Max: {x: 0.6981317, y: 0.6981317, z: 0.6981317} + m_Length: 0.07622479 + m_Type: 1 + - m_PreQ: {x: -0.5, y: -0.5, z: 0.5, w: 0.5} + m_PostQ: {x: -0.5, y: -0.5, z: 0.5, w: 0.5} + m_Sgn: {x: 1, y: 1, z: 1} + m_Limit: + m_Min: {x: -0.6981317, y: -0.6981317, z: -0.6981317} + m_Max: {x: 0.6981317, y: 0.6981317, z: 0.6981317} + m_Length: 0.07622479 + m_Type: 1 + - m_PreQ: {x: 0.7071068, y: -0, z: 0.7071068, w: 0} + m_PostQ: {x: 0.7071068, y: -0, z: 0.7071068, w: 0} + m_Sgn: {x: 1, y: 1, z: -1} + m_Limit: + m_Min: {x: 0, y: -0.34906584, z: -0.17453292} + m_Max: {x: 0, y: 0.34906584, z: 0.2617994} + m_Length: 0.1 + m_Type: 1 + - m_PreQ: {x: 0.7071068, y: -0, z: 0.7071068, w: 0} + m_PostQ: {x: 0.7071068, y: -0, z: 0.7071068, w: 0} + m_Sgn: {x: 1, y: -1, z: -1} + m_Limit: + m_Min: {x: 0, y: -0.34906584, z: -0.17453292} + m_Max: {x: 0, y: 0.34906584, z: 0.2617994} + m_Length: 0.1 + m_Type: 1 + - m_PreQ: {x: 0.00000011000067, y: 0.000000008199257, z: 0.99723357, w: -0.074332036} + m_PostQ: {x: 0.00000011000067, y: 0.000000008199257, z: 0.99723357, + w: -0.074332036} + m_Sgn: {x: 1, y: 1, z: -1} + m_Limit: + m_Min: {x: 0, y: -0.2617994, z: -0.2617994} + m_Max: {x: 0, y: 0.2617994, z: 0.5235988} + m_Length: 0.06754476 + m_Type: 1 + - m_PreQ: {x: 0.24421027, y: -0, z: 0.91123235, w: -0.33168858} + m_PostQ: {x: -0, y: -0, z: 1, w: 0} + m_Sgn: {x: 1, y: 1, z: -1} + m_Limit: + m_Min: {x: -1.5707964, y: -1.7453293, z: -1.0471976} + m_Max: {x: 1.5707964, y: 1.7453293, z: 1.7453293} + m_Length: 0.21410698 + m_Type: 1 + - m_PreQ: {x: 0.45499057, y: 0.54128516, z: 0.5412797, w: -0.45498413} + m_PostQ: {x: 0.00065649813, y: 0.70710653, z: 0.7071065, w: -0.0006480465} + m_Sgn: {x: 1, y: 1, z: -1} + m_Limit: + m_Min: {x: -1.5707964, y: 0, z: -1.3962634} + m_Max: {x: 1.5707964, y: 0, z: 1.3962634} + m_Length: 0.19947194 + m_Type: 1 + - m_PreQ: {x: 0.00092245237, y: -0.0000000055128093, z: 0.99999964, w: 0.0000059762515} + m_PostQ: {x: 0.00092245237, y: -0.0000000055128093, z: 0.99999964, w: 0.0000059762515} + m_Sgn: {x: 1, y: 1, z: -1} + m_Limit: + m_Min: {x: 0, y: -0.6981317, z: -1.3962634} + m_Max: {x: 0, y: 0.6981317, z: 1.3962634} + m_Length: 0.049867984 + m_Type: 1 + - m_PreQ: {x: 0.06662614, y: -0.0029315962, z: 0.9557585, w: -0.286493} + m_PostQ: {x: -0.010232162, y: -0, z: 0.99994767, w: 0} + m_Sgn: {x: -1, y: -1, z: -1} + m_Limit: + m_Min: {x: 0, y: -0.34906584, z: -0.87266463} + m_Max: {x: 0, y: 0.34906584, z: 0.87266463} + m_Length: 0.03091172 + m_Type: 1 + - m_PreQ: {x: -0.019170221, y: -0.0066514756, z: 0.9445533, w: -0.32773086} + m_PostQ: {x: -0.020289013, y: -0.00030891653, z: 0.99967825, w: -0.015220904} + m_Sgn: {x: -1, y: 1, z: -1} + m_Limit: + m_Min: {x: 0, y: 0, z: -0.7853982} + m_Max: {x: 0, y: 0, z: 0.7853982} + m_Length: 0.019033842 + m_Type: 1 + - m_PreQ: {x: -0.019170223, y: -0.0066514765, z: 0.9445534, w: -0.3277309} + m_PostQ: {x: -0.020289015, y: -0.00030891653, z: 0.9996783, w: -0.015220904} + m_Sgn: {x: -1, y: 1, z: -1} + m_Limit: + m_Min: {x: 0, y: 0, z: -0.7853982} + m_Max: {x: 0, y: 0, z: 0.7853982} + m_Length: 0.0107065365 + m_Type: 1 + - m_PreQ: {x: -0.07640189, y: 0.0000000730676, z: 0.9550267, w: -0.28650802} + m_PostQ: {x: 0.00000025502814, y: -0, z: 1, w: 0} + m_Sgn: {x: -1, y: 1, z: -1} + m_Limit: + m_Min: {x: 0, y: -0.34906584, z: -0.87266463} + m_Max: {x: 0, y: 0.34906584, z: 0.87266463} + m_Length: 0.02921474 + m_Type: 1 + - m_PreQ: {x: -0.00000063030984, y: -0.00000020799976, z: 0.94962984, + w: -0.31337413} + m_PostQ: {x: -0.00000066374264, y: 2.3496229e-12, z: 1, w: 0.0000035399607} + m_Sgn: {x: -1, y: 1, z: -1} + m_Limit: + m_Min: {x: 0, y: 0, z: -0.7853982} + m_Max: {x: 0, y: 0, z: 0.7853982} + m_Length: 0.016837656 + m_Type: 1 + - m_PreQ: {x: -0.00000063030984, y: -0.00000020799976, z: 0.94962984, + w: -0.31337413} + m_PostQ: {x: -0.00000066374264, y: 2.3496229e-12, z: 1, w: 0.0000035399607} + m_Sgn: {x: -1, y: 1, z: -1} + m_Limit: + m_Min: {x: 0, y: 0, z: -0.7853982} + m_Max: {x: 0, y: 0, z: 0.7853982} + m_Length: 0.009471182 + m_Type: 1 + - m_PreQ: {x: 0.03828507, y: -0.00000003520898, z: 0.95712364, w: -0.2871389} + m_PostQ: {x: 0.00000010819532, y: 1.8729965e-13, z: 1, w: -0.0000017311252} + m_Sgn: {x: -1, y: -1, z: -1} + m_Limit: + m_Min: {x: 0, y: -0.1308997, z: -0.87266463} + m_Max: {x: 0, y: 0.1308997, z: 0.87266463} + m_Length: 0.03443116 + m_Type: 1 + - m_PreQ: {x: -0.0000001665451, y: -0.00000005495937, z: 0.9496296, w: -0.31337482} + m_PostQ: {x: -0.00000017537903, y: 4.9212484e-13, z: 1, w: 0.0000028060645} + m_Sgn: {x: -1, y: 1, z: -1} + m_Limit: + m_Min: {x: 0, y: 0, z: -0.7853982} + m_Max: {x: 0, y: 0, z: 0.7853982} + m_Length: 0.021241367 + m_Type: 1 + - m_PreQ: {x: -0.0000001665451, y: -0.00000005495937, z: 0.9496296, w: -0.31337482} + m_PostQ: {x: -0.00000017537903, y: 4.9212484e-13, z: 1, w: 0.0000028060645} + m_Sgn: {x: -1, y: 1, z: -1} + m_Limit: + m_Min: {x: 0, y: 0, z: -0.7853982} + m_Max: {x: 0, y: 0, z: 0.7853982} + m_Length: 0.011948269 + m_Type: 1 + - m_PreQ: {x: -0.03828519, y: -0.00000006698185, z: 0.9571241, w: -0.28713724} + m_PostQ: {x: -0.00000023327468, y: -0, z: 1, w: 0} + m_Sgn: {x: -1, y: 1, z: -1} + m_Limit: + m_Min: {x: 0, y: -0.1308997, z: -0.87266463} + m_Max: {x: 0, y: 0.1308997, z: 0.87266463} + m_Length: 0.03193909 + m_Type: 1 + - m_PreQ: {x: -0, y: -0, z: 0.9496287, w: -0.3133775} + m_PostQ: {x: -0, y: -0, z: 1, w: 0} + m_Sgn: {x: -1, y: 1, z: -1} + m_Limit: + m_Min: {x: 0, y: 0, z: -0.7853982} + m_Max: {x: 0, y: 0, z: 0.7853982} + m_Length: 0.01843214 + m_Type: 1 + - m_PreQ: {x: -0, y: -0, z: 0.9496287, w: -0.3133775} + m_PostQ: {x: -0, y: -0, z: 1, w: 0} + m_Sgn: {x: -1, y: 1, z: -1} + m_Limit: + m_Min: {x: 0, y: 0, z: -0.7853982} + m_Max: {x: 0, y: 0, z: 0.7853982} + m_Length: 0.010368079 + m_Type: 1 + - m_PreQ: {x: 0.23622903, y: 0.64043754, z: 0.5931203, w: -0.42690066} + m_PostQ: {x: 0.23844662, y: 0.6541293, z: 0.66569006, w: -0.26854223} + m_Sgn: {x: -1, y: -1, z: 1} + m_Limit: + m_Min: {x: 0, y: -0.43633232, z: -0.34906584} + m_Max: {x: 0, y: 0.43633232, z: 0.34906584} + m_Length: 0.04429227 + m_Type: 1 + - m_PreQ: {x: 0.091492675, y: 0.6975384, z: 0.7011627, w: -0.11593179} + m_PostQ: {x: 0.22722527, y: 0.6612566, z: 0.6696034, w: -0.250479} + m_Sgn: {x: -1, y: 1, z: 1} + m_Limit: + m_Min: {x: 0, y: 0, z: -0.6981317} + m_Max: {x: 0, y: 0, z: 0.61086524} + m_Length: 0.027182685 + m_Type: 1 + - m_PreQ: {x: 0.091492675, y: 0.6975384, z: 0.7011627, w: -0.11593179} + m_PostQ: {x: 0.22722527, y: 0.6612566, z: 0.6696034, w: -0.250479} + m_Sgn: {x: -1, y: 1, z: 1} + m_Limit: + m_Min: {x: 0, y: 0, z: -0.6981317} + m_Max: {x: 0, y: 0, z: 0.61086524} + m_Length: 0.01529026 + m_Type: 1 + - m_PreQ: {x: -0.000000008199257, y: -0.00000011000067, z: -0.074332036, + w: 0.99723357} + m_PostQ: {x: -0.000000008199257, y: -0.00000011000067, z: -0.074332036, + w: 0.99723357} + m_Sgn: {x: 1, y: 1, z: 1} + m_Limit: + m_Min: {x: 0, y: -0.2617994, z: -0.2617994} + m_Max: {x: 0, y: 0.2617994, z: 0.5235988} + m_Length: 0.06754476 + m_Type: 1 + - m_PreQ: {x: -0, y: -0.24421027, z: -0.33168858, w: 0.91123235} + m_PostQ: {x: -0, y: -0, z: -0, w: 1} + m_Sgn: {x: -1, y: 1, z: 1} + m_Limit: + m_Min: {x: -1.5707964, y: -1.7453293, z: -1.0471976} + m_Max: {x: 1.5707964, y: 1.7453293, z: 1.7453293} + m_Length: 0.21410698 + m_Type: 1 + - m_PreQ: {x: 0.54128516, y: 0.45499057, z: 0.45498413, w: -0.5412797} + m_PostQ: {x: 0.70710653, y: 0.00065649813, z: 0.0006480465, w: -0.7071065} + m_Sgn: {x: -1, y: 1, z: 1} + m_Limit: + m_Min: {x: -1.5707964, y: 0, z: -1.3962634} + m_Max: {x: 1.5707964, y: 0, z: 1.3962634} + m_Length: 0.19947194 + m_Type: 1 + - m_PreQ: {x: 0.0000000055128093, y: -0.00092245237, z: 0.0000059762515, + w: 0.99999964} + m_PostQ: {x: 0.0000000055128093, y: -0.00092245237, z: 0.0000059762515, + w: 0.99999964} + m_Sgn: {x: 1, y: 1, z: 1} + m_Limit: + m_Min: {x: 0, y: -0.6981317, z: -1.3962634} + m_Max: {x: 0, y: 0.6981317, z: 1.3962634} + m_Length: 0.049867984 + m_Type: 1 + - m_PreQ: {x: -0.0029315962, y: 0.06662614, z: 0.286493, w: -0.9557585} + m_PostQ: {x: -0, y: 0.010232162, z: -0, w: 0.99994767} + m_Sgn: {x: 1, y: -1, z: 1} + m_Limit: + m_Min: {x: 0, y: -0.34906584, z: -0.87266463} + m_Max: {x: 0, y: 0.34906584, z: 0.87266463} + m_Length: 0.03091172 + m_Type: 1 + - m_PreQ: {x: -0.0066514756, y: -0.019170221, z: 0.32773086, w: -0.9445533} + m_PostQ: {x: 0.00030891653, y: 0.020289013, z: -0.015220904, w: 0.99967825} + m_Sgn: {x: 1, y: 1, z: 1} + m_Limit: + m_Min: {x: 0, y: 0, z: -0.7853982} + m_Max: {x: 0, y: 0, z: 0.7853982} + m_Length: 0.019033842 + m_Type: 1 + - m_PreQ: {x: -0.0066514765, y: -0.019170223, z: 0.3277309, w: -0.9445534} + m_PostQ: {x: 0.00030891655, y: 0.020289013, z: -0.015220906, w: 0.9996782} + m_Sgn: {x: 1, y: 1, z: 1} + m_Limit: + m_Min: {x: 0, y: 0, z: -0.7853982} + m_Max: {x: 0, y: 0, z: 0.7853982} + m_Length: 0.0107065365 + m_Type: 1 + - m_PreQ: {x: 0.0000000730676, y: -0.07640189, z: 0.28650802, w: -0.9550267} + m_PostQ: {x: 0, y: -0.00000025502814, z: -0, w: 1} + m_Sgn: {x: 1, y: 1, z: 1} + m_Limit: + m_Min: {x: 0, y: -0.34906584, z: -0.87266463} + m_Max: {x: 0, y: 0.34906584, z: 0.87266463} + m_Length: 0.02921474 + m_Type: 1 + - m_PreQ: {x: -0.00000020799976, y: -0.00000063030984, z: 0.31337413, + w: -0.94962984} + m_PostQ: {x: -2.3496229e-12, y: 0.00000066374264, z: 0.0000035399607, + w: 1} + m_Sgn: {x: 1, y: 1, z: 1} + m_Limit: + m_Min: {x: 0, y: 0, z: -0.7853982} + m_Max: {x: 0, y: 0, z: 0.7853982} + m_Length: 0.016837656 + m_Type: 1 + - m_PreQ: {x: -0.00000020799976, y: -0.00000063030984, z: 0.31337413, + w: -0.94962984} + m_PostQ: {x: -2.3496229e-12, y: 0.00000066374264, z: 0.0000035399607, + w: 1} + m_Sgn: {x: 1, y: 1, z: 1} + m_Limit: + m_Min: {x: 0, y: 0, z: -0.7853982} + m_Max: {x: 0, y: 0, z: 0.7853982} + m_Length: 0.009471182 + m_Type: 1 + - m_PreQ: {x: -0.00000003520898, y: 0.03828507, z: 0.2871389, w: -0.95712364} + m_PostQ: {x: -1.8729965e-13, y: -0.00000010819532, z: -0.0000017311252, + w: 1} + m_Sgn: {x: 1, y: -1, z: 1} + m_Limit: + m_Min: {x: 0, y: -0.1308997, z: -0.87266463} + m_Max: {x: 0, y: 0.1308997, z: 0.87266463} + m_Length: 0.03443116 + m_Type: 1 + - m_PreQ: {x: -0.00000005495937, y: -0.0000001665451, z: 0.31337482, w: -0.9496296} + m_PostQ: {x: -4.9212484e-13, y: 0.00000017537903, z: 0.0000028060645, + w: 1} + m_Sgn: {x: 1, y: 1, z: 1} + m_Limit: + m_Min: {x: 0, y: 0, z: -0.7853982} + m_Max: {x: 0, y: 0, z: 0.7853982} + m_Length: 0.021241367 + m_Type: 1 + - m_PreQ: {x: -0.00000005495937, y: -0.0000001665451, z: 0.31337482, w: -0.9496296} + m_PostQ: {x: -4.9212484e-13, y: 0.00000017537903, z: 0.0000028060645, + w: 1} + m_Sgn: {x: 1, y: 1, z: 1} + m_Limit: + m_Min: {x: 0, y: 0, z: -0.7853982} + m_Max: {x: 0, y: 0, z: 0.7853982} + m_Length: 0.011948269 + m_Type: 1 + - m_PreQ: {x: -0.00000006698185, y: -0.03828519, z: 0.28713724, w: -0.9571241} + m_PostQ: {x: -0, y: 0.00000023327468, z: -0, w: 1} + m_Sgn: {x: 1, y: 1, z: 1} + m_Limit: + m_Min: {x: 0, y: -0.1308997, z: -0.87266463} + m_Max: {x: 0, y: 0.1308997, z: 0.87266463} + m_Length: 0.03193909 + m_Type: 1 + - m_PreQ: {x: -0, y: -0, z: 0.3133775, w: -0.9496287} + m_PostQ: {x: -0, y: -0, z: -0, w: 1} + m_Sgn: {x: 1, y: 1, z: 1} + m_Limit: + m_Min: {x: 0, y: 0, z: -0.7853982} + m_Max: {x: 0, y: 0, z: 0.7853982} + m_Length: 0.01843214 + m_Type: 1 + - m_PreQ: {x: -0, y: -0, z: 0.3133775, w: -0.9496287} + m_PostQ: {x: -0, y: -0, z: -0, w: 1} + m_Sgn: {x: 1, y: 1, z: 1} + m_Limit: + m_Min: {x: 0, y: 0, z: -0.7853982} + m_Max: {x: 0, y: 0, z: 0.7853982} + m_Length: 0.010368079 + m_Type: 1 + - m_PreQ: {x: 0.64043754, y: 0.23622905, z: 0.42690068, w: -0.5931203} + m_PostQ: {x: -0.6541293, y: -0.23844662, z: -0.26854223, w: 0.66569006} + m_Sgn: {x: 1, y: -1, z: -1} + m_Limit: + m_Min: {x: 0, y: -0.43633232, z: -0.34906584} + m_Max: {x: 0, y: 0.43633232, z: 0.34906584} + m_Length: 0.04429227 + m_Type: 1 + - m_PreQ: {x: 0.69753844, y: 0.091492675, z: 0.11593179, w: -0.70116264} + m_PostQ: {x: -0.6612566, y: -0.22722527, z: -0.250479, w: 0.6696034} + m_Sgn: {x: 1, y: 1, z: -1} + m_Limit: + m_Min: {x: 0, y: 0, z: -0.6981317} + m_Max: {x: 0, y: 0, z: 0.61086524} + m_Length: 0.027182685 + m_Type: 1 + - m_PreQ: {x: 0.69753844, y: 0.091492675, z: 0.11593179, w: -0.70116264} + m_PostQ: {x: -0.6612566, y: -0.22722527, z: -0.250479, w: 0.6696034} + m_Sgn: {x: 1, y: 1, z: -1} + m_Limit: + m_Min: {x: 0, y: 0, z: -0.6981317} + m_Max: {x: 0, y: 0, z: 0.61086524} + m_Length: 0.01529026 + m_Type: 1 + - m_PreQ: {x: -0.60753185, y: 0.36180818, z: -0.60753185, w: 0.36180818} + m_PostQ: {x: -0.49316382, y: 0.506744, z: -0.4931638, w: 0.506744} + m_Sgn: {x: 1, y: 1, z: 1} + m_Limit: + m_Min: {x: -1.0471976, y: -1.0471976, z: -1.5707964} + m_Max: {x: 1.0471976, y: 1.0471976, z: 0.87266463} + m_Length: 0.3757874 + m_Type: 1 + - m_PreQ: {x: -0.042189814, y: 0.7058472, z: -0.04218977, w: 0.70584714} + m_PostQ: {x: -0.48599896, y: 0.5136196, z: -0.48599896, w: 0.51361954} + m_Sgn: {x: 1, y: 1, z: -1} + m_Limit: + m_Min: {x: -1.5707964, y: 0, z: -1.3962634} + m_Max: {x: 1.5707964, y: 0, z: 1.3962634} + m_Length: 0.4257563 + m_Type: 1 + - m_PreQ: {x: -0.5, y: 0.5, z: -0.5, w: 0.5} + m_PostQ: {x: -0.5, y: 0.5, z: -0.5, w: 0.5} + m_Sgn: {x: 1, y: 1, z: 1} + m_Limit: + m_Min: {x: 0, y: -0.5235988, z: -0.87266463} + m_Max: {x: 0, y: 0.5235988, z: 0.87266463} + m_Length: 0.09702313 + m_Type: 1 + - m_PreQ: {x: 0.7071068, y: -0, z: 0.7071068, w: 0} + m_PostQ: {x: 0.7071068, y: -0, z: 0.7071068, w: 0} + m_Sgn: {x: 1, y: 1, z: 1} + m_Limit: + m_Min: {x: 0, y: 0, z: -0.87266463} + m_Max: {x: 0, y: 0, z: 0.87266463} + m_Length: 0.028812509 + m_Type: 1 + - m_PreQ: {x: -0.60753185, y: 0.36180818, z: -0.60753185, w: 0.36180818} + m_PostQ: {x: -0.4931638, y: 0.506744, z: -0.49316382, w: 0.506744} + m_Sgn: {x: -1, y: -1, z: 1} + m_Limit: + m_Min: {x: -1.0471976, y: -1.0471976, z: -1.5707964} + m_Max: {x: 1.0471976, y: 1.0471976, z: 0.87266463} + m_Length: 0.3757874 + m_Type: 1 + - m_PreQ: {x: -0.042189814, y: 0.7058472, z: -0.04218977, w: 0.70584714} + m_PostQ: {x: -0.48599896, y: 0.5136196, z: -0.48599896, w: 0.51361954} + m_Sgn: {x: -1, y: 1, z: -1} + m_Limit: + m_Min: {x: -1.5707964, y: 0, z: -1.3962634} + m_Max: {x: 1.5707964, y: 0, z: 1.3962634} + m_Length: 0.4257563 + m_Type: 1 + - m_PreQ: {x: -0.5, y: 0.5, z: -0.5, w: 0.5} + m_PostQ: {x: -0.5, y: 0.5, z: -0.5, w: 0.5} + m_Sgn: {x: 1, y: -1, z: 1} + m_Limit: + m_Min: {x: 0, y: -0.5235988, z: -0.87266463} + m_Max: {x: 0, y: 0.5235988, z: 0.87266463} + m_Length: 0.09702313 + m_Type: 1 + - m_PreQ: {x: 0.7071068, y: -0, z: 0.7071068, w: 0} + m_PostQ: {x: 0.7071068, y: -0, z: 0.7071068, w: 0} + m_Sgn: {x: 1, y: 1, z: 1} + m_Limit: + m_Min: {x: 0, y: 0, z: -0.87266463} + m_Max: {x: 0, y: 0, z: 0.87266463} + m_Length: 0.028812509 + m_Type: 1 + m_SkeletonPose: + data: + m_X: + - t: {x: 0, y: 0, z: 0} + q: {x: 0, y: 0, z: 0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: 0.93650174, z: 0.0036878982} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 5.948816e-32, y: 0.050968885, z: 0.012252513} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -2.0149595e-17, y: 0.110621214, z: 0.0029853042} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 2.9083892e-17, y: 0.10536587, z: -0.014336677} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 9.127545e-17, y: 0.1294887, z: -0.03754457} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.000000005196695, y: 0.075594306, z: 0.009783598} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.014784996, y: 0.06125927, z: 0.022221765} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.014784982, y: 0.06125927, z: 0.022221772} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.020808386, y: 0.1034497, z: -0.02933467} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.06679835, y: -0.0100136995, z: 0.000000014901161} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.21410698, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.1994716, y: 0.0000023841858, z: 0.00036800653} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.060842276, y: 0.007224083, z: 0.019240757} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.030905247, y: 0, z: -0.0006325543} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.019009352, y: -0.0005789995, z: -0.0007722862} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.056770742, y: 0.007224083, z: -0.028558228} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.02921474, y: 0, z: 0.000000014901161} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.016837656, y: 0.00000011920929, z: -0.000000022351742} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.06167108, y: 0.007224202, z: 0.0020036474} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.03443116, y: -0.00000011920929, z: 0.000000007450581} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.021241367, y: 0.00000011920929, z: -0.000000007450581} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.060968697, y: 0.007224083, z: -0.013300542} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.03193909, y: 0, z: -0.000000014901161} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.01843214, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.0032740831, y: -0.0097965, z: 0.01562553} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.032867372, y: -0.0020189285, z: 0.029622039} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.02096486, y: -0.0009496212, z: 0.01727632} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.020808386, y: 0.1034497, z: -0.02933467} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.06679835, y: -0.0100136995, z: 0.000000014901161} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.21410698, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.1994716, y: 0.0000023841858, z: 0.00036800653} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.060842276, y: 0.007224083, z: 0.019240757} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.030905247, y: 0, z: -0.0006325543} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.019009352, y: -0.0005789995, z: -0.0007722862} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.056770742, y: 0.007224083, z: -0.028558228} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.02921474, y: 0, z: 0.000000014901161} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.016837656, y: 0.00000011920929, z: -0.000000022351742} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.06167108, y: 0.007224202, z: 0.0020036474} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.03443116, y: -0.00000011920929, z: 0.000000007450581} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.021241367, y: 0.00000011920929, z: -0.000000007450581} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.060968697, y: 0.007224083, z: -0.013300542} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.03193909, y: 0, z: -0.000000014901161} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.01843214, y: 0, z: 0} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.0032740831, y: -0.0097965, z: 0.01562553} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.032867372, y: -0.0020189285, z: 0.029622039} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.02096486, y: -0.0009496212, z: 0.01727632} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.07168864, y: -0.03872311, z: -0.0035527977} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.000000014901161, y: -0.3756488, z: -0.010205619} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: -0.4251067, z: -0.023510326} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: -0.0613662, z: 0.09755388} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0.07168864, y: -0.03872311, z: -0.0035527977} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: -0.000000014901161, y: -0.3756488, z: -0.010205619} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: -0.4251067, z: -0.023510326} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + - t: {x: 0, y: -0.0613662, z: 0.09755388} + q: {x: -0, y: -0, z: -0, w: 1} + s: {x: 1, y: 1, z: 1} + m_LeftHand: + data: + m_HandBoneIndex: 190000001a0000001b0000000d0000000e0000000f000000130000001400000015000000160000001700000018000000100000001100000012000000 + m_RightHand: + data: + m_HandBoneIndex: 2c0000002d0000002e000000200000002100000022000000260000002700000028000000290000002a0000002b000000230000002400000025000000 + m_HumanBoneIndex: 010000002f00000033000000300000003400000031000000350000000200000003000000040000000500000006000000090000001c0000000a0000001d0000000b0000001e0000000c0000001f00000032000000360000000700000008000000ffffffff + m_HumanBoneMass: + - 0.14545456 + - 0.12121213 + - 0.12121213 + - 0.048484854 + - 0.048484854 + - 0.009696971 + - 0.009696971 + - 0.030303033 + - 0.14545456 + - 0.14545456 + - 0.012121214 + - 0.048484854 + - 0.006060607 + - 0.006060607 + - 0.024242427 + - 0.024242427 + - 0.01818182 + - 0.01818182 + - 0.006060607 + - 0.006060607 + - 0.0024242427 + - 0.0024242427 + - 0 + - 0 + - 0 + m_Scale: 0.95183253 + m_ArmTwist: 0.5 + m_ForeArmTwist: 0.5 + m_UpperLegTwist: 0.5 + m_LegTwist: 0.5 + m_ArmStretch: 0.05 + m_LegStretch: 0.05 + m_FeetSpacing: 0 + m_HasLeftHand: 1 + m_HasRightHand: 1 + m_HasTDoF: 0 + m_HumanSkeletonIndexArray: 0400000005000000060000000700000008000000090000000a0000000b0000000c00000062000000630000006400000065000000660000006700000068000000690000006a0000006b0000006c0000006d0000006e0000006f00000070000000710000007200000073000000740000007b0000007c0000007d0000007e0000007f000000800000008100000082000000830000008400000085000000860000008700000088000000890000008a0000008b0000008c0000008d0000009a0000009b0000009c0000009d000000b1000000b2000000b3000000b4000000 + m_HumanSkeletonReverseIndexArray: ffffffffffffffffffffffffffffffff000000000100000002000000030000000400000005000000060000000700000008000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff090000000a0000000b0000000c0000000d0000000e0000000f000000100000001100000012000000130000001400000015000000160000001700000018000000190000001a0000001b000000ffffffffffffffffffffffffffffffffffffffffffffffff1c0000001d0000001e0000001f000000200000002100000022000000230000002400000025000000260000002700000028000000290000002a0000002b0000002c0000002d0000002e000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff2f000000300000003100000032000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff33000000340000003500000036000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff + m_RootMotionBoneIndex: -1 + m_RootMotionBoneX: + t: {x: 0, y: 0, z: 0} + q: {x: 0, y: 0, z: 0, w: 1} + s: {x: 1, y: 1, z: 1} + m_RootMotionSkeleton: + data: + m_Node: [] + m_ID: + m_AxesArray: [] + m_RootMotionSkeletonPose: + data: + m_X: [] + m_RootMotionSkeletonIndexArray: + m_TOS: + 285007101: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_15 + 2128665898: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_04 + 1906816105: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_01/J_Sec_Hair2_01/J_Sec_Hair3_01/J_Sec_Hair4_01/J_Sec_Hair5_01/J_Sec_Hair6_01 + 491299123: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg/J_Sec_R_SkirtBack0_01 + 524182156: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg/J_Sec_R_SkirtBack0_01/J_Sec_R_SkirtBack1_01 + 3980312633: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_16/J_Sec_Hair2_16/J_Sec_Hair3_16 + 1744563307: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_14 + 1838702072: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm/J_Bip_L_Hand/J_Bip_L_Index1/J_Bip_L_Index2 + 1685203202: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_13/J_Sec_Hair2_13/J_Sec_Hair3_13/J_Sec_Hair3_13_end + 3287185488: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_03/J_Sec_Hair2_03/J_Sec_Hair3_03/J_Sec_Hair4_03/J_Sec_Hair5_03 + 2070622203: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_18/J_Sec_Hair2_18/J_Sec_Hair3_18 + 2466280194: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm/J_Bip_R_Hand/J_Bip_R_Little1/J_Bip_R_Little2 + 3866818490: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg/J_Bip_R_LowerLeg + 2933737937: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg/J_Sec_L_SkirtBack0_01/J_Sec_L_SkirtBack1_01 + 1884987545: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm/J_Bip_R_Hand/J_Bip_R_Ring1/J_Bip_R_Ring2 + 1946302910: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm/J_Bip_R_Hand/J_Bip_R_Ring1 + 458454037: secondary + 3037872453: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_05/J_Sec_Hair2_05 + 2078246882: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm/J_Bip_R_Hand/J_Bip_R_Index1/J_Bip_R_Index2 + 969055499: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm/J_Bip_R_Hand/J_Bip_R_Index1 + 3584721369: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_09/J_Sec_Hair2_09/J_Sec_Hair3_09/J_Sec_Hair3_09_end + 903867318: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm/J_Bip_R_Hand/J_Bip_R_Middle1/J_Bip_R_Middle2 + 266374548: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_03/J_Sec_Hair2_03 + 3897213606: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg/J_Sec_L_SkirtFront_01/J_Sec_L_SkirtFront_end_01/J_Sec_L_SkirtFront_end_01_end + 290824833: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg/J_Sec_R_SkirtFront0_01/J_Sec_R_SkirtFront1_01 + 2038769636: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm/J_Bip_L_Hand + 2010789325: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_12/J_Sec_Hair2_12/J_Sec_Hair3_12/J_Sec_Hair3_12_end + 590537793: Root/J_Bip_C_Hips/J_Sec_L_SkirtSide0_01 + 1472109707: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_05/J_Sec_Hair2_05/J_Sec_Hair3_05/J_Sec_Hair4_05 + 1565223639: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg/J_Sec_R_SkirtBack0_01/J_Sec_R_SkirtBack1_01/J_Sec_R_SkirtBack2_01/J_Sec_R_SkirtBack2_end_01/J_Sec_R_SkirtBack2_end_01_end + 1032707778: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg/J_Sec_R_SkirtBack0_01/J_Sec_R_SkirtBack1_01/J_Sec_R_SkirtBack2_01 + 1969490009: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm/J_Sec_L_LowerSleeve_01/J_Sec_L_LowerSleeve_end_01 + 2140979062: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle + 3434087405: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm/J_Bip_L_Hand/J_Bip_L_Little1/J_Bip_L_Little2/J_Bip_L_Little3 + 5349783: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_09 + 2999517770: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm/J_Bip_R_Hand/J_Sec_R_TipSleeve_01 + 850538956: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_06/J_Sec_Hair2_06/J_Sec_Hair3_06/J_Sec_Hair3_06_end + 3821133455: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Sec_R_Bust1 + 1436997367: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg/J_Sec_L_SkirtFront0_01 + 1126305948: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_11/J_Sec_Hair2_11/J_Sec_Hair3_11/J_Sec_Hair3_11_end + 3086739283: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg/J_Sec_R_SkirtFront0_01/J_Sec_R_SkirtFront1_01/J_Sec_R_SkirtFront2_01/J_Sec_R_SkirtFront2_end_01 + 3172097437: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_03/J_Sec_Hair2_03/J_Sec_Hair3_03 + 877093443: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg/J_Sec_L_SkirtFront0_01/J_Sec_L_SkirtFront1_01/J_Sec_L_SkirtFront2_01/J_Sec_L_SkirtFront2_end_01/J_Sec_L_SkirtFront2_end_01_end + 7719076: Root/J_Bip_C_Hips/J_Sec_L_SkirtSide0_01/J_Sec_L_SkirtSide1_01/J_Sec_L_SkirtSide2_01 + 3654931018: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm/J_Bip_L_Hand/J_Bip_L_Index1 + 254671235: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_05/J_Sec_Hair2_05/J_Sec_Hair3_05/J_Sec_Hair4_05/J_Sec_Hair4_05_end + 1107427080: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_17/J_Sec_Hair2_17 + 1467314277: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm/J_Bip_R_Hand/J_Bip_R_Middle1/J_Bip_R_Middle2/J_Bip_R_Middle3 + 2992426631: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm/J_Bip_L_Hand/J_Sec_L_TipSleeve_01/J_Sec_L_TipSleeve_end_01/J_Sec_L_TipSleeve_end_01_end + 3530924597: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_13/J_Sec_Hair2_13/J_Sec_Hair3_13 + 424317142: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_19 + 3131336372: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm/J_Bip_L_Hand/J_Bip_L_Ring1 + 4187000473: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm/J_Bip_R_Hand/J_Sec_R_TipSleeve_01/J_Sec_R_TipSleeve_end_01/J_Sec_R_TipSleeve_end_01_end + 189468347: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm + 924417340: Root/J_Bip_C_Hips/J_Sec_L_SkirtSide0_01/J_Sec_L_SkirtSide1_01/J_Sec_L_SkirtSide2_01/J_Sec_L_SkirtSide2_end_01 + 4176688089: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_11/J_Sec_Hair2_11 + 3115188551: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg/J_Sec_L_SkirtBack0_01/J_Sec_L_SkirtBack1_01/J_Sec_L_SkirtBack2_01/J_Sec_L_SkirtBack2_end_01 + 1427115262: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head + 3599707283: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_02/J_Sec_Hair2_02 + 956660241: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm/J_Sec_L_LowerSleeve_01/J_Sec_L_LowerSleeve_end_01/J_Sec_L_LowerSleeve_end_01_end + 2151224464: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm/J_Bip_R_Hand/J_Bip_R_Middle1 + 4289881849: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg/J_Bip_L_LowerLeg + 1716439515: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_01/J_Sec_Hair2_01 + 2603278172: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_01/J_Sec_Hair2_01/J_Sec_Hair3_01/J_Sec_Hair4_01 + 3890842768: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_07 + 4063099956: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm/J_Bip_L_Hand/J_Bip_L_Index1/J_Bip_L_Index2/J_Bip_L_Index3 + 282623383: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_03/J_Sec_Hair2_03/J_Sec_Hair3_03/J_Sec_Hair4_03 + 1101236980: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm/J_Bip_R_Hand/J_Bip_R_Thumb1/J_Bip_R_Thumb2/J_Bip_R_Thumb3 + 1019596327: Hair + 3379808368: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_01/J_Sec_Hair2_01/J_Sec_Hair3_01 + 1151271504: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_03/J_Sec_Hair2_03/J_Sec_Hair3_03/J_Sec_Hair4_03/J_Sec_Hair5_03/J_Sec_Hair5_03_end + 1604495134: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg/J_Sec_L_SkirtBack0_01/J_Sec_L_SkirtBack1_01/J_Sec_L_SkirtBack2_01 + 3511946796: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm + 3945530412: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg/J_Sec_L_SkirtSide_01/J_Sec_L_SkirtSide_end_01/J_Sec_L_SkirtSide_end_01_end + 3766765705: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_03 + 2811997713: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm/J_Bip_L_Hand/J_Bip_L_Middle1/J_Bip_L_Middle2/J_Bip_L_Middle3 + 3703309578: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_07/J_Sec_Hair2_07 + 2002161921: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_08 + 2593222804: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm/J_Bip_L_Hand/J_Bip_L_Thumb1/J_Bip_L_Thumb2 + 3789305879: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg/J_Sec_R_SkirtFront_01/J_Sec_R_SkirtFront_end_01 + 1703018608: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg/J_Sec_L_SkirtSide_01/J_Sec_L_SkirtSide_end_01 + 3066451557: Root + 3064108098: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm/J_Bip_R_Hand/J_Bip_R_Ring1/J_Bip_R_Ring2/J_Bip_R_Ring3 + 381148985: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm/J_Bip_R_Hand/J_Bip_R_Little1 + 336384083: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_08/J_Sec_Hair2_08/J_Sec_Hair3_08 + 1351224403: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_10/J_Sec_Hair2_10/J_Sec_Hair3_10/J_Sec_Hair3_10_end + 2815444144: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg/J_Sec_R_SkirtSide_01/J_Sec_R_SkirtSide_end_01 + 174576974: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg/J_Sec_R_SkirtBack_01/J_Sec_R_SkirtBack_end_01/J_Sec_R_SkirtBack_end_01_end + 395385060: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_11 + 985907531: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg/J_Sec_L_SkirtBack_01/J_Sec_L_SkirtBack_end_01/J_Sec_L_SkirtBack_end_01_end + 3157118962: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg/J_Sec_L_SkirtFront0_01/J_Sec_L_SkirtFront1_01/J_Sec_L_SkirtFront2_01/J_Sec_L_SkirtFront2_end_01 + 3706314754: Root/J_Bip_C_Hips/J_Sec_R_SkirtSide0_01/J_Sec_R_SkirtSide1_01/J_Sec_R_SkirtSide2_01/J_Sec_R_SkirtSide2_end_01 + 3209342262: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm/J_Bip_L_Hand/J_Bip_L_Thumb1 + 1259307586: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg/J_Sec_L_SkirtSide_01 + 2073732236: Body + 2362878606: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm/J_Bip_R_Hand/J_Bip_R_Thumb1/J_Bip_R_Thumb2 + 2190742565: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm/J_Bip_L_Hand/J_Sec_L_TipSleeve_01 + 302943063: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg + 4277321169: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_17 + 2186887057: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_06/J_Sec_Hair2_06/J_Sec_Hair3_06 + 1684056571: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg/J_Sec_R_SkirtFront_01 + 2164424409: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm/J_Bip_L_Hand/J_Bip_L_Middle1 + 1310819377: Root/J_Bip_C_Hips/J_Sec_R_SkirtSide0_01/J_Sec_R_SkirtSide1_01/J_Sec_R_SkirtSide2_01/J_Sec_R_SkirtSide2_end_01/J_Sec_R_SkirtSide2_end_01_end + 1322720258: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_15/J_Sec_Hair2_15/J_Sec_Hair3_15 + 406077639: Root/J_Bip_C_Hips/J_Sec_L_SkirtSide0_01/J_Sec_L_SkirtSide1_01/J_Sec_L_SkirtSide2_01/J_Sec_L_SkirtSide2_end_01/J_Sec_L_SkirtSide2_end_01_end + 3731027684: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_19/J_Sec_Hair2_19/J_Sec_Hair3_19/J_Sec_Hair3_19_end + 2907216216: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Sec_R_Bust1/J_Sec_R_Bust2 + 2438821782: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_13/J_Sec_Hair2_13 + 2067268032: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm/J_Bip_R_Hand/J_Sec_R_TipSleeve_01/J_Sec_R_TipSleeve_end_01 + 565240746: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_05/J_Sec_Hair2_05/J_Sec_Hair3_05 + 226648992: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_15/J_Sec_Hair2_15/J_Sec_Hair3_15/J_Sec_Hair3_15_end + 2624567210: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_04/J_Sec_Hair2_04/J_Sec_Hair3_04/J_Sec_Hair4_04/J_Sec_Hair4_04_end + 188315585: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm/J_Sec_R_LowerSleeve_01/J_Sec_R_LowerSleeve_end_01 + 2541975583: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_02 + 2412648420: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg/J_Bip_L_LowerLeg/J_Bip_L_Foot + 959107078: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg/J_Sec_L_SkirtBack0_01/J_Sec_L_SkirtBack1_01/J_Sec_L_SkirtBack2_01/J_Sec_L_SkirtBack2_end_01/J_Sec_L_SkirtBack2_end_01_end + 2235245732: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_19/J_Sec_Hair2_19 + 873086070: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg/J_Sec_L_SkirtBack_01 + 1211291281: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_12/J_Sec_Hair2_12 + 2244922043: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm/J_Sec_R_LowerSleeve_01/J_Sec_R_LowerSleeve_end_01/J_Sec_R_LowerSleeve_end_01_end + 3422213228: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_02/J_Sec_Hair2_02/J_Sec_Hair3_02/J_Sec_Hair4_02/J_Sec_Hair5_02/J_Sec_Hair5_02_end + 2965458551: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm/J_Bip_R_Hand + 3558881564: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Sec_L_Bust1 + 3097079762: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_02/J_Sec_Hair2_02/J_Sec_Hair3_02/J_Sec_Hair4_02 + 2499231161: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Sec_L_Bust1/J_Sec_L_Bust2/J_Sec_L_Bust2_end + 4072675904: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_14/J_Sec_Hair2_14 + 1692557707: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg/J_Sec_R_SkirtFront0_01/J_Sec_R_SkirtFront1_01/J_Sec_R_SkirtFront2_01/J_Sec_R_SkirtFront2_end_01/J_Sec_R_SkirtFront2_end_01_end + 3270082465: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_08/J_Sec_Hair2_08 + 2054382403: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg/J_Sec_L_SkirtFront_01 + 563909342: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_10/J_Sec_Hair2_10 + 1190858285: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle + 1174341030: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_01/J_Sec_Hair2_01/J_Sec_Hair3_01/J_Sec_Hair4_01/J_Sec_Hair5_01/J_Sec_Hair6_01/J_Sec_Hair6_01_end + 2136880292: Root/J_Bip_C_Hips + 461823654: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_09/J_Sec_Hair2_09 + 573333733: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg/J_Sec_L_SkirtFront0_01/J_Sec_L_SkirtFront1_01 + 1820188738: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_04/J_Sec_Hair2_04 + 4130908796: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_04/J_Sec_Hair2_04/J_Sec_Hair3_04 + 2900583981: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_19/J_Sec_Hair2_19/J_Sec_Hair3_19 + 2770785369: Face + 3197178968: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm/J_Bip_L_Hand/J_Bip_L_Middle1/J_Bip_L_Middle2 + 640871652: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg/J_Sec_R_SkirtBack_01 + 3322060054: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_08/J_Sec_Hair2_08/J_Sec_Hair3_08/J_Sec_Hair3_08_end + 166194620: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_05 + 1850581056: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_18 + 3507665317: Root/J_Bip_C_Hips/J_Sec_R_SkirtSide0_01/J_Sec_R_SkirtSide1_01/J_Sec_R_SkirtSide2_01 + 0: + 2416115331: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg/J_Sec_R_SkirtFront0_01 + 100527075: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_12/J_Sec_Hair2_12/J_Sec_Hair3_12 + 3011920101: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_01/J_Sec_Hair2_01/J_Sec_Hair3_01/J_Sec_Hair4_01/J_Sec_Hair5_01 + 317819110: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest + 1211440975: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm/J_Bip_L_Hand/J_Bip_L_Ring1/J_Bip_L_Ring2/J_Bip_L_Ring3 + 395097456: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm/J_Bip_L_Hand/J_Bip_L_Little1 + 1736610682: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm/J_Sec_L_LowerSleeve_01 + 1496797904: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg/J_Sec_R_SkirtSide_01 + 56322955: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg/J_Sec_L_SkirtBack0_01 + 2180915214: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg/J_Bip_R_LowerLeg/J_Bip_R_Foot + 1233944864: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm/J_Sec_R_LowerSleeve_01 + 375580458: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_02/J_Sec_Hair2_02/J_Sec_Hair3_02/J_Sec_Hair4_02/J_Sec_Hair5_02 + 3452627499: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_18/J_Sec_Hair2_18/J_Sec_Hair3_18/J_Sec_Hair3_18_end + 3138913460: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Adj_L_FaceEye + 1620453490: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_10 + 1549043107: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_18/J_Sec_Hair2_18 + 1351590373: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg/J_Sec_R_SkirtBack0_01/J_Sec_R_SkirtBack1_01/J_Sec_R_SkirtBack2_01/J_Sec_R_SkirtBack2_end_01 + 1439790663: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_07/J_Sec_Hair2_07/J_Sec_Hair3_07 + 3743063383: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Adj_R_FaceEye + 985041391: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_17/J_Sec_Hair2_17/J_Sec_Hair3_17 + 1012850073: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm/J_Bip_R_Hand/J_Bip_R_Little1/J_Bip_R_Little2/J_Bip_R_Little3 + 1788482635: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_02/J_Sec_Hair2_02/J_Sec_Hair3_02 + 964314865: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_16/J_Sec_Hair2_16/J_Sec_Hair3_16/J_Sec_Hair3_16_end + 4003749906: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg/J_Bip_R_LowerLeg/J_Bip_R_Foot/J_Bip_R_ToeBase + 3683127337: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg/J_Sec_R_SkirtSide_01/J_Sec_R_SkirtSide_end_01/J_Sec_R_SkirtSide_end_01_end + 1584097983: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm/J_Bip_L_Hand/J_Bip_L_Thumb1/J_Bip_L_Thumb2/J_Bip_L_Thumb3 + 42098839: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Sec_L_Bust1/J_Sec_L_Bust2 + 3044949467: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest + 889106634: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg/J_Sec_R_SkirtFront_01/J_Sec_R_SkirtFront_end_01/J_Sec_R_SkirtFront_end_01_end + 3573454745: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm/J_Bip_L_Hand/J_Sec_L_TipSleeve_01/J_Sec_L_TipSleeve_end_01 + 487207264: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg/J_Sec_L_SkirtFront0_01/J_Sec_L_SkirtFront1_01/J_Sec_L_SkirtFront2_01 + 555363587: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_07/J_Sec_Hair2_07/J_Sec_Hair3_07/J_Sec_Hair3_07_end + 2573161940: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_14/J_Sec_Hair2_14/J_Sec_Hair3_14 + 563793185: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Sec_R_Bust1/J_Sec_R_Bust2/J_Sec_R_Bust2_end + 1599201911: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm/J_Bip_R_Hand/J_Bip_R_Thumb1 + 2314571079: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_16 + 3280247173: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_09/J_Sec_Hair2_09/J_Sec_Hair3_09 + 728316428: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg + 305941538: Root/J_Bip_C_Hips/J_Sec_L_SkirtSide0_01/J_Sec_L_SkirtSide1_01 + 4294921934: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_04/J_Sec_Hair2_04/J_Sec_Hair3_04/J_Sec_Hair4_04 + 3747768667: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm/J_Bip_L_Hand/J_Bip_L_Ring1/J_Bip_L_Ring2 + 506101615: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_14/J_Sec_Hair2_14/J_Sec_Hair3_14/J_Sec_Hair3_14_end + 407801068: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm/J_Bip_L_LowerArm/J_Bip_L_Hand/J_Bip_L_Little1/J_Bip_L_Little2 + 2874361606: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm + 2045097404: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg/J_Sec_L_SkirtBack_01/J_Sec_L_SkirtBack_end_01 + 630613340: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg/J_Sec_L_SkirtFront_01/J_Sec_L_SkirtFront_end_01 + 2786342872: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_11/J_Sec_Hair2_11/J_Sec_Hair3_11 + 718428734: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_17/J_Sec_Hair2_17/J_Sec_Hair3_17/J_Sec_Hair3_17_end + 2317575035: Root/J_Bip_C_Hips/J_Sec_R_SkirtSide0_01 + 732937031: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_15/J_Sec_Hair2_15 + 490718561: Root/J_Bip_C_Hips/J_Bip_L_UpperLeg/J_Bip_L_LowerLeg/J_Bip_L_Foot/J_Bip_L_ToeBase + 4187978184: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_13 + 1777957277: Root/J_Bip_C_Hips/J_Bip_C_Spine + 1906081294: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_10/J_Sec_Hair2_10/J_Sec_Hair3_10 + 2607701519: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_16/J_Sec_Hair2_16 + 3365707631: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_L_Clavicle/J_Bip_L_UpperArm + 2431564806: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_06 + 2392344926: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_12 + 3991215231: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_R_Clavicle/J_Bip_R_UpperArm/J_Bip_R_LowerArm/J_Bip_R_Hand/J_Bip_R_Index1/J_Bip_R_Index2/J_Bip_R_Index3 + 243935653: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_01 + 677580999: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck + 97756173: Root/J_Bip_C_Hips/J_Bip_C_Spine/J_Bip_C_Chest/J_Bip_C_UpperChest/J_Bip_C_Neck/J_Bip_C_Head/J_Sec_Hair1_06/J_Sec_Hair2_06 + 2958663727: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg/J_Sec_R_SkirtFront0_01/J_Sec_R_SkirtFront1_01/J_Sec_R_SkirtFront2_01 + 3149394300: Root/J_Bip_C_Hips/J_Bip_R_UpperLeg/J_Sec_R_SkirtBack_01/J_Sec_R_SkirtBack_end_01 + 2977252379: Root/J_Bip_C_Hips/J_Sec_R_SkirtSide0_01/J_Sec_R_SkirtSide1_01 + m_HumanDescription: + serializedVersion: 3 + m_Human: + - m_BoneName: J_Bip_C_Hips + m_HumanName: Hips + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_UpperLeg + m_HumanName: LeftUpperLeg + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_UpperLeg + m_HumanName: RightUpperLeg + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_LowerLeg + m_HumanName: LeftLowerLeg + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_LowerLeg + m_HumanName: RightLowerLeg + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_Foot + m_HumanName: LeftFoot + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_Foot + m_HumanName: RightFoot + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_ToeBase + m_HumanName: LeftToes + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_ToeBase + m_HumanName: RightToes + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_C_Spine + m_HumanName: Spine + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_C_Chest + m_HumanName: Chest + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_C_UpperChest + m_HumanName: UpperChest + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_C_Neck + m_HumanName: Neck + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_C_Head + m_HumanName: Head + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Adj_L_FaceEye + m_HumanName: LeftEye + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Adj_R_FaceEye + m_HumanName: RightEye + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_Clavicle + m_HumanName: LeftShoulder + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_Clavicle + m_HumanName: RightShoulder + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_UpperArm + m_HumanName: LeftUpperArm + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_UpperArm + m_HumanName: RightUpperArm + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_LowerArm + m_HumanName: LeftLowerArm + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_LowerArm + m_HumanName: RightLowerArm + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_Hand + m_HumanName: LeftHand + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_Hand + m_HumanName: RightHand + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_Thumb1 + m_HumanName: Left Thumb Proximal + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_Thumb2 + m_HumanName: Left Thumb Intermediate + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_Thumb3 + m_HumanName: Left Thumb Distal + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_Index1 + m_HumanName: Left Index Proximal + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_Index2 + m_HumanName: Left Index Intermediate + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_Index3 + m_HumanName: Left Index Distal + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_Middle1 + m_HumanName: Left Middle Proximal + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_Middle2 + m_HumanName: Left Middle Intermediate + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_Middle3 + m_HumanName: Left Middle Distal + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_Ring1 + m_HumanName: Left Ring Proximal + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_Ring2 + m_HumanName: Left Ring Intermediate + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_Ring3 + m_HumanName: Left Ring Distal + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_Little1 + m_HumanName: Left Little Proximal + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_Little2 + m_HumanName: Left Little Intermediate + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_L_Little3 + m_HumanName: Left Little Distal + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_Thumb1 + m_HumanName: Right Thumb Proximal + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_Thumb2 + m_HumanName: Right Thumb Intermediate + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_Thumb3 + m_HumanName: Right Thumb Distal + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_Index1 + m_HumanName: Right Index Proximal + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_Index2 + m_HumanName: Right Index Intermediate + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_Index3 + m_HumanName: Right Index Distal + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_Middle1 + m_HumanName: Right Middle Proximal + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_Middle2 + m_HumanName: Right Middle Intermediate + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_Middle3 + m_HumanName: Right Middle Distal + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_Ring1 + m_HumanName: Right Ring Proximal + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_Ring2 + m_HumanName: Right Ring Intermediate + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_Ring3 + m_HumanName: Right Ring Distal + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_Little1 + m_HumanName: Right Little Proximal + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_Little2 + m_HumanName: Right Little Intermediate + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + - m_BoneName: J_Bip_R_Little3 + m_HumanName: Right Little Distal + m_Limit: + m_Min: {x: 0, y: 0, z: 0} + m_Max: {x: 0, y: 0, z: 0} + m_Value: {x: 0, y: 0, z: 0} + m_Length: 0 + m_Modified: 0 + m_Skeleton: + - m_Name: Female1_withVrmIK + m_ParentName: + m_Position: {x: 0, y: 0, z: 0} + m_Rotation: {x: 0, y: 0, z: 0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: Body + m_ParentName: + m_Position: {x: 0, y: 0, z: 0} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: Face + m_ParentName: + m_Position: {x: 0, y: 0, z: 0} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: Hair + m_ParentName: + m_Position: {x: 0, y: 0, z: 0} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: Root + m_ParentName: + m_Position: {x: 0, y: 0, z: 0} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_C_Hips + m_ParentName: + m_Position: {x: 0, y: 0.93650174, z: 0.0036878982} + m_Rotation: {x: 0, y: 0, z: 0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_C_Spine + m_ParentName: + m_Position: {x: 5.948816e-32, y: 0.050968885, z: 0.012252513} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_C_Chest + m_ParentName: + m_Position: {x: -2.0149595e-17, y: 0.110621214, z: 0.0029853042} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_C_UpperChest + m_ParentName: + m_Position: {x: 2.9083892e-17, y: 0.10536587, z: -0.014336677} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_C_Neck + m_ParentName: + m_Position: {x: 9.127545e-17, y: 0.1294887, z: -0.03754457} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_C_Head + m_ParentName: + m_Position: {x: 0.000000005196695, y: 0.075594306, z: 0.009783598} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Adj_L_FaceEye + m_ParentName: + m_Position: {x: -0.014784996, y: 0.06125927, z: 0.022221765} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Adj_R_FaceEye + m_ParentName: + m_Position: {x: 0.014784982, y: 0.06125927, z: 0.022221772} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair1_01 + m_ParentName: + m_Position: {x: 0.0060543846, y: 0.19155574, z: -0.11623336} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair2_01 + m_ParentName: + m_Position: {x: -0.0032195332, y: -0.09500408, z: -0.029305004} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_01 + m_ParentName: + m_Position: {x: -0.003834067, y: -0.09629369, z: -0.024558365} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair4_01 + m_ParentName: + m_Position: {x: -0.0045603532, y: -0.0975678, z: -0.01879552} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair5_01 + m_ParentName: + m_Position: {x: -0.004833374, y: -0.097961664, z: -0.016576946} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair6_01 + m_ParentName: + m_Position: {x: -0.004801523, y: -0.09791851, z: -0.016837388} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair6_01_end + m_ParentName: + m_Position: {x: -0.0033789221, y: -0.06890714, z: -0.011848748} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair1_02 + m_ParentName: + m_Position: {x: -0.023998903, y: 0.17999744, z: -0.09226433} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair2_02 + m_ParentName: + m_Position: {x: -0.017848196, y: -0.10116458, z: -0.025196552} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_02 + m_ParentName: + m_Position: {x: -0.019145628, y: -0.102164984, z: -0.019412987} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair4_02 + m_ParentName: + m_Position: {x: -0.020202043, y: -0.102792144, z: -0.014479518} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair5_02 + m_ParentName: + m_Position: {x: -0.020311652, y: -0.102844834, z: -0.013952583} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair5_02_end + m_ParentName: + m_Position: {x: -0.013444329, y: -0.06807315, z: -0.009235263} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair1_03 + m_ParentName: + m_Position: {x: 0.011216303, y: 0.19704938, z: -0.109584175} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair2_03 + m_ParentName: + m_Position: {x: 0.02504052, y: -0.09843135, z: -0.013009474} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_03 + m_ParentName: + m_Position: {x: 0.020819375, y: -0.09838283, z: -0.019334368} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair4_03 + m_ParentName: + m_Position: {x: 0.01747091, y: -0.09802544, z: -0.024187118} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair5_03 + m_ParentName: + m_Position: {x: 0.017163226, y: -0.097975254, z: -0.024624199} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair5_03_end + m_ParentName: + m_Position: {x: 0.011724673, y: -0.06692958, z: -0.016821474} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair1_04 + m_ParentName: + m_Position: {x: 0.09034192, y: 0.020739079, z: 0.013131157} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair2_04 + m_ParentName: + m_Position: {x: 0.0005200654, y: -0.052738905, z: 0.011005877} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_04 + m_ParentName: + m_Position: {x: -0.0051159784, y: -0.045720816, z: 0.02806885} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair4_04 + m_ParentName: + m_Position: {x: -0.017751932, y: -0.034382105, z: 0.036584526} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair4_04_end + m_ParentName: + m_Position: {x: -0.023335353, y: -0.045196176, z: 0.04809127} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair1_05 + m_ParentName: + m_Position: {x: -0.09037836, y: 0.018492937, z: 0.0131891295} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair2_05 + m_ParentName: + m_Position: {x: -0.00038973987, y: -0.051941752, z: 0.011532931} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_05 + m_ParentName: + m_Position: {x: 0.00504905, y: -0.04497254, z: 0.028033623} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair4_05 + m_ParentName: + m_Position: {x: 0.017956987, y: -0.033681393, z: 0.036034673} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair4_05_end + m_ParentName: + m_Position: {x: 0.0239464, y: -0.044915557, z: 0.048053756} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair1_06 + m_ParentName: + m_Position: {x: 0.0038271134, y: 0.10032368, z: 0.11484787} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair2_06 + m_ParentName: + m_Position: {x: -0.0114425, y: -0.038627625, z: -0.0029882044} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_06 + m_ParentName: + m_Position: {x: -0.023252435, y: -0.030773401, z: -0.0087142885} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_06_end + m_ParentName: + m_Position: {x: -0.04116246, y: -0.05447638, z: -0.015426412} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair1_07 + m_ParentName: + m_Position: {x: 0.09799406, y: 0.07294512, z: 0.038732037} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair2_07 + m_ParentName: + m_Position: {x: -0.008405648, y: -0.035627127, z: 0.0036858395} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_07 + m_ParentName: + m_Position: {x: -0.021355107, y: -0.028679848, z: 0.006578073} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_07_end + m_ParentName: + m_Position: {x: -0.041115865, y: -0.05521846, z: 0.012665033} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair1_08 + m_ParentName: + m_Position: {x: 0.1039162, y: 0.06665754, z: 0.01088972} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair2_08 + m_ParentName: + m_Position: {x: -0.012210831, y: -0.035097122, z: 0.0028314441} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_08 + m_ParentName: + m_Position: {x: -0.021619588, y: -0.029940248, z: -0.0024947487} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_08_end + m_ParentName: + m_Position: {x: -0.04088626, y: -0.05662203, z: -0.0047179908} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair1_09 + m_ParentName: + m_Position: {x: -0.103599615, y: 0.06952298, z: 0.010509707} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair2_09 + m_ParentName: + m_Position: {x: 0.011073269, y: -0.03683269, z: 0.00053985044} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_09 + m_ParentName: + m_Position: {x: 0.022228621, y: -0.03105092, z: -0.002774533} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_09_end + m_ParentName: + m_Position: {x: 0.040639482, y: -0.056768894, z: -0.005072549} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair1_10 + m_ParentName: + m_Position: {x: -0.09720296, y: 0.06601691, z: 0.038295604} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair2_10 + m_ParentName: + m_Position: {x: 0.008842394, y: -0.031521797, z: 0.0020156577} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_10 + m_ParentName: + m_Position: {x: 0.019210495, y: -0.025567174, z: 0.0049108267} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_10_end + m_ParentName: + m_Position: {x: 0.041562013, y: -0.05531466, z: 0.010624602} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair1_11 + m_ParentName: + m_Position: {x: -0.08736309, y: 0.061727047, z: -0.078165144} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair2_11 + m_ParentName: + m_Position: {x: 0.0076676607, y: -0.034651995, z: 0.0029347688} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_11 + m_ParentName: + m_Position: {x: 0.017155953, y: -0.030285716, z: 0.006837338} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_11_end + m_ParentName: + m_Position: {x: 0.033854835, y: -0.059764504, z: 0.01349251} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair1_12 + m_ParentName: + m_Position: {x: 0.003668399, y: 0.074970245, z: -0.12469099} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair2_12 + m_ParentName: + m_Position: {x: 0.00081768166, y: -0.04406452, z: 0.00985533} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_12 + m_ParentName: + m_Position: {x: 0.008002964, y: -0.039358377, z: 0.020634204} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_12_end + m_ParentName: + m_Position: {x: 0.012406546, y: -0.06101513, z: 0.031988047} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair1_13 + m_ParentName: + m_Position: {x: 0.092061795, y: 0.06233096, z: -0.07076192} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair2_13 + m_ParentName: + m_Position: {x: -0.006141573, y: -0.036583662, z: 0.006459132} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_13 + m_ParentName: + m_Position: {x: -0.012260839, y: -0.03093195, z: 0.017225683} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_13_end + m_ParentName: + m_Position: {x: -0.022906553, y: -0.057789207, z: 0.032182217} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair1_14 + m_ParentName: + m_Position: {x: -0.038898736, y: -0.019448876, z: -0.040619954} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair2_14 + m_ParentName: + m_Position: {x: 0.0060002767, y: -0.018793583, z: -0.0030941814} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_14 + m_ParentName: + m_Position: {x: 0.0022521075, y: -0.019284606, z: -0.0043754727} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_14_end + m_ParentName: + m_Position: {x: 0.007920966, y: -0.06782651, z: -0.015389115} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair1_15 + m_ParentName: + m_Position: {x: -0.010106603, y: -0.004513502, z: -0.068655685} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair2_15 + m_ParentName: + m_Position: {x: 0.0025522728, y: -0.030941367, z: 0.011916444} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_15 + m_ParentName: + m_Position: {x: 0.0056611383, y: -0.03245902, z: -0.0000307858} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_15_end + m_ParentName: + m_Position: {x: 0.01202706, y: -0.068959, z: -0.0000654012} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair1_16 + m_ParentName: + m_Position: {x: 0.04439354, y: -0.011398077, z: -0.0384506} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair2_16 + m_ParentName: + m_Position: {x: -0.0067237467, y: -0.024332285, z: 0.0013642758} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_16 + m_ParentName: + m_Position: {x: -0.0070233773, y: -0.021796703, z: -0.011003256} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_16_end + m_ParentName: + m_Position: {x: -0.019350724, y: -0.060054064, z: -0.030316055} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair1_17 + m_ParentName: + m_Position: {x: 0.06916933, y: 0.09241533, z: 0.08386295} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair2_17 + m_ParentName: + m_Position: {x: 0.00031793863, y: -0.031071424, z: -0.003433995} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_17 + m_ParentName: + m_Position: {x: -0.010192722, y: -0.029346943, z: 0.0015152171} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_17_end + m_ParentName: + m_Position: {x: -0.022939213, y: -0.066046715, z: 0.0034100711} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair1_18 + m_ParentName: + m_Position: {x: -0.030270243, y: 0.11486733, z: 0.109852746} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair2_18 + m_ParentName: + m_Position: {x: -0.03878224, y: -0.035150647, z: -0.012748048} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_18 + m_ParentName: + m_Position: {x: -0.040310033, y: -0.00279212, z: -0.033838585} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_18_end + m_ParentName: + m_Position: {x: -0.053538345, y: -0.0037083626, z: -0.0449432} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair1_19 + m_ParentName: + m_Position: {x: -0.06878384, y: 0.095115304, z: 0.084242165} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair2_19 + m_ParentName: + m_Position: {x: -0.00079639256, y: -0.0322783, z: -0.0035905913} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_19 + m_ParentName: + m_Position: {x: 0.013975155, y: -0.027860403, z: 0.006449461} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_Hair3_19_end + m_ParentName: + m_Position: {x: 0.030734617, y: -0.06127155, z: 0.014183879} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_Clavicle + m_ParentName: + m_Position: {x: -0.020808386, y: 0.1034497, z: -0.02933467} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_UpperArm + m_ParentName: + m_Position: {x: -0.06679835, y: -0.0100136995, z: 0.000000014901161} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_LowerArm + m_ParentName: + m_Position: {x: -0.21410698, y: 0, z: 0} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_Hand + m_ParentName: + m_Position: {x: -0.19947156, y: 0.0000023841858, z: 0.00036800653} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_Index1 + m_ParentName: + m_Position: {x: -0.060842276, y: 0.007224083, z: 0.019240757} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_Index2 + m_ParentName: + m_Position: {x: -0.030905277, y: 0, z: -0.0006325543} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_Index3 + m_ParentName: + m_Position: {x: -0.019009352, y: -0.0005789995, z: -0.0007722862} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_Little1 + m_ParentName: + m_Position: {x: -0.056770742, y: 0.007224083, z: -0.028558226} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_Little2 + m_ParentName: + m_Position: {x: -0.02921474, y: 0, z: 0.000000014901161} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_Little3 + m_ParentName: + m_Position: {x: -0.016837686, y: 0.00000011920929, z: -0.000000022351742} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_Middle1 + m_ParentName: + m_Position: {x: -0.06167108, y: 0.007224202, z: 0.0020036474} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_Middle2 + m_ParentName: + m_Position: {x: -0.03443119, y: -0.00000011920929, z: 0.000000007450581} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_Middle3 + m_ParentName: + m_Position: {x: -0.021241367, y: 0.00000011920929, z: -0.000000007450581} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_Ring1 + m_ParentName: + m_Position: {x: -0.060968697, y: 0.007224083, z: -0.01330054} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_Ring2 + m_ParentName: + m_Position: {x: -0.03193912, y: 0, z: -0.000000014901161} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_Ring3 + m_ParentName: + m_Position: {x: -0.01843214, y: 0, z: 0} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_Thumb1 + m_ParentName: + m_Position: {x: -0.0032740831, y: -0.0097965, z: 0.01562553} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_Thumb2 + m_ParentName: + m_Position: {x: -0.032867372, y: -0.0020189285, z: 0.029622039} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_Thumb3 + m_ParentName: + m_Position: {x: -0.02096486, y: -0.0009496212, z: 0.017276319} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_TipSleeve_01 + m_ParentName: + m_Position: {x: 0.004469067, y: -0.015556693, z: -0.008071767} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_TipSleeve_end_01 + m_ParentName: + m_Position: {x: -0.042382568, y: -0.0041464567, z: -0.0023704246} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_TipSleeve_end_01_end + m_ParentName: + m_Position: {x: -0.06955972, y: -0.0068053007, z: -0.0038904175} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_LowerSleeve_01 + m_ParentName: + m_Position: {x: -0.09607756, y: -0.019597769, z: 0.0024976358} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_LowerSleeve_end_01 + m_ParentName: + m_Position: {x: -0.0049577653, y: -0.07610023, z: 0.0052430034} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_LowerSleeve_end_01_end + m_ParentName: + m_Position: {x: -0.0045399964, y: -0.06968737, z: 0.004801186} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_Clavicle + m_ParentName: + m_Position: {x: 0.020808386, y: 0.1034497, z: -0.02933467} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_UpperArm + m_ParentName: + m_Position: {x: 0.06679835, y: -0.0100136995, z: 0.000000014901161} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_LowerArm + m_ParentName: + m_Position: {x: 0.21410698, y: 0, z: 0} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_Hand + m_ParentName: + m_Position: {x: 0.19947156, y: 0.0000023841858, z: 0.00036800653} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_Index1 + m_ParentName: + m_Position: {x: 0.060842276, y: 0.007224083, z: 0.019240757} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_Index2 + m_ParentName: + m_Position: {x: 0.030905277, y: 0, z: -0.0006325543} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_Index3 + m_ParentName: + m_Position: {x: 0.019009352, y: -0.0005789995, z: -0.0007722862} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_Little1 + m_ParentName: + m_Position: {x: 0.056770742, y: 0.007224083, z: -0.028558226} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_Little2 + m_ParentName: + m_Position: {x: 0.02921474, y: 0, z: 0.000000014901161} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_Little3 + m_ParentName: + m_Position: {x: 0.016837686, y: 0.00000011920929, z: -0.000000022351742} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_Middle1 + m_ParentName: + m_Position: {x: 0.06167108, y: 0.007224202, z: 0.0020036474} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_Middle2 + m_ParentName: + m_Position: {x: 0.03443119, y: -0.00000011920929, z: 0.000000007450581} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_Middle3 + m_ParentName: + m_Position: {x: 0.021241367, y: 0.00000011920929, z: -0.000000007450581} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_Ring1 + m_ParentName: + m_Position: {x: 0.060968697, y: 0.007224083, z: -0.01330054} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_Ring2 + m_ParentName: + m_Position: {x: 0.03193912, y: 0, z: -0.000000014901161} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_Ring3 + m_ParentName: + m_Position: {x: 0.01843214, y: 0, z: 0} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_Thumb1 + m_ParentName: + m_Position: {x: 0.0032740831, y: -0.0097965, z: 0.01562553} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_Thumb2 + m_ParentName: + m_Position: {x: 0.032867372, y: -0.0020189285, z: 0.029622039} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_Thumb3 + m_ParentName: + m_Position: {x: 0.02096486, y: -0.0009496212, z: 0.017276319} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_TipSleeve_01 + m_ParentName: + m_Position: {x: -0.004469067, y: -0.015556693, z: -0.008071767} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_TipSleeve_end_01 + m_ParentName: + m_Position: {x: 0.042382568, y: -0.0041464567, z: -0.0023704246} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_TipSleeve_end_01_end + m_ParentName: + m_Position: {x: 0.06955972, y: -0.0068053007, z: -0.0038904175} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_LowerSleeve_01 + m_ParentName: + m_Position: {x: 0.09607756, y: -0.019597769, z: 0.0024976358} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_LowerSleeve_end_01 + m_ParentName: + m_Position: {x: 0.0049577653, y: -0.07610023, z: 0.0052430034} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_LowerSleeve_end_01_end + m_ParentName: + m_Position: {x: 0.0045399964, y: -0.06968737, z: 0.004801186} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_Bust1 + m_ParentName: + m_Position: {x: -0.051190045, y: -0.007102847, z: 0.067519896} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_Bust2 + m_ParentName: + m_Position: {x: -0.015037615, y: 0.0036982298, z: 0.030056074} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_Bust2_end + m_ParentName: + m_Position: {x: -0.031132981, y: 0.0076565742, z: 0.062226303} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_Bust1 + m_ParentName: + m_Position: {x: 0.051190045, y: -0.007102847, z: 0.067519896} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_Bust2 + m_ParentName: + m_Position: {x: 0.015037615, y: 0.0036982298, z: 0.030056074} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_Bust2_end + m_ParentName: + m_Position: {x: 0.031132981, y: 0.0076565742, z: 0.062226303} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_UpperLeg + m_ParentName: + m_Position: {x: -0.07168864, y: -0.03872311, z: -0.0035527977} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_LowerLeg + m_ParentName: + m_Position: {x: 0.000000014901161, y: -0.3756488, z: -0.010205619} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_Foot + m_ParentName: + m_Position: {x: 0, y: -0.4251067, z: -0.023510326} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_L_ToeBase + m_ParentName: + m_Position: {x: 0, y: -0.0613662, z: 0.09755388} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtBack0_01 + m_ParentName: + m_Position: {x: -0.00051371753, y: 0.03553772, z: -0.12787059} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtBack1_01 + m_ParentName: + m_Position: {x: 0, y: 0, z: 0} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtBack2_01 + m_ParentName: + m_Position: {x: -0.0321839, y: -0.12671971, z: -0.05308689} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtBack2_end_01 + m_ParentName: + m_Position: {x: -0.031471446, y: -0.1283117, z: -0.04816988} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtBack2_end_01_end + m_ParentName: + m_Position: {x: -0.015666068, y: -0.06387186, z: -0.023978308} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtBack_01 + m_ParentName: + m_Position: {x: 0.002153173, y: -0.040513754, z: -0.11518712} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtBack_end_01 + m_ParentName: + m_Position: {x: -0.00886596, y: -0.08771938, z: -0.013875127} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtBack_end_01_end + m_ParentName: + m_Position: {x: -0.006953582, y: -0.06879842, z: -0.010882273} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtFront0_01 + m_ParentName: + m_Position: {x: 0.0041720867, y: 0.0041890144, z: 0.14196625} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtFront1_01 + m_ParentName: + m_Position: {x: 0, y: 0, z: 0} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtFront2_01 + m_ParentName: + m_Position: {x: -0.022604093, y: -0.12880695, z: 0.019534513} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtFront2_end_01 + m_ParentName: + m_Position: {x: -0.02736549, y: -0.15725672, z: 0.024203286} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtFront2_end_01_end + m_ParentName: + m_Position: {x: -0.011865273, y: -0.0681842, z: 0.0104941875} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtFront_01 + m_ParentName: + m_Position: {x: 0.00864964, y: -0.05833465, z: 0.12072687} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtFront_end_01 + m_ParentName: + m_Position: {x: -0.008657336, y: -0.096174896, z: -0.0006926805} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtFront_end_01_end + m_ParentName: + m_Position: {x: -0.006275624, y: -0.069716334, z: -0.000502117} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtSide_01 + m_ParentName: + m_Position: {x: -0.10469708, y: -0.04024589, z: 0.003496936} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtSide_end_01 + m_ParentName: + m_Position: {x: -0.026975378, y: -0.09512514, z: -0.010761733} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtSide_end_01_end + m_ParentName: + m_Position: {x: -0.018985301, y: -0.06694919, z: -0.0075741177} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_UpperLeg + m_ParentName: + m_Position: {x: 0.07168864, y: -0.03872311, z: -0.0035527977} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_LowerLeg + m_ParentName: + m_Position: {x: -0.000000014901161, y: -0.3756488, z: -0.010205619} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_Foot + m_ParentName: + m_Position: {x: 0, y: -0.4251067, z: -0.023510326} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Bip_R_ToeBase + m_ParentName: + m_Position: {x: 0, y: -0.0613662, z: 0.09755388} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtBack0_01 + m_ParentName: + m_Position: {x: 0.00051373243, y: 0.03553754, z: -0.12787092} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtBack1_01 + m_ParentName: + m_Position: {x: 0, y: 0, z: 0} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtBack2_01 + m_ParentName: + m_Position: {x: 0.0321839, y: -0.12671995, z: -0.053086832} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtBack2_end_01 + m_ParentName: + m_Position: {x: 0.031471908, y: -0.12831116, z: -0.048169613} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtBack2_end_01_end + m_ParentName: + m_Position: {x: 0.01566635, y: -0.0638718, z: -0.023978248} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtBack_01 + m_ParentName: + m_Position: {x: -0.0021531358, y: -0.040513754, z: -0.11518711} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtBack_end_01 + m_ParentName: + m_Position: {x: 0.0068022385, y: -0.0878436, z: -0.01423265} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtBack_end_01_end + m_ParentName: + m_Position: {x: 0.005335167, y: -0.0688979, z: -0.011163011} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtFront0_01 + m_ParentName: + m_Position: {x: -0.0041720644, y: 0.0041888356, z: 0.14196649} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtFront1_01 + m_ParentName: + m_Position: {x: 0, y: 0, z: 0} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtFront2_01 + m_ParentName: + m_Position: {x: 0.022604086, y: -0.12880653, z: 0.019534424} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtFront2_end_01 + m_ParentName: + m_Position: {x: 0.027364962, y: -0.1572566, z: 0.02420336} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtFront2_end_01_end + m_ParentName: + m_Position: {x: 0.011865057, y: -0.06818426, z: 0.010494232} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtFront_01 + m_ParentName: + m_Position: {x: -0.008878, y: -0.058356643, z: 0.12080709} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtFront_end_01 + m_ParentName: + m_Position: {x: 0.008391716, y: -0.096199274, z: -0.0005996004} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtFront_end_01_end + m_ParentName: + m_Position: {x: 0.006083064, y: -0.06973386, z: -0.00043464452} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtSide_01 + m_ParentName: + m_Position: {x: 0.10469708, y: -0.04024577, z: 0.0034969351} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtSide_end_01 + m_ParentName: + m_Position: {x: 0.026974961, y: -0.09512484, z: -0.010761726} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtSide_end_01_end + m_ParentName: + m_Position: {x: 0.018985078, y: -0.06694925, z: -0.007574144} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtSide0_01 + m_ParentName: + m_Position: {x: -0.1839734, y: -0.01717341, z: 0.008129962} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtSide1_01 + m_ParentName: + m_Position: {x: 0, y: 0, z: 0} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtSide2_01 + m_ParentName: + m_Position: {x: -0.04965982, y: -0.12537038, z: -0.007807067} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtSide2_end_01 + m_ParentName: + m_Position: {x: -0.040121317, y: -0.11963594, z: -0.0065027433} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_L_SkirtSide2_end_01_end + m_ParentName: + m_Position: {x: -0.022227585, y: -0.06627941, z: -0.0036025797} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtSide0_01 + m_ParentName: + m_Position: {x: 0.18397318, y: -0.017173588, z: 0.008129945} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtSide1_01 + m_ParentName: + m_Position: {x: 0, y: 0, z: 0} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtSide2_01 + m_ParentName: + m_Position: {x: 0.049659625, y: -0.12536985, z: -0.0078070783} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtSide2_end_01 + m_ParentName: + m_Position: {x: 0.040121317, y: -0.11963624, z: -0.0065027284} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: J_Sec_R_SkirtSide2_end_01_end + m_ParentName: + m_Position: {x: 0.022227526, y: -0.06627941, z: -0.003602563} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + - m_Name: secondary + m_ParentName: + m_Position: {x: 0, y: 0, z: 0} + m_Rotation: {x: -0, y: -0, z: -0, w: 1} + m_Scale: {x: 1, y: 1, z: 1} + m_ArmTwist: 0.5 + m_ForeArmTwist: 0.5 + m_UpperLegTwist: 0.5 + m_LegTwist: 0.5 + m_ArmStretch: 0.05 + m_LegStretch: 0.05 + m_FeetSpacing: 0 + m_GlobalScale: 0 + m_RootMotionBoneName: + m_HasTranslationDoF: 0 + m_HasExtraRoot: 0 + m_SkeletonHasParents: 0 diff --git a/com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Arts/Female1_withVrmIK.avatar.asset.meta b/com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Arts/Female1_withVrmIK.avatar.asset.meta new file mode 100644 index 0000000..d3ad116 --- /dev/null +++ b/com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Arts/Female1_withVrmIK.avatar.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c5f5e4b11c3eb7849b74217c3351ca23 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 9000000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Arts/VRMfile.meta b/com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Arts/VRMfile.meta new file mode 100644 index 0000000..9bbf5b2 --- /dev/null +++ b/com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Arts/VRMfile.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4e5bee8db40a5a941a38710195e3219e +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Arts/VRMfile/VRM1.meta b/com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Arts/VRMfile/VRM1.meta new file mode 100644 index 0000000..6880f2b --- /dev/null +++ b/com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Arts/VRMfile/VRM1.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ca57a546da07d9146aa710d82ec06e64 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Arts/VRMfile/VRM1/Female1.meta b/com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Arts/VRMfile/VRM1/Female1.meta new file mode 100644 index 0000000..459f63d --- /dev/null +++ b/com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Arts/VRMfile/VRM1/Female1.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a7f896cc07ac6a34a8789d0e7d4ed42f +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Arts/VRMfile/VRM1/Female1/Female1.prefab b/com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Arts/VRMfile/VRM1/Female1/Female1.prefab new file mode 100644 index 0000000..693cc53 --- /dev/null +++ b/com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Arts/VRMfile/VRM1/Female1/Female1.prefab @@ -0,0 +1,11142 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &4992620580907915 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 670576084913084329} + - component: {fileID: 9140907336157699313} + m_Layer: 0 + m_Name: J_Bip_L_Hand + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &670576084913084329 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4992620580907915} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.19947156, y: 0.0000023841858, z: 0.00036800653} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 5706846140068124471} + - {fileID: 1672734728708313454} + - {fileID: 8204812894459503969} + - {fileID: 8657070705154601903} + - {fileID: 1889331548573138998} + - {fileID: 4652103739721373233} + m_Father: {fileID: 7729243161672458662} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &9140907336157699313 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4992620580907915} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 35bfb658269b2af478e501de243deda6, type: 3} + m_Name: + m_EditorClassIdentifier: + ColliderType: 0 + Offset: {x: -0.01833582, y: 0, z: -0.0000000037252903} + Radius: 0.027503755 + Tail: {x: 0, y: 0, z: 0} +--- !u!1 &49251450954016715 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3980424932970048427} + - component: {fileID: 1860275472584081883} + m_Layer: 0 + m_Name: J_Sec_Hair3_14 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3980424932970048427 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 49251450954016715} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.0022521075, y: -0.019284606, z: -0.0043754727} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 2402497594785016750} + m_Father: {fileID: 5098851423009806788} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &1860275472584081883 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 49251450954016715} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.90833336 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.4 + m_jointRadius: 0.009418663 +--- !u!1 &104722355452498876 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3672519070279302220} + m_Layer: 0 + m_Name: J_Bip_R_Ring2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3672519070279302220 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 104722355452498876} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.03193912, y: 0, z: -0.000000014901161} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 7146856047974759283} + m_Father: {fileID: 1524751021064489835} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &122788839861407486 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8112963672796114848} + - component: {fileID: 300058098836783683} + m_Layer: 0 + m_Name: J_Sec_Hair3_19_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8112963672796114848 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 122788839861407486} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.030734617, y: -0.06127155, z: 0.014183879} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 2652983627195410055} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &300058098836783683 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 122788839861407486} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 1 + m_gravityPower: 0 + m_gravityDir: {x: 0, y: -1, z: 0} + m_dragForce: 0.5 + m_jointRadius: 0 +--- !u!1 &130211163165817862 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2360160934206895291} + - component: {fileID: 79122049036116107} + m_Layer: 0 + m_Name: J_Sec_Hair1_03 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2360160934206895291 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 130211163165817862} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.011216303, y: 0.19704938, z: -0.109584175} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 27848154333146322} + m_Father: {fileID: 6309917567260627216} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &79122049036116107 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 130211163165817862} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.2519737 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.4 + m_jointRadius: 0.02166229 +--- !u!1 &155392359091668616 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8688765697645344086} + - component: {fileID: 5460227937624777498} + m_Layer: 0 + m_Name: J_Sec_Hair3_04 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8688765697645344086 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 155392359091668616} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.0051159784, y: -0.045720816, z: 0.02806885} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 6167189908233132493} + m_Father: {fileID: 7279263684717143522} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &5460227937624777498 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 155392359091668616} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.4 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.4 + m_jointRadius: 0.009417889 +--- !u!1 &278129059926605950 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7766887124715643920} + - component: {fileID: 3288899514233576092} + - component: {fileID: 5149963035156013597} + - component: {fileID: 1599500383588093163} + m_Layer: 0 + m_Name: J_Bip_L_UpperArm + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7766887124715643920 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 278129059926605950} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.06679835, y: -0.0100136995, z: 0.000000014901161} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 7729243161672458662} + m_Father: {fileID: 532275503615193426} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &3288899514233576092 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 278129059926605950} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 35bfb658269b2af478e501de243deda6, type: 3} + m_Name: + m_EditorClassIdentifier: + ColliderType: 0 + Offset: {x: -0, y: -0.00916779, z: -0.000000011175871} + Radius: 0.045838986 + Tail: {x: 0, y: 0, z: 0} +--- !u!114 &5149963035156013597 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 278129059926605950} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 35bfb658269b2af478e501de243deda6, type: 3} + m_Name: + m_EditorClassIdentifier: + ColliderType: 0 + Offset: {x: -0.06875848, y: -0.00916779, z: -0.000000011175871} + Radius: 0.045838986 + Tail: {x: 0, y: 0, z: 0} +--- !u!114 &1599500383588093163 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 278129059926605950} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 35bfb658269b2af478e501de243deda6, type: 3} + m_Name: + m_EditorClassIdentifier: + ColliderType: 0 + Offset: {x: -0.13751695, y: -0.00916779, z: -0.000000009313226} + Radius: 0.045838986 + Tail: {x: 0, y: 0, z: 0} +--- !u!1 &301225005699665715 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3610319686594456171} + - component: {fileID: 1600641836991221305} + m_Layer: 0 + m_Name: J_Sec_Hair3_12 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3610319686594456171 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 301225005699665715} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.008002964, y: -0.039358377, z: 0.020634204} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 945881509905032160} + m_Father: {fileID: 6889286423289245831} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &1600641836991221305 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 301225005699665715} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.8208333 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.4 + m_jointRadius: 0.009417872 +--- !u!1 &304572381182215036 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6268143794071668445} + - component: {fileID: 4204023427709333045} + m_Layer: 0 + m_Name: J_Sec_L_SkirtSide_end_01_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6268143794071668445 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 304572381182215036} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.018985301, y: -0.06694919, z: -0.0075741177} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 2467578386930869035} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &4204023427709333045 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 304572381182215036} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 1 + m_gravityPower: 0 + m_gravityDir: {x: 0, y: -1, z: 0} + m_dragForce: 0.5 + m_jointRadius: 0 +--- !u!1 &362008408824030333 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6366629945431117689} + - component: {fileID: 1580162910744783331} + m_Layer: 0 + m_Name: J_Sec_Hair3_11_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6366629945431117689 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 362008408824030333} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.033854835, y: -0.059764504, z: 0.01349251} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 2291528480647347029} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &1580162910744783331 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 362008408824030333} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 1 + m_gravityPower: 0 + m_gravityDir: {x: 0, y: -1, z: 0} + m_dragForce: 0.5 + m_jointRadius: 0 +--- !u!1 &382018598605880305 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1294540922569844489} + - component: {fileID: 7999348537555971355} + m_Layer: 0 + m_Name: J_Sec_Hair2_19 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1294540922569844489 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 382018598605880305} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.00079639256, y: -0.0322783, z: -0.0035905913} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 2652983627195410055} + m_Father: {fileID: 5918007925300369499} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &7999348537555971355 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 382018598605880305} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.8666667 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.4 + m_jointRadius: 0.0094178915 +--- !u!1 &383817159424434610 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 308876002356171138} + - component: {fileID: 694598363080774512} + m_Layer: 0 + m_Name: J_Sec_R_SkirtBack2_end_01 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &308876002356171138 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 383817159424434610} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.031471908, y: -0.12831116, z: -0.048169613} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 2212919938871599882} + m_Father: {fileID: 7199559717365007374} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &694598363080774512 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 383817159424434610} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.5 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.05 + m_jointRadius: 0.01439277 +--- !u!1 &397734626593806788 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8132420064178845080} + m_Layer: 0 + m_Name: J_Bip_R_Little2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8132420064178845080 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 397734626593806788} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02921474, y: 0, z: 0.000000014901161} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 8981570349374580490} + m_Father: {fileID: 28378544820017480} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &436777469421718523 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1503759538518523876} + - component: {fileID: 4930208038148532637} + m_Layer: 0 + m_Name: J_Sec_Hair3_18 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1503759538518523876 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 436777469421718523} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.040310033, y: -0.00279212, z: -0.033838585} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 7204712542079863887} + m_Father: {fileID: 8688495892325129178} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &4930208038148532637 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 436777469421718523} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.8833333 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.4 + m_jointRadius: 0.009420177 +--- !u!1 &491563812681401555 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 868942590610376809} + - component: {fileID: 1102930293770545520} + m_Layer: 0 + m_Name: J_Sec_Hair1_15 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &868942590610376809 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 491563812681401555} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.010106603, y: -0.004513502, z: -0.068655685} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 5963540319989609958} + m_Father: {fileID: 6309917567260627216} + m_RootOrder: 16 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &1102930293770545520 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 491563812681401555} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.8958333 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.4 + m_jointRadius: 0.009417934 +--- !u!1 &520971416966182907 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 556990578452881363} + - component: {fileID: 8142432342211594865} + m_Layer: 0 + m_Name: J_Sec_R_SkirtSide_01 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &556990578452881363 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 520971416966182907} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.10469708, y: -0.04024577, z: 0.0034969351} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4246657900459690465} + m_Father: {fileID: 1647705124456910395} + m_RootOrder: 5 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &8142432342211594865 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 520971416966182907} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.5 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.05 + m_jointRadius: 0.016356252 +--- !u!1 &619011451351240688 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2555023500074693764} + - component: {fileID: 6979828232257516109} + m_Layer: 0 + m_Name: J_Sec_Hair2_11 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2555023500074693764 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 619011451351240688} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.0076676607, y: -0.034651995, z: 0.0029347688} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 2291528480647347029} + m_Father: {fileID: 878567521539545526} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &6979828232257516109 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 619011451351240688} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.78333336 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.4 + m_jointRadius: 0.009418304 +--- !u!1 &657059977502358746 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5098851423009806788} + - component: {fileID: 8147755640559252404} + m_Layer: 0 + m_Name: J_Sec_Hair2_14 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5098851423009806788 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 657059977502358746} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.0060002767, y: -0.018793583, z: -0.0030941814} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 3980424932970048427} + m_Father: {fileID: 1508884929927910568} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &8147755640559252404 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 657059977502358746} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.90833336 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.4 + m_jointRadius: 0.009418663 +--- !u!1 &669374120360918199 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7806737518646250792} + - component: {fileID: 1888446162280545376} + m_Layer: 0 + m_Name: J_Sec_Hair3_09 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7806737518646250792 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 669374120360918199} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.022228621, y: -0.03105092, z: -0.002774533} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1693648130922642910} + m_Father: {fileID: 8486188224178987852} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &1888446162280545376 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 669374120360918199} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.8041667 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.4 + m_jointRadius: 0.009418608 +--- !u!1 &680634100608250465 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1889331548573138998} + m_Layer: 0 + m_Name: J_Bip_L_Thumb1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1889331548573138998 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 680634100608250465} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.0032740831, y: -0.0097965, z: 0.01562553} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4738140740417871759} + m_Father: {fileID: 670576084913084329} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &710656533314616351 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6437967858815315799} + - component: {fileID: 8931248591046823983} + m_Layer: 0 + m_Name: J_Sec_R_SkirtFront1_01 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6437967858815315799 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 710656533314616351} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 6956008217270826873} + m_Father: {fileID: 4315333942500326193} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &8931248591046823983 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 710656533314616351} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.5 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.05 + m_jointRadius: 0.01439277 +--- !u!1 &741444030919832423 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6808838211308902233} + - component: {fileID: 4558427118146681984} + m_Layer: 0 + m_Name: J_Sec_Hair1_01 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6808838211308902233 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 741444030919832423} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.0060543846, y: 0.19155574, z: -0.11623336} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 2785580758651042398} + m_Father: {fileID: 6309917567260627216} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &4558427118146681984 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 741444030919832423} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.2519737 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.4 + m_jointRadius: 0.03672975 +--- !u!1 &855166397513426101 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7278567200820462780} + - component: {fileID: 6473529930599748267} + m_Layer: 0 + m_Name: J_Sec_Hair2_05 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7278567200820462780 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 855166397513426101} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.00038973987, y: -0.051941752, z: 0.011532931} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 8669282109826238664} + m_Father: {fileID: 4265740662757595445} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &6473529930599748267 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 855166397513426101} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.4 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.4 + m_jointRadius: 0.0094178645 +--- !u!1 &868868304869441797 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2652983627195410055} + - component: {fileID: 5372850177138228301} + m_Layer: 0 + m_Name: J_Sec_Hair3_19 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2652983627195410055 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 868868304869441797} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.013975155, y: -0.027860403, z: 0.006449461} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 8112963672796114848} + m_Father: {fileID: 1294540922569844489} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &5372850177138228301 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 868868304869441797} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.8666667 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.4 + m_jointRadius: 0.0094178915 +--- !u!1 &957509290541323353 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4651199827938000375} + - component: {fileID: 6095113613320417783} + m_Layer: 0 + m_Name: J_Sec_L_SkirtBack2_end_01_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4651199827938000375 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 957509290541323353} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.015666068, y: -0.06387186, z: -0.023978308} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1419031159030553088} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &6095113613320417783 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 957509290541323353} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 1 + m_gravityPower: 0 + m_gravityDir: {x: 0, y: -1, z: 0} + m_dragForce: 0.5 + m_jointRadius: 0 +--- !u!1 &957575354773051340 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8815093211652096508} + - component: {fileID: 8282618266556638516} + m_Layer: 0 + m_Name: J_Sec_L_SkirtSide2_end_01 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8815093211652096508 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 957575354773051340} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.040121317, y: -0.11963594, z: -0.0065027433} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 6538208196406997862} + m_Father: {fileID: 8168229487627921578} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &8282618266556638516 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 957575354773051340} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.5 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.05 + m_jointRadius: 0.01439277 +--- !u!1 &958152835021438462 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4738140740417871759} + m_Layer: 0 + m_Name: J_Bip_L_Thumb2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4738140740417871759 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 958152835021438462} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.032867372, y: -0.0020189285, z: 0.029622039} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 8701735455076046019} + m_Father: {fileID: 1889331548573138998} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &974376921918811656 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4078352181121290154} + m_Layer: 0 + m_Name: J_Bip_R_Index3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4078352181121290154 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 974376921918811656} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.019009352, y: -0.0005789995, z: -0.0007722862} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 4248206895164114865} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &981611734876424760 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7279263684717143522} + - component: {fileID: 2433034601524327326} + m_Layer: 0 + m_Name: J_Sec_Hair2_04 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7279263684717143522 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 981611734876424760} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.0005200654, y: -0.052738905, z: 0.011005877} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 8688765697645344086} + m_Father: {fileID: 165712494837524964} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &2433034601524327326 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 981611734876424760} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.4 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.4 + m_jointRadius: 0.009417889 +--- !u!1 &1010048349935996143 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7166436018456834078} + m_Layer: 0 + m_Name: J_Sec_R_SkirtBack0_01 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7166436018456834078 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1010048349935996143} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.00051373243, y: 0.03553754, z: -0.12787092} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4200107946430166517} + m_Father: {fileID: 1647705124456910395} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1076216154792916865 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2291528480647347029} + - component: {fileID: 4143865889181394549} + m_Layer: 0 + m_Name: J_Sec_Hair3_11 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2291528480647347029 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1076216154792916865} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.017155953, y: -0.030285716, z: 0.006837338} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 6366629945431117689} + m_Father: {fileID: 2555023500074693764} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &4143865889181394549 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1076216154792916865} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.78333336 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.4 + m_jointRadius: 0.009418304 +--- !u!1 &1099160681947973023 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8301612667489207462} + - component: {fileID: 6029612637792666920} + m_Layer: 0 + m_Name: J_Sec_R_SkirtFront2_end_01 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8301612667489207462 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1099160681947973023} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.027364962, y: -0.1572566, z: 0.02420336} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 2436261987908128580} + m_Father: {fileID: 6956008217270826873} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &6029612637792666920 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1099160681947973023} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.5 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.05 + m_jointRadius: 0.01439277 +--- !u!1 &1101284363689653329 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4816338066230075217} + - component: {fileID: 9173912048428012456} + m_Layer: 0 + m_Name: J_Sec_Hair5_02_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4816338066230075217 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1101284363689653329} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.013444329, y: -0.06807315, z: -0.009235263} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 5141315765093390866} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &9173912048428012456 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1101284363689653329} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 1 + m_gravityPower: 0 + m_gravityDir: {x: 0, y: -1, z: 0} + m_dragForce: 0.5 + m_jointRadius: 0 +--- !u!1 &1103361799818661802 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5932412860345345552} + - component: {fileID: 6754025981751931554} + m_Layer: 0 + m_Name: J_Sec_Hair4_05_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5932412860345345552 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1103361799818661802} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.0239464, y: -0.044915557, z: 0.048053756} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 4503703239253000254} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &6754025981751931554 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1103361799818661802} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 1 + m_gravityPower: 0 + m_gravityDir: {x: 0, y: -1, z: 0} + m_dragForce: 0.5 + m_jointRadius: 0 +--- !u!1 &1125344097130162160 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5224833253044436793} + - component: {fileID: 3524473208694296471} + m_Layer: 0 + m_Name: J_Sec_Hair2_06 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5224833253044436793 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1125344097130162160} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.0114425, y: -0.038627625, z: -0.0029882044} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 2665656789968746487} + m_Father: {fileID: 9033857558649986714} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &3524473208694296471 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1125344097130162160} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.8958333 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.4 + m_jointRadius: 0.009418577 +--- !u!1 &1175480042305919879 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1548422983193008628} + - component: {fileID: 7118502389014091524} + m_Layer: 0 + m_Name: J_Sec_L_Bust2_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1548422983193008628 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1175480042305919879} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.031132981, y: 0.0076565742, z: 0.062226303} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 3641250099197059295} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &7118502389014091524 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1175480042305919879} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 1 + m_gravityPower: 0 + m_gravityDir: {x: 0, y: -1, z: 0} + m_dragForce: 0.5 + m_jointRadius: 0 +--- !u!1 &1185831483292602046 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8981570349374580490} + m_Layer: 0 + m_Name: J_Bip_R_Little3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8981570349374580490 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1185831483292602046} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.016837686, y: 0.00000011920929, z: -0.000000022351742} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 8132420064178845080} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1194833833836406165 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 888174824750512969} + - component: {fileID: 7227605101679005637} + - component: {fileID: 3995645775947856047} + - component: {fileID: 5825340262978295327} + - component: {fileID: 1763103164748007343} + m_Layer: 0 + m_Name: J_Bip_R_LowerArm + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &888174824750512969 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1194833833836406165} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.21410698, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 6264246914464994543} + - {fileID: 8973199725204366140} + m_Father: {fileID: 379397467517574773} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &7227605101679005637 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1194833833836406165} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 35bfb658269b2af478e501de243deda6, type: 3} + m_Name: + m_EditorClassIdentifier: + ColliderType: 0 + Offset: {x: -0, y: 0, z: 0} + Radius: 0.027503755 + Tail: {x: 0, y: 0, z: 0} +--- !u!114 &3995645775947856047 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1194833833836406165} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 35bfb658269b2af478e501de243deda6, type: 3} + m_Name: + m_EditorClassIdentifier: + ColliderType: 0 + Offset: {x: 0.04583952, y: 0, z: 0.0000800062} + Radius: 0.032087713 + Tail: {x: 0, y: 0, z: 0} +--- !u!114 &5825340262978295327 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1194833833836406165} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 35bfb658269b2af478e501de243deda6, type: 3} + m_Name: + m_EditorClassIdentifier: + ColliderType: 0 + Offset: {x: 0.09167904, y: 0, z: 0.00016001053} + Radius: 0.027503755 + Tail: {x: 0, y: 0, z: 0} +--- !u!114 &1763103164748007343 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1194833833836406165} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 35bfb658269b2af478e501de243deda6, type: 3} + m_Name: + m_EditorClassIdentifier: + ColliderType: 0 + Offset: {x: 0.13751855, y: 0, z: 0.00024001673} + Radius: 0.027503755 + Tail: {x: 0, y: 0, z: 0} +--- !u!1 &1199623607831457798 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8129677569100839031} + m_Layer: 0 + m_Name: J_Adj_R_FaceEye + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8129677569100839031 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1199623607831457798} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.014784982, y: 0.06125927, z: 0.022221772} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 6309917567260627216} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1390857898953909042 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4200107946430166517} + - component: {fileID: 6327320747743541312} + m_Layer: 0 + m_Name: J_Sec_R_SkirtBack1_01 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4200107946430166517 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1390857898953909042} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 7199559717365007374} + m_Father: {fileID: 7166436018456834078} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &6327320747743541312 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1390857898953909042} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.5 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.05 + m_jointRadius: 0.01439277 +--- !u!1 &1419190760585865775 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7202865696676365169} + m_Layer: 0 + m_Name: J_Bip_L_Index2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7202865696676365169 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1419190760585865775} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.030905277, y: 0, z: -0.0006325543} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 5226471180419384483} + m_Father: {fileID: 5706846140068124471} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1600926455512013093 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4137514446341059969} + m_Layer: 0 + m_Name: Root + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4137514446341059969 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1600926455512013093} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 3475216350732475341} + m_Father: {fileID: 1323315447813290022} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1707846351791349339 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5384102207026483532} + - component: {fileID: 221370428720588869} + m_Layer: 0 + m_Name: J_Sec_L_SkirtBack_end_01 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5384102207026483532 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1707846351791349339} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.00886596, y: -0.08771938, z: -0.013875127} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4043640665110928642} + m_Father: {fileID: 7278992118441956196} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &221370428720588869 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1707846351791349339} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.5 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.05 + m_jointRadius: 0.016356252 +--- !u!1 &1709163776214343988 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4066836591981884940} + m_Layer: 0 + m_Name: J_Bip_R_Index1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4066836591981884940 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1709163776214343988} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.060842276, y: 0.007224083, z: 0.019240757} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4248206895164114865} + m_Father: {fileID: 6264246914464994543} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1766102199031729384 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 28378544820017480} + m_Layer: 0 + m_Name: J_Bip_R_Little1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &28378544820017480 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1766102199031729384} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.056770742, y: 0.007224083, z: -0.028558226} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 8132420064178845080} + m_Father: {fileID: 6264246914464994543} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1769187864575880277 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4867140795055739441} + - component: {fileID: 2365551496113575958} + m_Layer: 0 + m_Name: J_Sec_R_SkirtSide2_01 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4867140795055739441 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1769187864575880277} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.049659625, y: -0.12536985, z: -0.0078070783} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1444068346623057412} + m_Father: {fileID: 2780988224433278297} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &2365551496113575958 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1769187864575880277} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.5 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.05 + m_jointRadius: 0.01439277 +--- !u!1 &1786627121727881237 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3265051904642403610} + - component: {fileID: 5340226340834688480} + m_Layer: 0 + m_Name: J_Sec_Hair4_04_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3265051904642403610 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1786627121727881237} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.023335353, y: -0.045196176, z: 0.04809127} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 6167189908233132493} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &5340226340834688480 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1786627121727881237} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 1 + m_gravityPower: 0 + m_gravityDir: {x: 0, y: -1, z: 0} + m_dragForce: 0.5 + m_jointRadius: 0 +--- !u!1 &1902752509249290281 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1672734728708313454} + m_Layer: 0 + m_Name: J_Bip_L_Little1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1672734728708313454 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1902752509249290281} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.056770742, y: 0.007224083, z: -0.028558226} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4708870603752220866} + m_Father: {fileID: 670576084913084329} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1956691935059076625 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5664910289742630209} + - component: {fileID: 2374172085191993097} + m_Layer: 0 + m_Name: J_Sec_L_SkirtBack2_01 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5664910289742630209 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1956691935059076625} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.0321839, y: -0.12671971, z: -0.05308689} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1419031159030553088} + m_Father: {fileID: 3632406929227317990} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &2374172085191993097 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1956691935059076625} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.5 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.05 + m_jointRadius: 0.01439277 +--- !u!1 &1963343875495136644 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6480920860570582254} + m_Layer: 0 + m_Name: J_Bip_R_Middle2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6480920860570582254 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1963343875495136644} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.03443119, y: -0.00000011920929, z: 0.000000007450581} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 7530560374790997326} + m_Father: {fileID: 606382699639066986} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &2037600619262285211 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8588453884731648678} + - component: {fileID: 3729457763809697391} + m_Layer: 0 + m_Name: J_Sec_Hair1_17 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8588453884731648678 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2037600619262285211} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.06916933, y: 0.09241533, z: 0.08386295} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 3266900323593263464} + m_Father: {fileID: 6309917567260627216} + m_RootOrder: 18 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &3729457763809697391 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2037600619262285211} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.8666667 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.4 + m_jointRadius: 0.0094178915 +--- !u!1 &2092165777980200827 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4703829676434264425} + m_Layer: 0 + m_Name: J_Bip_R_Shoulder + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4703829676434264425 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2092165777980200827} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.020808386, y: 0.1034497, z: -0.02933467} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 379397467517574773} + m_Father: {fileID: 6939309195836617860} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &2108150843012815110 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5774116777265848368} + - component: {fileID: 2404892392576616009} + m_Layer: 0 + m_Name: J_Sec_R_TipSleeve_end_01 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5774116777265848368 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2108150843012815110} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.042382568, y: -0.0041464567, z: -0.0023704246} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 6694533196212684982} + m_Father: {fileID: 2039436629419259563} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &2404892392576616009 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2108150843012815110} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.5 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.05 + m_jointRadius: 0.010835956 +--- !u!1 &2171785180129234399 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1647705124456910395} + - component: {fileID: 1161444847209384873} + - component: {fileID: 792318231055876406} + - component: {fileID: 283844879689413701} + m_Layer: 0 + m_Name: J_Bip_R_UpperLeg + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1647705124456910395 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2171785180129234399} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.07168864, y: -0.03872311, z: -0.0035527977} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 527091819009187629} + - {fileID: 7166436018456834078} + - {fileID: 9120414345988500159} + - {fileID: 4315333942500326193} + - {fileID: 2701771575880036305} + - {fileID: 556990578452881363} + m_Father: {fileID: 3475216350732475341} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &1161444847209384873 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2171785180129234399} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 35bfb658269b2af478e501de243deda6, type: 3} + m_Name: + m_EditorClassIdentifier: + ColliderType: 0 + Offset: {x: -0, y: 0, z: 0} + Radius: 0.07424234 + Tail: {x: 0, y: 0, z: 0} +--- !u!114 &792318231055876406 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2171785180129234399} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 35bfb658269b2af478e501de243deda6, type: 3} + m_Name: + m_EditorClassIdentifier: + ColliderType: 0 + Offset: {x: -0, y: -0.10996455, z: -0.0023012324} + Radius: 0.07424234 + Tail: {x: 0, y: 0, z: 0} +--- !u!114 &283844879689413701 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2171785180129234399} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 35bfb658269b2af478e501de243deda6, type: 3} + m_Name: + m_EditorClassIdentifier: + ColliderType: 0 + Offset: {x: -0, y: -0.20160174, z: -0.004218926} + Radius: 0.07424234 + Tail: {x: 0, y: 0, z: 0} +--- !u!1 &2207476362452119919 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8669282109826238664} + - component: {fileID: 6954044506814371876} + m_Layer: 0 + m_Name: J_Sec_Hair3_05 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8669282109826238664 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2207476362452119919} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.00504905, y: -0.04497254, z: 0.028033623} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4503703239253000254} + m_Father: {fileID: 7278567200820462780} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &6954044506814371876 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2207476362452119919} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.4 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.4 + m_jointRadius: 0.0094178645 +--- !u!1 &2310684871538708099 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5141315765093390866} + - component: {fileID: 8060897959365616608} + m_Layer: 0 + m_Name: J_Sec_Hair5_02 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5141315765093390866 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2310684871538708099} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.020311652, y: -0.102844834, z: -0.013952583} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4816338066230075217} + m_Father: {fileID: 8708973302479105115} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &8060897959365616608 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2310684871538708099} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.25493422 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.4 + m_jointRadius: 0.015069052 +--- !u!1 &2361185812418057950 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6264246914464994543} + - component: {fileID: 6702985098688046302} + m_Layer: 0 + m_Name: J_Bip_R_Hand + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6264246914464994543 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2361185812418057950} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.19947156, y: 0.0000023841858, z: 0.00036800653} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4066836591981884940} + - {fileID: 28378544820017480} + - {fileID: 606382699639066986} + - {fileID: 1524751021064489835} + - {fileID: 3725891501770944640} + - {fileID: 2039436629419259563} + m_Father: {fileID: 888174824750512969} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &6702985098688046302 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2361185812418057950} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 35bfb658269b2af478e501de243deda6, type: 3} + m_Name: + m_EditorClassIdentifier: + ColliderType: 0 + Offset: {x: 0.01833582, y: 0, z: -0.0000000037252903} + Radius: 0.027503755 + Tail: {x: 0, y: 0, z: 0} +--- !u!1 &2374123316353046422 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4809573777605158622} + - component: {fileID: 5037445342717996459} + m_Layer: 0 + m_Name: J_Sec_R_SkirtSide2_end_01_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4809573777605158622 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2374123316353046422} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.022227526, y: -0.06627941, z: -0.003602563} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1444068346623057412} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &5037445342717996459 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2374123316353046422} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 1 + m_gravityPower: 0 + m_gravityDir: {x: 0, y: -1, z: 0} + m_dragForce: 0.5 + m_jointRadius: 0 +--- !u!1 &2396272653618548146 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8895836753019594957} + - component: {fileID: 4920725904132793903} + m_Layer: 0 + m_Name: J_Sec_Hair5_03 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8895836753019594957 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2396272653618548146} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.017163226, y: -0.097975254, z: -0.024624199} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 5838326303107371437} + m_Father: {fileID: 5921200106153220715} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &4920725904132793903 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2396272653618548146} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.2519737 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.4 + m_jointRadius: 0.02166229 +--- !u!1 &2567521355756920011 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1444068346623057412} + - component: {fileID: 2316309482814034802} + m_Layer: 0 + m_Name: J_Sec_R_SkirtSide2_end_01 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1444068346623057412 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2567521355756920011} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.040121317, y: -0.11963624, z: -0.0065027284} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4809573777605158622} + m_Father: {fileID: 4867140795055739441} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &2316309482814034802 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2567521355756920011} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.5 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.05 + m_jointRadius: 0.01439277 +--- !u!1 &2572304496288882421 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5921200106153220715} + - component: {fileID: 998249036249862451} + m_Layer: 0 + m_Name: J_Sec_Hair4_03 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5921200106153220715 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2572304496288882421} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.01747091, y: -0.09802544, z: -0.024187118} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 8895836753019594957} + m_Father: {fileID: 6278687395026543508} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &998249036249862451 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2572304496288882421} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.2519737 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.4 + m_jointRadius: 0.02166229 +--- !u!1 &2652724890504475370 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8106857423173921246} + - component: {fileID: 835954868413620292} + m_Layer: 0 + m_Name: J_Sec_Hair2_08 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8106857423173921246 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2652724890504475370} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.012210831, y: -0.035097122, z: 0.0028314441} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1331629287739127633} + m_Father: {fileID: 8567217501221166251} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &835954868413620292 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2652724890504475370} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.7416667 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.4 + m_jointRadius: 0.009418787 +--- !u!1 &2661635036135150317 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7199559717365007374} + - component: {fileID: 6070586035443214759} + m_Layer: 0 + m_Name: J_Sec_R_SkirtBack2_01 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7199559717365007374 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2661635036135150317} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.0321839, y: -0.12671995, z: -0.053086832} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 308876002356171138} + m_Father: {fileID: 4200107946430166517} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &6070586035443214759 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2661635036135150317} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.5 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.05 + m_jointRadius: 0.01439277 +--- !u!1 &2708027511407395940 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2665656789968746487} + - component: {fileID: 2706334690415650667} + m_Layer: 0 + m_Name: J_Sec_Hair3_06 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2665656789968746487 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2708027511407395940} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.023252435, y: -0.030773401, z: -0.0087142885} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1796966294878301302} + m_Father: {fileID: 5224833253044436793} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &2706334690415650667 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2708027511407395940} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.8958333 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.4 + m_jointRadius: 0.009418577 +--- !u!1 &2709428204247074798 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6889286423289245831} + - component: {fileID: 7260626629905060814} + m_Layer: 0 + m_Name: J_Sec_Hair2_12 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6889286423289245831 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2709428204247074798} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.00081768166, y: -0.04406452, z: 0.00985533} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 3610319686594456171} + m_Father: {fileID: 5709858574815716361} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &7260626629905060814 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2709428204247074798} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.8208333 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.4 + m_jointRadius: 0.009417872 +--- !u!1 &2791382510638799461 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5963540319989609958} + - component: {fileID: 8712163157058851682} + m_Layer: 0 + m_Name: J_Sec_Hair2_15 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5963540319989609958 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2791382510638799461} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.0025522728, y: -0.030941367, z: 0.011916444} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 8026519199662024682} + m_Father: {fileID: 868942590610376809} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &8712163157058851682 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2791382510638799461} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.8958333 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.4 + m_jointRadius: 0.009417934 +--- !u!1 &2798034480946584198 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2780988224433278297} + - component: {fileID: 5888003266839548619} + m_Layer: 0 + m_Name: J_Sec_R_SkirtSide1_01 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2780988224433278297 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2798034480946584198} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4867140795055739441} + m_Father: {fileID: 309928041056717652} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &5888003266839548619 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2798034480946584198} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.5 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.05 + m_jointRadius: 0.01439277 +--- !u!1 &2924808830714146675 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5918007925300369499} + - component: {fileID: 1855187433176489477} + m_Layer: 0 + m_Name: J_Sec_Hair1_19 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5918007925300369499 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2924808830714146675} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.06878384, y: 0.095115304, z: 0.084242165} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1294540922569844489} + m_Father: {fileID: 6309917567260627216} + m_RootOrder: 20 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &1855187433176489477 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2924808830714146675} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.8666667 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.4 + m_jointRadius: 0.0094178915 +--- !u!1 &2948465911628435789 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4043640665110928642} + - component: {fileID: 294641003090117305} + m_Layer: 0 + m_Name: J_Sec_L_SkirtBack_end_01_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4043640665110928642 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2948465911628435789} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.006953582, y: -0.06879842, z: -0.010882273} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 5384102207026483532} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &294641003090117305 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2948465911628435789} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 1 + m_gravityPower: 0 + m_gravityDir: {x: 0, y: -1, z: 0} + m_dragForce: 0.5 + m_jointRadius: 0 +--- !u!1 &2975493854623280892 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 309928041056717652} + m_Layer: 0 + m_Name: J_Sec_R_SkirtSide0_01 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &309928041056717652 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2975493854623280892} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.18397318, y: -0.017173588, z: 0.008129945} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 2780988224433278297} + m_Father: {fileID: 3475216350732475341} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &3080941914001159699 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1524751021064489835} + m_Layer: 0 + m_Name: J_Bip_R_Ring1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1524751021064489835 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3080941914001159699} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.060968697, y: 0.007224083, z: -0.01330054} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 3672519070279302220} + m_Father: {fileID: 6264246914464994543} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &3135562319421229679 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4652103739721373233} + - component: {fileID: 4924338097241355782} + m_Layer: 0 + m_Name: J_Sec_L_TipSleeve_01 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4652103739721373233 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3135562319421229679} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.004469067, y: -0.015556693, z: -0.008071767} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 2560349617324199682} + m_Father: {fileID: 670576084913084329} + m_RootOrder: 5 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &4924338097241355782 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3135562319421229679} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.5 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.05 + m_jointRadius: 0.010835956 +--- !u!1 &3176228999673971506 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8688495892325129178} + - component: {fileID: 7979761670204251999} + m_Layer: 0 + m_Name: J_Sec_Hair2_18 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8688495892325129178 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3176228999673971506} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.03878224, y: -0.035150647, z: -0.012748048} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1503759538518523876} + m_Father: {fileID: 7448963879262466465} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &7979761670204251999 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3176228999673971506} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.8833333 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.4 + m_jointRadius: 0.009420177 +--- !u!1 &3177812012681884320 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5709858574815716361} + - component: {fileID: 8547756900377693240} + m_Layer: 0 + m_Name: J_Sec_Hair1_12 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5709858574815716361 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3177812012681884320} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.003668399, y: 0.074970245, z: -0.12469099} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 6889286423289245831} + m_Father: {fileID: 6309917567260627216} + m_RootOrder: 13 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &8547756900377693240 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3177812012681884320} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.8208333 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.4 + m_jointRadius: 0.009417872 +--- !u!1 &3411628467880401448 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2560349617324199682} + - component: {fileID: 5132632363046515742} + m_Layer: 0 + m_Name: J_Sec_L_TipSleeve_end_01 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2560349617324199682 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3411628467880401448} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.042382568, y: -0.0041464567, z: -0.0023704246} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 7565201905954252656} + m_Father: {fileID: 4652103739721373233} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &5132632363046515742 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3411628467880401448} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.5 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.05 + m_jointRadius: 0.010835956 +--- !u!1 &3444218346278880407 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8026519199662024682} + - component: {fileID: 1189686543761426834} + m_Layer: 0 + m_Name: J_Sec_Hair3_15 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8026519199662024682 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3444218346278880407} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.0056611383, y: -0.03245902, z: -0.0000307858} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 2840661923211474666} + m_Father: {fileID: 5963540319989609958} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &1189686543761426834 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3444218346278880407} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.8958333 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.4 + m_jointRadius: 0.009417934 +--- !u!1 &3445211256608289442 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7729243161672458662} + - component: {fileID: 2831094121785046506} + - component: {fileID: 1080992798794454409} + - component: {fileID: 1063914226460613133} + - component: {fileID: 441079021257933478} + m_Layer: 0 + m_Name: J_Bip_L_LowerArm + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7729243161672458662 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3445211256608289442} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.21410698, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 670576084913084329} + - {fileID: 3298655923106267200} + m_Father: {fileID: 7766887124715643920} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &2831094121785046506 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3445211256608289442} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 35bfb658269b2af478e501de243deda6, type: 3} + m_Name: + m_EditorClassIdentifier: + ColliderType: 0 + Offset: {x: -0, y: 0, z: 0} + Radius: 0.027503755 + Tail: {x: 0, y: 0, z: 0} +--- !u!114 &1080992798794454409 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3445211256608289442} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 35bfb658269b2af478e501de243deda6, type: 3} + m_Name: + m_EditorClassIdentifier: + ColliderType: 0 + Offset: {x: -0.04583952, y: 0, z: 0.0000800062} + Radius: 0.032087713 + Tail: {x: 0, y: 0, z: 0} +--- !u!114 &1063914226460613133 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3445211256608289442} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 35bfb658269b2af478e501de243deda6, type: 3} + m_Name: + m_EditorClassIdentifier: + ColliderType: 0 + Offset: {x: -0.09167904, y: 0, z: 0.00016001053} + Radius: 0.027503755 + Tail: {x: 0, y: 0, z: 0} +--- !u!114 &441079021257933478 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3445211256608289442} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 35bfb658269b2af478e501de243deda6, type: 3} + m_Name: + m_EditorClassIdentifier: + ColliderType: 0 + Offset: {x: -0.13751855, y: 0, z: 0.00024001673} + Radius: 0.027503755 + Tail: {x: 0, y: 0, z: 0} +--- !u!1 &3537010244050671409 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 373307621348086192} + - component: {fileID: 4715941067810491071} + m_Layer: 0 + m_Name: J_Sec_Hair4_01 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &373307621348086192 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3537010244050671409} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.0045603532, y: -0.0975678, z: -0.01879552} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 2081310941841024102} + m_Father: {fileID: 8338268841741436876} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &4715941067810491071 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3537010244050671409} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.2519737 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.4 + m_jointRadius: 0.03672975 +--- !u!1 &3556015916109515659 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 532275503615193426} + m_Layer: 0 + m_Name: J_Bip_L_Shoulder + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &532275503615193426 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3556015916109515659} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.020808386, y: 0.1034497, z: -0.02933467} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 7766887124715643920} + m_Father: {fileID: 6939309195836617860} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &3617126682324408153 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2467578386930869035} + - component: {fileID: 2928309139815407725} + m_Layer: 0 + m_Name: J_Sec_L_SkirtSide_end_01 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2467578386930869035 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3617126682324408153} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.026975378, y: -0.09512514, z: -0.010761733} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 6268143794071668445} + m_Father: {fileID: 2427300019925756086} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &2928309139815407725 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3617126682324408153} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.5 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.05 + m_jointRadius: 0.016356252 +--- !u!1 &3628714280568090325 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5136426833741864533} + - component: {fileID: 7350839611024682153} + m_Layer: 0 + m_Name: J_Sec_R_SkirtFront_end_01 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5136426833741864533 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3628714280568090325} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.008391716, y: -0.096199274, z: -0.0005996004} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 5369015462950624889} + m_Father: {fileID: 2701771575880036305} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &7350839611024682153 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3628714280568090325} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.5 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.05 + m_jointRadius: 0.016356252 +--- !u!1 &3645389680427120198 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 878567521539545526} + - component: {fileID: 8878393461832839675} + m_Layer: 0 + m_Name: J_Sec_Hair1_11 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &878567521539545526 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3645389680427120198} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.08736309, y: 0.061727047, z: -0.078165144} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 2555023500074693764} + m_Father: {fileID: 6309917567260627216} + m_RootOrder: 12 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &8878393461832839675 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3645389680427120198} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.78333336 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.4 + m_jointRadius: 0.009418304 +--- !u!1 &3661717709761812373 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1230022290458471699} + m_Layer: 0 + m_Name: J_Bip_L_ToeBase + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1230022290458471699 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3661717709761812373} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: -0.0613662, z: 0.09755388} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1968675189082782047} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &3666261442596366556 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8701735455076046019} + m_Layer: 0 + m_Name: J_Bip_L_Thumb3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8701735455076046019 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3666261442596366556} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.02096486, y: -0.0009496212, z: 0.017276319} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 4738140740417871759} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &3761803191116455376 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3298655923106267200} + - component: {fileID: 7302271524351893371} + m_Layer: 0 + m_Name: J_Sec_L_LowerSleeve_01 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3298655923106267200 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3761803191116455376} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.09607756, y: -0.019597769, z: 0.0024976358} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 5886036800490594430} + m_Father: {fileID: 7729243161672458662} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &7302271524351893371 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3761803191116455376} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.5 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.05 + m_jointRadius: 0.010835956 +--- !u!1 &3799160897758265273 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4450821242310075762} + - component: {fileID: 1195445024292032907} + m_Layer: 0 + m_Name: J_Sec_Hair3_13_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4450821242310075762 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3799160897758265273} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.022906553, y: -0.057789207, z: 0.032182217} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 786500279081522799} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &1195445024292032907 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3799160897758265273} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 1 + m_gravityPower: 0 + m_gravityDir: {x: 0, y: -1, z: 0} + m_dragForce: 0.5 + m_jointRadius: 0 +--- !u!1 &3799894663046059464 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8731893306862238114} + - component: {fileID: 1892308958192627477} + m_Layer: 0 + m_Name: J_Sec_R_SkirtSide_end_01_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8731893306862238114 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3799894663046059464} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.018985078, y: -0.06694925, z: -0.007574144} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 4246657900459690465} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &1892308958192627477 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3799894663046059464} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 1 + m_gravityPower: 0 + m_gravityDir: {x: 0, y: -1, z: 0} + m_dragForce: 0.5 + m_jointRadius: 0 +--- !u!1 &3811360211231045586 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4550488056197641252} + - component: {fileID: 4031816638249050231} + m_Layer: 0 + m_Name: J_Sec_Hair1_13 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4550488056197641252 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3811360211231045586} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.092061795, y: 0.06233096, z: -0.07076192} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 8159211663494392811} + m_Father: {fileID: 6309917567260627216} + m_RootOrder: 14 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &4031816638249050231 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3811360211231045586} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.8041667 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.4 + m_jointRadius: 0.009418122 +--- !u!1 &3956943897567299830 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2312852448058527911} + - component: {fileID: 7295659202853675778} + m_Layer: 0 + m_Name: Body + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2312852448058527911 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3956943897567299830} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1323315447813290022} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!137 &7295659202853675778 +SkinnedMeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3956943897567299830} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 3 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: -9158373887091854016, guid: ffc5d9eb6949adf4dacde705ecd5660c, type: 3} + - {fileID: -8508365592248867139, guid: ffc5d9eb6949adf4dacde705ecd5660c, type: 3} + - {fileID: -2475380982112512756, guid: ffc5d9eb6949adf4dacde705ecd5660c, type: 3} + - {fileID: 5827585089927132572, guid: ffc5d9eb6949adf4dacde705ecd5660c, type: 3} + - {fileID: 4657297357312445901, guid: ffc5d9eb6949adf4dacde705ecd5660c, type: 3} + - {fileID: -7579749585622966832, guid: ffc5d9eb6949adf4dacde705ecd5660c, type: 3} + - {fileID: 9100871287892458444, guid: ffc5d9eb6949adf4dacde705ecd5660c, type: 3} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + serializedVersion: 2 + m_Quality: 0 + m_UpdateWhenOffscreen: 0 + m_SkinnedMotionVectors: 1 + m_Mesh: {fileID: 217378389210063161, guid: ffc5d9eb6949adf4dacde705ecd5660c, type: 3} + m_Bones: + - {fileID: 4137514446341059969} + - {fileID: 3475216350732475341} + - {fileID: 3363422074882510023} + - {fileID: 8774493952650376327} + - {fileID: 8168229487627921578} + - {fileID: 8815093211652096508} + - {fileID: 309928041056717652} + - {fileID: 2780988224433278297} + - {fileID: 4867140795055739441} + - {fileID: 1444068346623057412} + - {fileID: 6267704616403752166} + - {fileID: 5331755366192997999} + - {fileID: 6939309195836617860} + - {fileID: 9079933773458195946} + - {fileID: 3641250099197059295} + - {fileID: 5329158862857322464} + - {fileID: 8633438704214701531} + - {fileID: 1653419044871003248} + - {fileID: 6309917567260627216} + - {fileID: 5742725031835785476} + - {fileID: 8129677569100839031} + - {fileID: 6808838211308902233} + - {fileID: 2785580758651042398} + - {fileID: 8338268841741436876} + - {fileID: 373307621348086192} + - {fileID: 2081310941841024102} + - {fileID: 4037029760123649499} + - {fileID: 9057736084918264109} + - {fileID: 2438597701515741245} + - {fileID: 724055766749253288} + - {fileID: 8708973302479105115} + - {fileID: 5141315765093390866} + - {fileID: 2360160934206895291} + - {fileID: 27848154333146322} + - {fileID: 6278687395026543508} + - {fileID: 5921200106153220715} + - {fileID: 8895836753019594957} + - {fileID: 165712494837524964} + - {fileID: 7279263684717143522} + - {fileID: 8688765697645344086} + - {fileID: 6167189908233132493} + - {fileID: 4265740662757595445} + - {fileID: 7278567200820462780} + - {fileID: 8669282109826238664} + - {fileID: 4503703239253000254} + - {fileID: 9033857558649986714} + - {fileID: 5224833253044436793} + - {fileID: 2665656789968746487} + - {fileID: 8270350388747384912} + - {fileID: 2578070430787547563} + - {fileID: 8724707988278283594} + - {fileID: 8567217501221166251} + - {fileID: 8106857423173921246} + - {fileID: 1331629287739127633} + - {fileID: 6687627129226856248} + - {fileID: 8486188224178987852} + - {fileID: 7806737518646250792} + - {fileID: 1005738454316912985} + - {fileID: 7563806793619326310} + - {fileID: 2658868262965996411} + - {fileID: 878567521539545526} + - {fileID: 2555023500074693764} + - {fileID: 2291528480647347029} + - {fileID: 5709858574815716361} + - {fileID: 6889286423289245831} + - {fileID: 3610319686594456171} + - {fileID: 4550488056197641252} + - {fileID: 8159211663494392811} + - {fileID: 786500279081522799} + - {fileID: 1508884929927910568} + - {fileID: 5098851423009806788} + - {fileID: 3980424932970048427} + - {fileID: 868942590610376809} + - {fileID: 5963540319989609958} + - {fileID: 8026519199662024682} + - {fileID: 2101127770149980075} + - {fileID: 413698535547173011} + - {fileID: 5265427918420117418} + - {fileID: 8588453884731648678} + - {fileID: 3266900323593263464} + - {fileID: 5994441204542483893} + - {fileID: 7448963879262466465} + - {fileID: 8688495892325129178} + - {fileID: 1503759538518523876} + - {fileID: 5918007925300369499} + - {fileID: 1294540922569844489} + - {fileID: 2652983627195410055} + - {fileID: 532275503615193426} + - {fileID: 7766887124715643920} + - {fileID: 7729243161672458662} + - {fileID: 3298655923106267200} + - {fileID: 5886036800490594430} + - {fileID: 670576084913084329} + - {fileID: 5706846140068124471} + - {fileID: 7202865696676365169} + - {fileID: 5226471180419384483} + - {fileID: 1672734728708313454} + - {fileID: 4708870603752220866} + - {fileID: 6786528017949553963} + - {fileID: 8204812894459503969} + - {fileID: 554616523017406778} + - {fileID: 5495229589509301818} + - {fileID: 8657070705154601903} + - {fileID: 583593331517887874} + - {fileID: 3874258423284515497} + - {fileID: 1889331548573138998} + - {fileID: 4738140740417871759} + - {fileID: 8701735455076046019} + - {fileID: 4652103739721373233} + - {fileID: 2560349617324199682} + - {fileID: 4703829676434264425} + - {fileID: 379397467517574773} + - {fileID: 888174824750512969} + - {fileID: 8973199725204366140} + - {fileID: 6548024973635438557} + - {fileID: 6264246914464994543} + - {fileID: 4066836591981884940} + - {fileID: 4248206895164114865} + - {fileID: 4078352181121290154} + - {fileID: 28378544820017480} + - {fileID: 8132420064178845080} + - {fileID: 8981570349374580490} + - {fileID: 606382699639066986} + - {fileID: 6480920860570582254} + - {fileID: 7530560374790997326} + - {fileID: 1524751021064489835} + - {fileID: 3672519070279302220} + - {fileID: 7146856047974759283} + - {fileID: 3725891501770944640} + - {fileID: 2304879343821441734} + - {fileID: 8130832138826351965} + - {fileID: 2039436629419259563} + - {fileID: 5774116777265848368} + - {fileID: 7997589635240472802} + - {fileID: 7278992118441956196} + - {fileID: 5384102207026483532} + - {fileID: 7298721934444948195} + - {fileID: 5104096467657349395} + - {fileID: 2427300019925756086} + - {fileID: 2467578386930869035} + - {fileID: 1774738462449983035} + - {fileID: 3632406929227317990} + - {fileID: 5664910289742630209} + - {fileID: 1419031159030553088} + - {fileID: 3487034611745517319} + - {fileID: 3477335340826976433} + - {fileID: 7966187136291905862} + - {fileID: 8541449288187164898} + - {fileID: 1545275120095735010} + - {fileID: 1968675189082782047} + - {fileID: 1230022290458471699} + - {fileID: 1647705124456910395} + - {fileID: 9120414345988500159} + - {fileID: 2614497558394612393} + - {fileID: 2701771575880036305} + - {fileID: 5136426833741864533} + - {fileID: 556990578452881363} + - {fileID: 4246657900459690465} + - {fileID: 7166436018456834078} + - {fileID: 4200107946430166517} + - {fileID: 7199559717365007374} + - {fileID: 308876002356171138} + - {fileID: 4315333942500326193} + - {fileID: 6437967858815315799} + - {fileID: 6956008217270826873} + - {fileID: 8301612667489207462} + - {fileID: 527091819009187629} + - {fileID: 5043183313492609614} + - {fileID: 6151845132299028869} + m_BlendShapeWeights: [] + m_RootBone: {fileID: 4137514446341059969} + m_AABB: + m_Center: {x: 0, y: 0.8098576, z: 0.0004851967} + m_Extent: {x: 0.64309007, y: 0.8098575, z: 0.13648094} + m_DirtyAABB: 0 +--- !u!1 &3957572093225148563 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6267704616403752166} + - component: {fileID: 4340267677568250714} + m_Layer: 0 + m_Name: J_Bip_C_Spine + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6267704616403752166 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3957572093225148563} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 5.948816e-32, y: 0.050968885, z: 0.012252513} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 5331755366192997999} + m_Father: {fileID: 3475216350732475341} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &4340267677568250714 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3957572093225148563} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 35bfb658269b2af478e501de243deda6, type: 3} + m_Name: + m_EditorClassIdentifier: + ColliderType: 0 + Offset: {x: -0, y: 0, z: 0} + Radius: 0.10998866 + Tail: {x: 0, y: 0, z: 0} +--- !u!1 &3983290286096599558 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2438597701515741245} + - component: {fileID: 4899571652598960507} + m_Layer: 0 + m_Name: J_Sec_Hair2_02 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2438597701515741245 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3983290286096599558} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.017848196, y: -0.10116458, z: -0.025196552} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 724055766749253288} + m_Father: {fileID: 9057736084918264109} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &4899571652598960507 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3983290286096599558} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.25493422 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.4 + m_jointRadius: 0.015069052 +--- !u!1 &4002415231798989215 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8774493952650376327} + - component: {fileID: 864388455852142953} + m_Layer: 0 + m_Name: J_Sec_L_SkirtSide1_01 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8774493952650376327 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4002415231798989215} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 8168229487627921578} + m_Father: {fileID: 3363422074882510023} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &864388455852142953 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4002415231798989215} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.5 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.05 + m_jointRadius: 0.01439277 +--- !u!1 &4014095301935540042 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3487034611745517319} + m_Layer: 0 + m_Name: J_Sec_L_SkirtFront0_01 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3487034611745517319 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4014095301935540042} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.0041720867, y: 0.0041890144, z: 0.14196625} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 3477335340826976433} + m_Father: {fileID: 7997589635240472802} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &4100642546413720856 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8204812894459503969} + m_Layer: 0 + m_Name: J_Bip_L_Middle1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8204812894459503969 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4100642546413720856} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.06167108, y: 0.007224202, z: 0.0020036474} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 554616523017406778} + m_Father: {fileID: 670576084913084329} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &4133849685865523642 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4708870603752220866} + m_Layer: 0 + m_Name: J_Bip_L_Little2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4708870603752220866 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4133849685865523642} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.02921474, y: 0, z: 0.000000014901161} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 6786528017949553963} + m_Father: {fileID: 1672734728708313454} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &4217724134104542575 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2424281225068461456} + - component: {fileID: 9023147783676906063} + m_Layer: 0 + m_Name: Hair + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2424281225068461456 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4217724134104542575} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1323315447813290022} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!137 &9023147783676906063 +SkinnedMeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4217724134104542575} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 3 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: -8864942217884724621, guid: ffc5d9eb6949adf4dacde705ecd5660c, type: 3} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + serializedVersion: 2 + m_Quality: 0 + m_UpdateWhenOffscreen: 0 + m_SkinnedMotionVectors: 1 + m_Mesh: {fileID: -90646731835576720, guid: ffc5d9eb6949adf4dacde705ecd5660c, type: 3} + m_Bones: + - {fileID: 4137514446341059969} + - {fileID: 3475216350732475341} + - {fileID: 3363422074882510023} + - {fileID: 8774493952650376327} + - {fileID: 8168229487627921578} + - {fileID: 8815093211652096508} + - {fileID: 309928041056717652} + - {fileID: 2780988224433278297} + - {fileID: 4867140795055739441} + - {fileID: 1444068346623057412} + - {fileID: 6267704616403752166} + - {fileID: 5331755366192997999} + - {fileID: 6939309195836617860} + - {fileID: 9079933773458195946} + - {fileID: 3641250099197059295} + - {fileID: 5329158862857322464} + - {fileID: 8633438704214701531} + - {fileID: 1653419044871003248} + - {fileID: 6309917567260627216} + - {fileID: 5742725031835785476} + - {fileID: 8129677569100839031} + - {fileID: 6808838211308902233} + - {fileID: 2785580758651042398} + - {fileID: 8338268841741436876} + - {fileID: 373307621348086192} + - {fileID: 2081310941841024102} + - {fileID: 4037029760123649499} + - {fileID: 9057736084918264109} + - {fileID: 2438597701515741245} + - {fileID: 724055766749253288} + - {fileID: 8708973302479105115} + - {fileID: 5141315765093390866} + - {fileID: 2360160934206895291} + - {fileID: 27848154333146322} + - {fileID: 6278687395026543508} + - {fileID: 5921200106153220715} + - {fileID: 8895836753019594957} + - {fileID: 165712494837524964} + - {fileID: 7279263684717143522} + - {fileID: 8688765697645344086} + - {fileID: 6167189908233132493} + - {fileID: 4265740662757595445} + - {fileID: 7278567200820462780} + - {fileID: 8669282109826238664} + - {fileID: 4503703239253000254} + - {fileID: 9033857558649986714} + - {fileID: 5224833253044436793} + - {fileID: 2665656789968746487} + - {fileID: 8270350388747384912} + - {fileID: 2578070430787547563} + - {fileID: 8724707988278283594} + - {fileID: 8567217501221166251} + - {fileID: 8106857423173921246} + - {fileID: 1331629287739127633} + - {fileID: 6687627129226856248} + - {fileID: 8486188224178987852} + - {fileID: 7806737518646250792} + - {fileID: 1005738454316912985} + - {fileID: 7563806793619326310} + - {fileID: 2658868262965996411} + - {fileID: 878567521539545526} + - {fileID: 2555023500074693764} + - {fileID: 2291528480647347029} + - {fileID: 5709858574815716361} + - {fileID: 6889286423289245831} + - {fileID: 3610319686594456171} + - {fileID: 4550488056197641252} + - {fileID: 8159211663494392811} + - {fileID: 786500279081522799} + - {fileID: 1508884929927910568} + - {fileID: 5098851423009806788} + - {fileID: 3980424932970048427} + - {fileID: 868942590610376809} + - {fileID: 5963540319989609958} + - {fileID: 8026519199662024682} + - {fileID: 2101127770149980075} + - {fileID: 413698535547173011} + - {fileID: 5265427918420117418} + - {fileID: 8588453884731648678} + - {fileID: 3266900323593263464} + - {fileID: 5994441204542483893} + - {fileID: 7448963879262466465} + - {fileID: 8688495892325129178} + - {fileID: 1503759538518523876} + - {fileID: 5918007925300369499} + - {fileID: 1294540922569844489} + - {fileID: 2652983627195410055} + - {fileID: 532275503615193426} + - {fileID: 7766887124715643920} + - {fileID: 7729243161672458662} + - {fileID: 3298655923106267200} + - {fileID: 5886036800490594430} + - {fileID: 670576084913084329} + - {fileID: 5706846140068124471} + - {fileID: 7202865696676365169} + - {fileID: 5226471180419384483} + - {fileID: 1672734728708313454} + - {fileID: 4708870603752220866} + - {fileID: 6786528017949553963} + - {fileID: 8204812894459503969} + - {fileID: 554616523017406778} + - {fileID: 5495229589509301818} + - {fileID: 8657070705154601903} + - {fileID: 583593331517887874} + - {fileID: 3874258423284515497} + - {fileID: 1889331548573138998} + - {fileID: 4738140740417871759} + - {fileID: 8701735455076046019} + - {fileID: 4652103739721373233} + - {fileID: 2560349617324199682} + - {fileID: 4703829676434264425} + - {fileID: 379397467517574773} + - {fileID: 888174824750512969} + - {fileID: 8973199725204366140} + - {fileID: 6548024973635438557} + - {fileID: 6264246914464994543} + - {fileID: 4066836591981884940} + - {fileID: 4248206895164114865} + - {fileID: 4078352181121290154} + - {fileID: 28378544820017480} + - {fileID: 8132420064178845080} + - {fileID: 8981570349374580490} + - {fileID: 606382699639066986} + - {fileID: 6480920860570582254} + - {fileID: 7530560374790997326} + - {fileID: 1524751021064489835} + - {fileID: 3672519070279302220} + - {fileID: 7146856047974759283} + - {fileID: 3725891501770944640} + - {fileID: 2304879343821441734} + - {fileID: 8130832138826351965} + - {fileID: 2039436629419259563} + - {fileID: 5774116777265848368} + - {fileID: 7997589635240472802} + - {fileID: 7278992118441956196} + - {fileID: 5384102207026483532} + - {fileID: 7298721934444948195} + - {fileID: 5104096467657349395} + - {fileID: 2427300019925756086} + - {fileID: 2467578386930869035} + - {fileID: 1774738462449983035} + - {fileID: 3632406929227317990} + - {fileID: 5664910289742630209} + - {fileID: 1419031159030553088} + - {fileID: 3487034611745517319} + - {fileID: 3477335340826976433} + - {fileID: 7966187136291905862} + - {fileID: 8541449288187164898} + - {fileID: 1545275120095735010} + - {fileID: 1968675189082782047} + - {fileID: 1230022290458471699} + - {fileID: 1647705124456910395} + - {fileID: 9120414345988500159} + - {fileID: 2614497558394612393} + - {fileID: 2701771575880036305} + - {fileID: 5136426833741864533} + - {fileID: 556990578452881363} + - {fileID: 4246657900459690465} + - {fileID: 7166436018456834078} + - {fileID: 4200107946430166517} + - {fileID: 7199559717365007374} + - {fileID: 308876002356171138} + - {fileID: 4315333942500326193} + - {fileID: 6437967858815315799} + - {fileID: 6956008217270826873} + - {fileID: 8301612667489207462} + - {fileID: 527091819009187629} + - {fileID: 5043183313492609614} + - {fileID: 6151845132299028869} + m_BlendShapeWeights: [] + m_RootBone: {fileID: 4137514446341059969} + m_AABB: + m_Center: {x: -0.0008883253, y: 1.3707826, z: -0.08213911} + m_Extent: {x: 0.13718224, y: 0.27448684, z: 0.18353996} + m_DirtyAABB: 0 +--- !u!1 &4306966021225226737 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 9057736084918264109} + - component: {fileID: 7535048882252757277} + m_Layer: 0 + m_Name: J_Sec_Hair1_02 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &9057736084918264109 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4306966021225226737} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.023998903, y: 0.17999744, z: -0.09226433} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 2438597701515741245} + m_Father: {fileID: 6309917567260627216} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &7535048882252757277 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4306966021225226737} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.25493422 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.4 + m_jointRadius: 0.015069052 +--- !u!1 &4369428772968936130 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8973199725204366140} + - component: {fileID: 6251688793785984237} + m_Layer: 0 + m_Name: J_Sec_R_LowerSleeve_01 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8973199725204366140 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4369428772968936130} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.09607756, y: -0.019597769, z: 0.0024976358} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 6548024973635438557} + m_Father: {fileID: 888174824750512969} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &6251688793785984237 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4369428772968936130} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.5 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.05 + m_jointRadius: 0.010835956 +--- !u!1 &4390637999638535597 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3725891501770944640} + m_Layer: 0 + m_Name: J_Bip_R_Thumb1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3725891501770944640 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4390637999638535597} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.0032740831, y: -0.0097965, z: 0.01562553} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 2304879343821441734} + m_Father: {fileID: 6264246914464994543} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &4421420419304744061 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5168064551911644947} + - component: {fileID: 5703478300037127055} + m_Layer: 0 + m_Name: J_Sec_R_SkirtBack_end_01_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5168064551911644947 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4421420419304744061} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.005335167, y: -0.0688979, z: -0.011163011} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 2614497558394612393} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &5703478300037127055 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4421420419304744061} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 1 + m_gravityPower: 0 + m_gravityDir: {x: 0, y: -1, z: 0} + m_dragForce: 0.5 + m_jointRadius: 0 +--- !u!1 &4442739489228938260 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8708973302479105115} + - component: {fileID: 719110630651589518} + m_Layer: 0 + m_Name: J_Sec_Hair4_02 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8708973302479105115 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4442739489228938260} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.020202043, y: -0.102792144, z: -0.014479518} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 5141315765093390866} + m_Father: {fileID: 724055766749253288} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &719110630651589518 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4442739489228938260} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.25493422 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.4 + m_jointRadius: 0.015069052 +--- !u!1 &4449902564248541744 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1323315447813290022} + - component: {fileID: 4837891306735673897} + - component: {fileID: 1608431081647458903} + - component: {fileID: 1268186654650934281} + m_Layer: 0 + m_Name: Female1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1323315447813290022 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4449902564248541744} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 2312852448058527911} + - {fileID: 7041321029418642791} + - {fileID: 2424281225068461456} + - {fileID: 4137514446341059969} + - {fileID: 6746169687363537211} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &4837891306735673897 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4449902564248541744} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 97a39af5b64ede64e86b92b5bf94a0e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Hips: {fileID: 3475216350732475341} + m_LeftUpperLeg: {fileID: 7997589635240472802} + m_RightUpperLeg: {fileID: 1647705124456910395} + m_LeftLowerLeg: {fileID: 1545275120095735010} + m_RightLowerLeg: {fileID: 527091819009187629} + m_LeftFoot: {fileID: 1968675189082782047} + m_RightFoot: {fileID: 5043183313492609614} + m_LeftToes: {fileID: 1230022290458471699} + m_RightToes: {fileID: 6151845132299028869} + m_Spine: {fileID: 6267704616403752166} + m_Chest: {fileID: 5331755366192997999} + m_UpperChest: {fileID: 6939309195836617860} + m_Neck: {fileID: 1653419044871003248} + m_Head: {fileID: 6309917567260627216} + m_LeftEye: {fileID: 5742725031835785476} + m_RightEye: {fileID: 8129677569100839031} + m_Jaw: {fileID: 0} + m_LeftShoulder: {fileID: 532275503615193426} + m_RightShoulder: {fileID: 4703829676434264425} + m_LeftUpperArm: {fileID: 7766887124715643920} + m_RightUpperArm: {fileID: 379397467517574773} + m_LeftLowerArm: {fileID: 7729243161672458662} + m_RightLowerArm: {fileID: 888174824750512969} + m_LeftHand: {fileID: 670576084913084329} + m_RightHand: {fileID: 6264246914464994543} + m_LeftThumbProximal: {fileID: 1889331548573138998} + m_LeftThumbIntermediate: {fileID: 4738140740417871759} + m_LeftThumbDistal: {fileID: 8701735455076046019} + m_LeftIndexProximal: {fileID: 5706846140068124471} + m_LeftIndexIntermediate: {fileID: 7202865696676365169} + m_LeftIndexDistal: {fileID: 5226471180419384483} + m_LeftMiddleProximal: {fileID: 8204812894459503969} + m_LeftMiddleIntermediate: {fileID: 554616523017406778} + m_LeftMiddleDistal: {fileID: 5495229589509301818} + m_LeftRingProximal: {fileID: 8657070705154601903} + m_LeftRingIntermediate: {fileID: 583593331517887874} + m_LeftRingDistal: {fileID: 3874258423284515497} + m_LeftLittleProximal: {fileID: 1672734728708313454} + m_LeftLittleIntermediate: {fileID: 4708870603752220866} + m_LeftLittleDistal: {fileID: 6786528017949553963} + m_RightThumbProximal: {fileID: 3725891501770944640} + m_RightThumbIntermediate: {fileID: 2304879343821441734} + m_RightThumbDistal: {fileID: 8130832138826351965} + m_RightIndexProximal: {fileID: 4066836591981884940} + m_RightIndexIntermediate: {fileID: 4248206895164114865} + m_RightIndexDistal: {fileID: 4078352181121290154} + m_RightMiddleProximal: {fileID: 606382699639066986} + m_RightMiddleIntermediate: {fileID: 6480920860570582254} + m_RightMiddleDistal: {fileID: 7530560374790997326} + m_RightRingProximal: {fileID: 1524751021064489835} + m_RightRingIntermediate: {fileID: 3672519070279302220} + m_RightRingDistal: {fileID: 7146856047974759283} + m_RightLittleProximal: {fileID: 28378544820017480} + m_RightLittleIntermediate: {fileID: 8132420064178845080} + m_RightLittleDistal: {fileID: 8981570349374580490} +--- !u!95 &1608431081647458903 +Animator: + serializedVersion: 3 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4449902564248541744} + m_Enabled: 1 + m_Avatar: {fileID: -7015762578403652589, guid: ffc5d9eb6949adf4dacde705ecd5660c, type: 3} + m_Controller: {fileID: 0} + m_CullingMode: 0 + m_UpdateMode: 0 + m_ApplyRootMotion: 0 + m_LinearVelocityBlending: 0 + m_WarningMessage: + m_HasTransformHierarchy: 1 + m_AllowConstantClipSamplingOptimization: 1 + m_KeepAnimatorControllerStateOnDisable: 0 +--- !u!114 &1268186654650934281 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4449902564248541744} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: bfba4ccd3f854e64f868ce83553071a9, type: 3} + m_Name: + m_EditorClassIdentifier: + Vrm: {fileID: 5929401533440927806, guid: ffc5d9eb6949adf4dacde705ecd5660c, type: 3} + SpringBone: + ColliderGroups: + - {fileID: 6727531159809642026} + - {fileID: 750985398894896552} + - {fileID: 6214443688550259233} + - {fileID: 5893688057930353078} + - {fileID: 9073537810160962664} + - {fileID: 120921649034228138} + - {fileID: 9007284073906821763} + - {fileID: 981813528386614354} + - {fileID: 1460328831454178699} + - {fileID: 7209450149045732742} + - {fileID: 2053438683229916913} + - {fileID: 4564182257619934589} + Springs: + - Name: Bust + ColliderGroups: [] + Joints: + - {fileID: 5433862895737171679} + - {fileID: 4735174379377977827} + - {fileID: 7118502389014091524} + Center: {fileID: 0} + - Name: Bust + ColliderGroups: [] + Joints: + - {fileID: 9026359383568242108} + - {fileID: 5945524504009512918} + - {fileID: 395437938840841538} + Center: {fileID: 0} + - Name: Skirt + ColliderGroups: + - {fileID: 2053438683229916913} + - {fileID: 4564182257619934589} + Joints: + - {fileID: 4928319886327708275} + - {fileID: 221370428720588869} + - {fileID: 294641003090117305} + Center: {fileID: 0} + - Name: Skirt + ColliderGroups: + - {fileID: 2053438683229916913} + - {fileID: 4564182257619934589} + Joints: + - {fileID: 3076430124029620125} + - {fileID: 1451990837884234593} + - {fileID: 9029381632219783707} + Center: {fileID: 0} + - Name: Skirt + ColliderGroups: + - {fileID: 2053438683229916913} + - {fileID: 4564182257619934589} + Joints: + - {fileID: 2143162775871994308} + - {fileID: 2928309139815407725} + - {fileID: 4204023427709333045} + Center: {fileID: 0} + - Name: Skirt + ColliderGroups: + - {fileID: 2053438683229916913} + - {fileID: 4564182257619934589} + Joints: + - {fileID: 2826534275754639524} + - {fileID: 1069256059603226949} + - {fileID: 5703478300037127055} + Center: {fileID: 0} + - Name: Skirt + ColliderGroups: + - {fileID: 2053438683229916913} + - {fileID: 4564182257619934589} + Joints: + - {fileID: 2103693571404714868} + - {fileID: 7350839611024682153} + - {fileID: 1792573792844550900} + Center: {fileID: 0} + - Name: Skirt + ColliderGroups: + - {fileID: 2053438683229916913} + - {fileID: 4564182257619934589} + Joints: + - {fileID: 8142432342211594865} + - {fileID: 7007130408576854791} + - {fileID: 1892308958192627477} + Center: {fileID: 0} + - Name: Skirt + ColliderGroups: + - {fileID: 2053438683229916913} + - {fileID: 4564182257619934589} + Joints: + - {fileID: 4481988082942759909} + - {fileID: 2374172085191993097} + - {fileID: 1026216220239172313} + - {fileID: 6095113613320417783} + Center: {fileID: 0} + - Name: Skirt + ColliderGroups: + - {fileID: 2053438683229916913} + - {fileID: 4564182257619934589} + Joints: + - {fileID: 347294424590874845} + - {fileID: 4203763252102124359} + - {fileID: 3325359563632945499} + - {fileID: 2576741471363679434} + Center: {fileID: 0} + - Name: Skirt + ColliderGroups: + - {fileID: 2053438683229916913} + - {fileID: 4564182257619934589} + Joints: + - {fileID: 864388455852142953} + - {fileID: 1624415921933090809} + - {fileID: 8282618266556638516} + - {fileID: 2103377544324685289} + Center: {fileID: 0} + - Name: Skirt + ColliderGroups: + - {fileID: 2053438683229916913} + - {fileID: 4564182257619934589} + Joints: + - {fileID: 6327320747743541312} + - {fileID: 6070586035443214759} + - {fileID: 694598363080774512} + - {fileID: 8705285290781265947} + Center: {fileID: 0} + - Name: Skirt + ColliderGroups: + - {fileID: 2053438683229916913} + - {fileID: 4564182257619934589} + Joints: + - {fileID: 8931248591046823983} + - {fileID: 4668626662456943607} + - {fileID: 6029612637792666920} + - {fileID: 7664856741036826508} + Center: {fileID: 0} + - Name: Skirt + ColliderGroups: + - {fileID: 2053438683229916913} + - {fileID: 4564182257619934589} + Joints: + - {fileID: 5888003266839548619} + - {fileID: 2365551496113575958} + - {fileID: 2316309482814034802} + - {fileID: 5037445342717996459} + Center: {fileID: 0} + - Name: Sleeve + ColliderGroups: [] + Joints: + - {fileID: 7302271524351893371} + - {fileID: 3582064036251874307} + - {fileID: 8191701409210823617} + Center: {fileID: 0} + - Name: Sleeve + ColliderGroups: [] + Joints: + - {fileID: 4924338097241355782} + - {fileID: 5132632363046515742} + - {fileID: 667851453068907571} + Center: {fileID: 0} + - Name: Sleeve + ColliderGroups: [] + Joints: + - {fileID: 6251688793785984237} + - {fileID: 7519844399918581896} + - {fileID: 2122398235459529292} + Center: {fileID: 0} + - Name: Sleeve + ColliderGroups: [] + Joints: + - {fileID: 5847773834563378364} + - {fileID: 2404892392576616009} + - {fileID: 6436360531175290103} + Center: {fileID: 0} + - Name: Hair + ColliderGroups: + - {fileID: 5893688057930353078} + - {fileID: 9073537810160962664} + - {fileID: 981813528386614354} + - {fileID: 120921649034228138} + - {fileID: 1460328831454178699} + - {fileID: 9007284073906821763} + - {fileID: 7209450149045732742} + - {fileID: 750985398894896552} + - {fileID: 6727531159809642026} + - {fileID: 6214443688550259233} + Joints: + - {fileID: 4558427118146681984} + - {fileID: 5510463620808772613} + - {fileID: 547565121317436119} + - {fileID: 4715941067810491071} + - {fileID: 112852584044744845} + - {fileID: 6040271300618814476} + - {fileID: 9103076481062673657} + Center: {fileID: 0} + - Name: Hair + ColliderGroups: + - {fileID: 5893688057930353078} + - {fileID: 9073537810160962664} + - {fileID: 981813528386614354} + - {fileID: 120921649034228138} + - {fileID: 1460328831454178699} + - {fileID: 9007284073906821763} + - {fileID: 7209450149045732742} + - {fileID: 750985398894896552} + - {fileID: 6727531159809642026} + - {fileID: 6214443688550259233} + Joints: + - {fileID: 7535048882252757277} + - {fileID: 4899571652598960507} + - {fileID: 7643710460765794700} + - {fileID: 719110630651589518} + - {fileID: 8060897959365616608} + - {fileID: 9173912048428012456} + Center: {fileID: 0} + - Name: Hair + ColliderGroups: + - {fileID: 5893688057930353078} + - {fileID: 9073537810160962664} + - {fileID: 981813528386614354} + - {fileID: 120921649034228138} + - {fileID: 1460328831454178699} + - {fileID: 9007284073906821763} + - {fileID: 7209450149045732742} + - {fileID: 750985398894896552} + - {fileID: 6727531159809642026} + - {fileID: 6214443688550259233} + Joints: + - {fileID: 79122049036116107} + - {fileID: 2423628543736027558} + - {fileID: 4555703523628579790} + - {fileID: 998249036249862451} + - {fileID: 4920725904132793903} + - {fileID: 4153506174096017259} + Center: {fileID: 0} + - Name: Hair + ColliderGroups: + - {fileID: 5893688057930353078} + - {fileID: 9073537810160962664} + - {fileID: 981813528386614354} + - {fileID: 120921649034228138} + - {fileID: 1460328831454178699} + - {fileID: 9007284073906821763} + - {fileID: 7209450149045732742} + - {fileID: 750985398894896552} + - {fileID: 6727531159809642026} + - {fileID: 6214443688550259233} + Joints: + - {fileID: 7291456845148365682} + - {fileID: 2433034601524327326} + - {fileID: 5460227937624777498} + - {fileID: 6267088013118988181} + - {fileID: 5340226340834688480} + Center: {fileID: 0} + - Name: Hair + ColliderGroups: + - {fileID: 5893688057930353078} + - {fileID: 9073537810160962664} + - {fileID: 981813528386614354} + - {fileID: 120921649034228138} + - {fileID: 1460328831454178699} + - {fileID: 9007284073906821763} + - {fileID: 7209450149045732742} + - {fileID: 750985398894896552} + - {fileID: 6727531159809642026} + - {fileID: 6214443688550259233} + Joints: + - {fileID: 8134984542990250739} + - {fileID: 6473529930599748267} + - {fileID: 6954044506814371876} + - {fileID: 6902153367822318085} + - {fileID: 6754025981751931554} + Center: {fileID: 0} + - Name: Hair + ColliderGroups: + - {fileID: 5893688057930353078} + - {fileID: 9073537810160962664} + - {fileID: 981813528386614354} + - {fileID: 120921649034228138} + - {fileID: 1460328831454178699} + - {fileID: 9007284073906821763} + - {fileID: 7209450149045732742} + - {fileID: 750985398894896552} + - {fileID: 6727531159809642026} + - {fileID: 6214443688550259233} + Joints: + - {fileID: 6917893527127588631} + - {fileID: 3524473208694296471} + - {fileID: 2706334690415650667} + - {fileID: 9064027887631775086} + Center: {fileID: 0} + - Name: Hair + ColliderGroups: + - {fileID: 5893688057930353078} + - {fileID: 9073537810160962664} + - {fileID: 981813528386614354} + - {fileID: 120921649034228138} + - {fileID: 1460328831454178699} + - {fileID: 9007284073906821763} + - {fileID: 7209450149045732742} + - {fileID: 750985398894896552} + - {fileID: 6727531159809642026} + - {fileID: 6214443688550259233} + Joints: + - {fileID: 896158034405830410} + - {fileID: 3792358166959450312} + - {fileID: 4925395516400343116} + - {fileID: 8619516613093648392} + Center: {fileID: 0} + - Name: Hair + ColliderGroups: + - {fileID: 5893688057930353078} + - {fileID: 9073537810160962664} + - {fileID: 981813528386614354} + - {fileID: 120921649034228138} + - {fileID: 1460328831454178699} + - {fileID: 9007284073906821763} + - {fileID: 7209450149045732742} + - {fileID: 750985398894896552} + - {fileID: 6727531159809642026} + - {fileID: 6214443688550259233} + Joints: + - {fileID: 1571014471868106816} + - {fileID: 835954868413620292} + - {fileID: 3851227202691273026} + - {fileID: 642421586971440677} + Center: {fileID: 0} + - Name: Hair + ColliderGroups: + - {fileID: 5893688057930353078} + - {fileID: 9073537810160962664} + - {fileID: 981813528386614354} + - {fileID: 120921649034228138} + - {fileID: 1460328831454178699} + - {fileID: 9007284073906821763} + - {fileID: 7209450149045732742} + - {fileID: 750985398894896552} + - {fileID: 6727531159809642026} + - {fileID: 6214443688550259233} + Joints: + - {fileID: 4319186294487745384} + - {fileID: 4951537151647658476} + - {fileID: 1888446162280545376} + - {fileID: 7756073166737859669} + Center: {fileID: 0} + - Name: Hair + ColliderGroups: + - {fileID: 5893688057930353078} + - {fileID: 9073537810160962664} + - {fileID: 981813528386614354} + - {fileID: 120921649034228138} + - {fileID: 1460328831454178699} + - {fileID: 9007284073906821763} + - {fileID: 7209450149045732742} + - {fileID: 750985398894896552} + - {fileID: 6727531159809642026} + - {fileID: 6214443688550259233} + Joints: + - {fileID: 5457362399926888616} + - {fileID: 2314717028256004229} + - {fileID: 4245667705605830403} + - {fileID: 5482931968086528894} + Center: {fileID: 0} + - Name: Hair + ColliderGroups: + - {fileID: 5893688057930353078} + - {fileID: 9073537810160962664} + - {fileID: 981813528386614354} + - {fileID: 120921649034228138} + - {fileID: 1460328831454178699} + - {fileID: 9007284073906821763} + - {fileID: 7209450149045732742} + - {fileID: 750985398894896552} + - {fileID: 6727531159809642026} + - {fileID: 6214443688550259233} + Joints: + - {fileID: 8878393461832839675} + - {fileID: 6979828232257516109} + - {fileID: 4143865889181394549} + - {fileID: 1580162910744783331} + Center: {fileID: 0} + - Name: Hair + ColliderGroups: + - {fileID: 5893688057930353078} + - {fileID: 9073537810160962664} + - {fileID: 981813528386614354} + - {fileID: 120921649034228138} + - {fileID: 1460328831454178699} + - {fileID: 9007284073906821763} + - {fileID: 7209450149045732742} + - {fileID: 750985398894896552} + - {fileID: 6727531159809642026} + - {fileID: 6214443688550259233} + Joints: + - {fileID: 8547756900377693240} + - {fileID: 7260626629905060814} + - {fileID: 1600641836991221305} + - {fileID: 8526712874834054494} + Center: {fileID: 0} + - Name: Hair + ColliderGroups: + - {fileID: 5893688057930353078} + - {fileID: 9073537810160962664} + - {fileID: 981813528386614354} + - {fileID: 120921649034228138} + - {fileID: 1460328831454178699} + - {fileID: 9007284073906821763} + - {fileID: 7209450149045732742} + - {fileID: 750985398894896552} + - {fileID: 6727531159809642026} + - {fileID: 6214443688550259233} + Joints: + - {fileID: 4031816638249050231} + - {fileID: 3526593931037591114} + - {fileID: 8285637459067004541} + - {fileID: 1195445024292032907} + Center: {fileID: 0} + - Name: Hair + ColliderGroups: + - {fileID: 5893688057930353078} + - {fileID: 9073537810160962664} + - {fileID: 981813528386614354} + - {fileID: 120921649034228138} + - {fileID: 1460328831454178699} + - {fileID: 9007284073906821763} + - {fileID: 7209450149045732742} + - {fileID: 750985398894896552} + - {fileID: 6727531159809642026} + - {fileID: 6214443688550259233} + Joints: + - {fileID: 6917488806532155292} + - {fileID: 8147755640559252404} + - {fileID: 1860275472584081883} + - {fileID: 2329302251634490118} + Center: {fileID: 0} + - Name: Hair + ColliderGroups: + - {fileID: 5893688057930353078} + - {fileID: 9073537810160962664} + - {fileID: 981813528386614354} + - {fileID: 120921649034228138} + - {fileID: 1460328831454178699} + - {fileID: 9007284073906821763} + - {fileID: 7209450149045732742} + - {fileID: 750985398894896552} + - {fileID: 6727531159809642026} + - {fileID: 6214443688550259233} + Joints: + - {fileID: 1102930293770545520} + - {fileID: 8712163157058851682} + - {fileID: 1189686543761426834} + - {fileID: 3498287642573316528} + Center: {fileID: 0} + - Name: Hair + ColliderGroups: + - {fileID: 5893688057930353078} + - {fileID: 9073537810160962664} + - {fileID: 981813528386614354} + - {fileID: 120921649034228138} + - {fileID: 1460328831454178699} + - {fileID: 9007284073906821763} + - {fileID: 7209450149045732742} + - {fileID: 750985398894896552} + - {fileID: 6727531159809642026} + - {fileID: 6214443688550259233} + Joints: + - {fileID: 2930831928622861497} + - {fileID: 3491398237547373226} + - {fileID: 6655094683089644899} + - {fileID: 1108742298866028211} + Center: {fileID: 0} + - Name: Hair + ColliderGroups: + - {fileID: 5893688057930353078} + - {fileID: 9073537810160962664} + - {fileID: 981813528386614354} + - {fileID: 120921649034228138} + - {fileID: 1460328831454178699} + - {fileID: 9007284073906821763} + - {fileID: 7209450149045732742} + - {fileID: 750985398894896552} + - {fileID: 6727531159809642026} + - {fileID: 6214443688550259233} + Joints: + - {fileID: 3729457763809697391} + - {fileID: 4009730115478815805} + - {fileID: 5759425623672437317} + - {fileID: 8823743740170366667} + Center: {fileID: 0} + - Name: Hair + ColliderGroups: + - {fileID: 5893688057930353078} + - {fileID: 9073537810160962664} + - {fileID: 981813528386614354} + - {fileID: 120921649034228138} + - {fileID: 1460328831454178699} + - {fileID: 9007284073906821763} + - {fileID: 7209450149045732742} + - {fileID: 750985398894896552} + - {fileID: 6727531159809642026} + - {fileID: 6214443688550259233} + Joints: + - {fileID: 6830240767040503320} + - {fileID: 7979761670204251999} + - {fileID: 4930208038148532637} + - {fileID: 3476448293928474010} + Center: {fileID: 0} + - Name: Hair + ColliderGroups: + - {fileID: 5893688057930353078} + - {fileID: 9073537810160962664} + - {fileID: 981813528386614354} + - {fileID: 120921649034228138} + - {fileID: 1460328831454178699} + - {fileID: 9007284073906821763} + - {fileID: 7209450149045732742} + - {fileID: 750985398894896552} + - {fileID: 6727531159809642026} + - {fileID: 6214443688550259233} + Joints: + - {fileID: 1855187433176489477} + - {fileID: 7999348537555971355} + - {fileID: 5372850177138228301} + - {fileID: 300058098836783683} + Center: {fileID: 0} + UpdateType: 0 + DrawLookAtGizmo: 1 + LookAtTarget: {fileID: 0} + LookAtTargetType: 0 +--- !u!1 &4466602559441999079 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 945881509905032160} + - component: {fileID: 8526712874834054494} + m_Layer: 0 + m_Name: J_Sec_Hair3_12_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &945881509905032160 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4466602559441999079} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.012406546, y: -0.06101513, z: 0.031988047} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 3610319686594456171} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &8526712874834054494 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4466602559441999079} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 1 + m_gravityPower: 0 + m_gravityDir: {x: 0, y: -1, z: 0} + m_dragForce: 0.5 + m_jointRadius: 0 +--- !u!1 &4522572227543808956 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 413698535547173011} + - component: {fileID: 3491398237547373226} + m_Layer: 0 + m_Name: J_Sec_Hair2_16 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &413698535547173011 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4522572227543808956} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.0067237467, y: -0.024332285, z: 0.0013642758} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 5265427918420117418} + m_Father: {fileID: 2101127770149980075} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &3491398237547373226 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4522572227543808956} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.9 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.4 + m_jointRadius: 0.009418483 +--- !u!1 &4560209366459256219 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 554616523017406778} + m_Layer: 0 + m_Name: J_Bip_L_Middle2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &554616523017406778 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4560209366459256219} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.03443119, y: -0.00000011920929, z: 0.000000007450581} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 5495229589509301818} + m_Father: {fileID: 8204812894459503969} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &4570323547897177772 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5838326303107371437} + - component: {fileID: 4153506174096017259} + m_Layer: 0 + m_Name: J_Sec_Hair5_03_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5838326303107371437 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4570323547897177772} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.011724673, y: -0.06692958, z: -0.016821474} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 8895836753019594957} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &4153506174096017259 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4570323547897177772} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 1 + m_gravityPower: 0 + m_gravityDir: {x: 0, y: -1, z: 0} + m_dragForce: 0.5 + m_jointRadius: 0 +--- !u!1 &4581882861816710778 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4503703239253000254} + - component: {fileID: 6902153367822318085} + m_Layer: 0 + m_Name: J_Sec_Hair4_05 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4503703239253000254 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4581882861816710778} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.017956987, y: -0.033681393, z: 0.036034673} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 5932412860345345552} + m_Father: {fileID: 8669282109826238664} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &6902153367822318085 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4581882861816710778} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.4 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.4 + m_jointRadius: 0.0094178645 +--- !u!1 &4588736223644000185 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8541449288187164898} + - component: {fileID: 3325359563632945499} + m_Layer: 0 + m_Name: J_Sec_L_SkirtFront2_end_01 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8541449288187164898 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4588736223644000185} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.02736549, y: -0.15725672, z: 0.024203286} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 2530086318734698828} + m_Father: {fileID: 7966187136291905862} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &3325359563632945499 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4588736223644000185} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.5 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.05 + m_jointRadius: 0.01439277 +--- !u!1 &4637566161615583890 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 786500279081522799} + - component: {fileID: 8285637459067004541} + m_Layer: 0 + m_Name: J_Sec_Hair3_13 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &786500279081522799 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4637566161615583890} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.012260839, y: -0.03093195, z: 0.017225683} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4450821242310075762} + m_Father: {fileID: 8159211663494392811} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &8285637459067004541 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4637566161615583890} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.8041667 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.4 + m_jointRadius: 0.009418122 +--- !u!1 &4706084882603440518 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 9120414345988500159} + - component: {fileID: 2826534275754639524} + m_Layer: 0 + m_Name: J_Sec_R_SkirtBack_01 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &9120414345988500159 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4706084882603440518} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.0021531358, y: -0.040513754, z: -0.11518711} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 2614497558394612393} + m_Father: {fileID: 1647705124456910395} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &2826534275754639524 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4706084882603440518} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.5 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.05 + m_jointRadius: 0.016356252 +--- !u!1 &4762691508568506309 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3874258423284515497} + m_Layer: 0 + m_Name: J_Bip_L_Ring3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3874258423284515497 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4762691508568506309} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.01843214, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 583593331517887874} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &4766880629127257006 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7530560374790997326} + m_Layer: 0 + m_Name: J_Bip_R_Middle3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7530560374790997326 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4766880629127257006} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.021241367, y: 0.00000011920929, z: -0.000000007450581} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 6480920860570582254} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &4822373577081727553 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6278687395026543508} + - component: {fileID: 4555703523628579790} + m_Layer: 0 + m_Name: J_Sec_Hair3_03 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6278687395026543508 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4822373577081727553} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.020819375, y: -0.09838283, z: -0.019334368} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 5921200106153220715} + m_Father: {fileID: 27848154333146322} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &4555703523628579790 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4822373577081727553} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.2519737 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.4 + m_jointRadius: 0.02166229 +--- !u!1 &4913175225107867177 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3477335340826976433} + - component: {fileID: 347294424590874845} + m_Layer: 0 + m_Name: J_Sec_L_SkirtFront1_01 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3477335340826976433 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4913175225107867177} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 7966187136291905862} + m_Father: {fileID: 3487034611745517319} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &347294424590874845 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4913175225107867177} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.5 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.05 + m_jointRadius: 0.01439277 +--- !u!1 &4981685448861380061 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1508884929927910568} + - component: {fileID: 6917488806532155292} + m_Layer: 0 + m_Name: J_Sec_Hair1_14 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1508884929927910568 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4981685448861380061} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.038898736, y: -0.019448876, z: -0.040619954} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 5098851423009806788} + m_Father: {fileID: 6309917567260627216} + m_RootOrder: 15 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &6917488806532155292 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4981685448861380061} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.90833336 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.4 + m_jointRadius: 0.009418663 +--- !u!1 &4999517754647008905 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5043183313492609614} + m_Layer: 0 + m_Name: J_Bip_R_Foot + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5043183313492609614 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4999517754647008905} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: -0.4251067, z: -0.023510326} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 6151845132299028869} + m_Father: {fileID: 527091819009187629} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &5039268222730185816 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4248206895164114865} + m_Layer: 0 + m_Name: J_Bip_R_Index2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4248206895164114865 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5039268222730185816} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.030905277, y: 0, z: -0.0006325543} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4078352181121290154} + m_Father: {fileID: 4066836591981884940} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &5079531116067566165 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8567217501221166251} + - component: {fileID: 1571014471868106816} + m_Layer: 0 + m_Name: J_Sec_Hair1_08 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8567217501221166251 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5079531116067566165} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.1039162, y: 0.06665754, z: 0.01088972} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 8106857423173921246} + m_Father: {fileID: 6309917567260627216} + m_RootOrder: 9 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &1571014471868106816 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5079531116067566165} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.7416667 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.4 + m_jointRadius: 0.009418787 +--- !u!1 &5088820156775327068 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5226471180419384483} + m_Layer: 0 + m_Name: J_Bip_L_Index3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5226471180419384483 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5088820156775327068} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.019009352, y: -0.0005789995, z: -0.0007722862} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 7202865696676365169} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &5122534722796456727 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8486188224178987852} + - component: {fileID: 4951537151647658476} + m_Layer: 0 + m_Name: J_Sec_Hair2_09 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8486188224178987852 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5122534722796456727} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.011073269, y: -0.03683269, z: 0.00053985044} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 7806737518646250792} + m_Father: {fileID: 6687627129226856248} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &4951537151647658476 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5122534722796456727} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.8041667 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.4 + m_jointRadius: 0.009418608 +--- !u!1 &5130483937461745640 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8338268841741436876} + - component: {fileID: 547565121317436119} + m_Layer: 0 + m_Name: J_Sec_Hair3_01 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8338268841741436876 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5130483937461745640} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.003834067, y: -0.09629369, z: -0.024558365} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 373307621348086192} + m_Father: {fileID: 2785580758651042398} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &547565121317436119 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5130483937461745640} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.2519737 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.4 + m_jointRadius: 0.03672975 +--- !u!1 &5131660275523340303 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5077928930714087251} + - component: {fileID: 1108742298866028211} + m_Layer: 0 + m_Name: J_Sec_Hair3_16_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5077928930714087251 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5131660275523340303} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.019350724, y: -0.060054064, z: -0.030316055} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 5265427918420117418} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &1108742298866028211 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5131660275523340303} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 1 + m_gravityPower: 0 + m_gravityDir: {x: 0, y: -1, z: 0} + m_dragForce: 0.5 + m_jointRadius: 0 +--- !u!1 &5134509912623518759 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4315333942500326193} + m_Layer: 0 + m_Name: J_Sec_R_SkirtFront0_01 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4315333942500326193 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5134509912623518759} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.0041720644, y: 0.0041888356, z: 0.14196649} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 6437967858815315799} + m_Father: {fileID: 1647705124456910395} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &5206002781185594330 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2436261987908128580} + - component: {fileID: 7664856741036826508} + m_Layer: 0 + m_Name: J_Sec_R_SkirtFront2_end_01_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2436261987908128580 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5206002781185594330} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.011865057, y: -0.06818426, z: 0.010494232} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 8301612667489207462} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &7664856741036826508 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5206002781185594330} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 1 + m_gravityPower: 0 + m_gravityDir: {x: 0, y: -1, z: 0} + m_dragForce: 0.5 + m_jointRadius: 0 +--- !u!1 &5262501881882769508 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1419031159030553088} + - component: {fileID: 1026216220239172313} + m_Layer: 0 + m_Name: J_Sec_L_SkirtBack2_end_01 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1419031159030553088 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5262501881882769508} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.031471446, y: -0.1283117, z: -0.04816988} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4651199827938000375} + m_Father: {fileID: 5664910289742630209} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &1026216220239172313 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5262501881882769508} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.5 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.05 + m_jointRadius: 0.01439277 +--- !u!1 &5296191671570967792 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7563806793619326310} + - component: {fileID: 2314717028256004229} + m_Layer: 0 + m_Name: J_Sec_Hair2_10 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7563806793619326310 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5296191671570967792} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.008842394, y: -0.031521797, z: 0.0020156577} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 2658868262965996411} + m_Father: {fileID: 1005738454316912985} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &2314717028256004229 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5296191671570967792} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.8125 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.4 + m_jointRadius: 0.009418534 +--- !u!1 &5316432468656486561 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7278992118441956196} + - component: {fileID: 4928319886327708275} + m_Layer: 0 + m_Name: J_Sec_L_SkirtBack_01 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7278992118441956196 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5316432468656486561} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.002153173, y: -0.040513754, z: -0.11518712} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 5384102207026483532} + m_Father: {fileID: 7997589635240472802} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &4928319886327708275 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5316432468656486561} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.5 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.05 + m_jointRadius: 0.016356252 +--- !u!1 &5338665165300778775 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6694533196212684982} + - component: {fileID: 6436360531175290103} + m_Layer: 0 + m_Name: J_Sec_R_TipSleeve_end_01_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6694533196212684982 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5338665165300778775} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.06955972, y: -0.0068053007, z: -0.0038904175} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 5774116777265848368} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &6436360531175290103 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5338665165300778775} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 1 + m_gravityPower: 0 + m_gravityDir: {x: 0, y: -1, z: 0} + m_dragForce: 0.5 + m_jointRadius: 0 +--- !u!1 &5360418267534822590 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1653419044871003248} + - component: {fileID: 3447586465281293775} + m_Layer: 0 + m_Name: J_Bip_C_Neck + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1653419044871003248 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5360418267534822590} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 9.127545e-17, y: 0.1294887, z: -0.03754457} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 6309917567260627216} + m_Father: {fileID: 6939309195836617860} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &3447586465281293775 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5360418267534822590} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 35bfb658269b2af478e501de243deda6, type: 3} + m_Name: + m_EditorClassIdentifier: + ColliderType: 0 + Offset: {x: -0, y: 0.02587998, z: 0.015109528} + Radius: 0.045828607 + Tail: {x: 0, y: 0, z: 0} +--- !u!1 &5515396961622815508 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1774738462449983035} + m_Layer: 0 + m_Name: J_Sec_L_SkirtBack0_01 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1774738462449983035 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5515396961622815508} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.00051371753, y: 0.03553772, z: -0.12787059} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 3632406929227317990} + m_Father: {fileID: 7997589635240472802} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &5607799046014189778 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2304879343821441734} + m_Layer: 0 + m_Name: J_Bip_R_Thumb2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2304879343821441734 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5607799046014189778} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.032867372, y: -0.0020189285, z: 0.029622039} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 8130832138826351965} + m_Father: {fileID: 3725891501770944640} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &5622536242604229871 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2212919938871599882} + - component: {fileID: 8705285290781265947} + m_Layer: 0 + m_Name: J_Sec_R_SkirtBack2_end_01_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2212919938871599882 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5622536242604229871} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.01566635, y: -0.0638718, z: -0.023978248} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 308876002356171138} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &8705285290781265947 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5622536242604229871} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 1 + m_gravityPower: 0 + m_gravityDir: {x: 0, y: -1, z: 0} + m_dragForce: 0.5 + m_jointRadius: 0 +--- !u!1 &5636661487641673070 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6538208196406997862} + - component: {fileID: 2103377544324685289} + m_Layer: 0 + m_Name: J_Sec_L_SkirtSide2_end_01_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6538208196406997862 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5636661487641673070} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.022227585, y: -0.06627941, z: -0.0036025797} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 8815093211652096508} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &2103377544324685289 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5636661487641673070} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 1 + m_gravityPower: 0 + m_gravityDir: {x: 0, y: -1, z: 0} + m_dragForce: 0.5 + m_jointRadius: 0 +--- !u!1 &5720652421396005203 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2578070430787547563} + - component: {fileID: 3792358166959450312} + m_Layer: 0 + m_Name: J_Sec_Hair2_07 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2578070430787547563 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5720652421396005203} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.008405648, y: -0.035627127, z: 0.0036858395} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 8724707988278283594} + m_Father: {fileID: 8270350388747384912} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &3792358166959450312 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5720652421396005203} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.8041667 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.4 + m_jointRadius: 0.0094183395 +--- !u!1 &5733774148446781882 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 606382699639066986} + m_Layer: 0 + m_Name: J_Bip_R_Middle1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &606382699639066986 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5733774148446781882} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.06167108, y: 0.007224202, z: 0.0020036474} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 6480920860570582254} + m_Father: {fileID: 6264246914464994543} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &5817356096055462060 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1005738454316912985} + - component: {fileID: 5457362399926888616} + m_Layer: 0 + m_Name: J_Sec_Hair1_10 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1005738454316912985 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5817356096055462060} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.09720296, y: 0.06601691, z: 0.038295604} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 7563806793619326310} + m_Father: {fileID: 6309917567260627216} + m_RootOrder: 11 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &5457362399926888616 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5817356096055462060} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.8125 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.4 + m_jointRadius: 0.009418534 +--- !u!1 &5901422602959406396 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6986508635415535252} + - component: {fileID: 9103076481062673657} + m_Layer: 0 + m_Name: J_Sec_Hair6_01_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6986508635415535252 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5901422602959406396} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.0033789221, y: -0.06890714, z: -0.011848748} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 4037029760123649499} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &9103076481062673657 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5901422602959406396} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 1 + m_gravityPower: 0 + m_gravityDir: {x: 0, y: -1, z: 0} + m_dragForce: 0.5 + m_jointRadius: 0 +--- !u!1 &5937918450096401075 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8633438704214701531} + - component: {fileID: 5945524504009512918} + m_Layer: 0 + m_Name: J_Sec_R_Bust2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8633438704214701531 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5937918450096401075} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.015037615, y: 0.0036982298, z: 0.030056074} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4729403189594704692} + m_Father: {fileID: 5329158862857322464} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &5945524504009512918 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5937918450096401075} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.75 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.05 + m_jointRadius: 0.020211613 +--- !u!1 &5938096446275319899 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2530086318734698828} + - component: {fileID: 2576741471363679434} + m_Layer: 0 + m_Name: J_Sec_L_SkirtFront2_end_01_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2530086318734698828 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5938096446275319899} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.011865273, y: -0.0681842, z: 0.0104941875} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 8541449288187164898} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &2576741471363679434 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5938096446275319899} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 1 + m_gravityPower: 0 + m_gravityDir: {x: 0, y: -1, z: 0} + m_dragForce: 0.5 + m_jointRadius: 0 +--- !u!1 &5983913717075921429 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5104096467657349395} + - component: {fileID: 1451990837884234593} + m_Layer: 0 + m_Name: J_Sec_L_SkirtFront_end_01 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5104096467657349395 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5983913717075921429} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.008657336, y: -0.096174896, z: -0.0006926805} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1380378900332192828} + m_Father: {fileID: 7298721934444948195} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &1451990837884234593 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5983913717075921429} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.5 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.05 + m_jointRadius: 0.016356252 +--- !u!1 &6083479923241148189 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2081310941841024102} + - component: {fileID: 112852584044744845} + m_Layer: 0 + m_Name: J_Sec_Hair5_01 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2081310941841024102 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6083479923241148189} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.004833374, y: -0.097961664, z: -0.016576946} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 4037029760123649499} + m_Father: {fileID: 373307621348086192} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &112852584044744845 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6083479923241148189} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.2519737 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.4 + m_jointRadius: 0.03672975 +--- !u!1 &6129184277681190768 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7966187136291905862} + - component: {fileID: 4203763252102124359} + m_Layer: 0 + m_Name: J_Sec_L_SkirtFront2_01 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7966187136291905862 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6129184277681190768} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.022604093, y: -0.12880695, z: 0.019534513} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 8541449288187164898} + m_Father: {fileID: 3477335340826976433} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &4203763252102124359 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6129184277681190768} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.5 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.05 + m_jointRadius: 0.01439277 +--- !u!1 &6258350005605415714 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2701771575880036305} + - component: {fileID: 2103693571404714868} + m_Layer: 0 + m_Name: J_Sec_R_SkirtFront_01 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2701771575880036305 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6258350005605415714} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.008878, y: -0.058356643, z: 0.12080709} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 5136426833741864533} + m_Father: {fileID: 1647705124456910395} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &2103693571404714868 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6258350005605415714} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.5 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.05 + m_jointRadius: 0.016356252 +--- !u!1 &6363508431279837191 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8724707988278283594} + - component: {fileID: 4925395516400343116} + m_Layer: 0 + m_Name: J_Sec_Hair3_07 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8724707988278283594 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6363508431279837191} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.021355107, y: -0.028679848, z: 0.006578073} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1360676805562758810} + m_Father: {fileID: 2578070430787547563} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &4925395516400343116 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6363508431279837191} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.8041667 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.4 + m_jointRadius: 0.0094183395 +--- !u!1 &6417305088211110312 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5994441204542483893} + - component: {fileID: 5759425623672437317} + m_Layer: 0 + m_Name: J_Sec_Hair3_17 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5994441204542483893 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6417305088211110312} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.010192722, y: -0.029346943, z: 0.0015152171} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 8990498388089756643} + m_Father: {fileID: 3266900323593263464} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &5759425623672437317 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6417305088211110312} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.8666667 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.4 + m_jointRadius: 0.0094178915 +--- !u!1 &6420396801891728311 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 613196258742676330} + - component: {fileID: 2122398235459529292} + m_Layer: 0 + m_Name: J_Sec_R_LowerSleeve_end_01_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &613196258742676330 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6420396801891728311} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.0045399964, y: -0.06968737, z: 0.004801186} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 6548024973635438557} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &2122398235459529292 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6420396801891728311} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 1 + m_gravityPower: 0 + m_gravityDir: {x: 0, y: -1, z: 0} + m_dragForce: 0.5 + m_jointRadius: 0 +--- !u!1 &6445498634486671821 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7298721934444948195} + - component: {fileID: 3076430124029620125} + m_Layer: 0 + m_Name: J_Sec_L_SkirtFront_01 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7298721934444948195 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6445498634486671821} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.00864964, y: -0.05833465, z: 0.12072687} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 5104096467657349395} + m_Father: {fileID: 7997589635240472802} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &3076430124029620125 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6445498634486671821} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.5 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.05 + m_jointRadius: 0.016356252 +--- !u!1 &6501752277614144739 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5329158862857322464} + - component: {fileID: 9026359383568242108} + m_Layer: 0 + m_Name: J_Sec_R_Bust1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5329158862857322464 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6501752277614144739} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.051190045, y: -0.007102847, z: 0.067519896} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 8633438704214701531} + m_Father: {fileID: 6939309195836617860} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &9026359383568242108 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6501752277614144739} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.75 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.05 + m_jointRadius: 0.020211613 +--- !u!1 &6502316220710836069 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2562076911296361449} + - component: {fileID: 5482931968086528894} + m_Layer: 0 + m_Name: J_Sec_Hair3_10_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2562076911296361449 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6502316220710836069} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.041562013, y: -0.05531466, z: 0.010624602} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 2658868262965996411} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &5482931968086528894 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6502316220710836069} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 1 + m_gravityPower: 0 + m_gravityDir: {x: 0, y: -1, z: 0} + m_dragForce: 0.5 + m_jointRadius: 0 +--- !u!1 &6558871779939665566 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2101127770149980075} + - component: {fileID: 2930831928622861497} + m_Layer: 0 + m_Name: J_Sec_Hair1_16 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2101127770149980075 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6558871779939665566} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.04439354, y: -0.011398077, z: -0.0384506} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 413698535547173011} + m_Father: {fileID: 6309917567260627216} + m_RootOrder: 17 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &2930831928622861497 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6558871779939665566} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.9 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.4 + m_jointRadius: 0.009418483 +--- !u!1 &6577530325736604057 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2614497558394612393} + - component: {fileID: 1069256059603226949} + m_Layer: 0 + m_Name: J_Sec_R_SkirtBack_end_01 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2614497558394612393 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6577530325736604057} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.0068022385, y: -0.0878436, z: -0.01423265} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 5168064551911644947} + m_Father: {fileID: 9120414345988500159} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &1069256059603226949 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6577530325736604057} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.5 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.05 + m_jointRadius: 0.016356252 +--- !u!1 &6584006007162841206 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 583593331517887874} + m_Layer: 0 + m_Name: J_Bip_L_Ring2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &583593331517887874 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6584006007162841206} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.03193912, y: 0, z: -0.000000014901161} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 3874258423284515497} + m_Father: {fileID: 8657070705154601903} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &6674327027860254314 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7448963879262466465} + - component: {fileID: 6830240767040503320} + m_Layer: 0 + m_Name: J_Sec_Hair1_18 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7448963879262466465 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6674327027860254314} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.030270243, y: 0.11486733, z: 0.109852746} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 8688495892325129178} + m_Father: {fileID: 6309917567260627216} + m_RootOrder: 19 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &6830240767040503320 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6674327027860254314} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.8833333 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.4 + m_jointRadius: 0.009420177 +--- !u!1 &6710309056624869815 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7565201905954252656} + - component: {fileID: 667851453068907571} + m_Layer: 0 + m_Name: J_Sec_L_TipSleeve_end_01_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7565201905954252656 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6710309056624869815} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.06955972, y: -0.0068053007, z: -0.0038904175} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 2560349617324199682} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &667851453068907571 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6710309056624869815} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 1 + m_gravityPower: 0 + m_gravityDir: {x: 0, y: -1, z: 0} + m_dragForce: 0.5 + m_jointRadius: 0 +--- !u!1 &6710314903971037626 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5369015462950624889} + - component: {fileID: 1792573792844550900} + m_Layer: 0 + m_Name: J_Sec_R_SkirtFront_end_01_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5369015462950624889 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6710314903971037626} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.006083064, y: -0.06973386, z: -0.00043464452} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 5136426833741864533} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &1792573792844550900 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6710314903971037626} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 1 + m_gravityPower: 0 + m_gravityDir: {x: 0, y: -1, z: 0} + m_dragForce: 0.5 + m_jointRadius: 0 +--- !u!1 &6713327707801247015 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3475216350732475341} + m_Layer: 0 + m_Name: J_Bip_C_Hips + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3475216350732475341 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6713327707801247015} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0.93650174, z: 0.0036878982} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 6267704616403752166} + - {fileID: 7997589635240472802} + - {fileID: 1647705124456910395} + - {fileID: 3363422074882510023} + - {fileID: 309928041056717652} + m_Father: {fileID: 4137514446341059969} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &6798443394385525002 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6167189908233132493} + - component: {fileID: 6267088013118988181} + m_Layer: 0 + m_Name: J_Sec_Hair4_04 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6167189908233132493 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6798443394385525002} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.017751932, y: -0.034382105, z: 0.036584526} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 3265051904642403610} + m_Father: {fileID: 8688765697645344086} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &6267088013118988181 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6798443394385525002} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.4 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.4 + m_jointRadius: 0.009417889 +--- !u!1 &6811045485780670179 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8130832138826351965} + m_Layer: 0 + m_Name: J_Bip_R_Thumb3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8130832138826351965 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6811045485780670179} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02096486, y: -0.0009496212, z: 0.017276319} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 2304879343821441734} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &6860857369447543211 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3363422074882510023} + m_Layer: 0 + m_Name: J_Sec_L_SkirtSide0_01 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3363422074882510023 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6860857369447543211} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.1839734, y: -0.01717341, z: 0.008129962} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 8774493952650376327} + m_Father: {fileID: 3475216350732475341} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &6882071187815693697 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5265427918420117418} + - component: {fileID: 6655094683089644899} + m_Layer: 0 + m_Name: J_Sec_Hair3_16 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5265427918420117418 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6882071187815693697} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.0070233773, y: -0.021796703, z: -0.011003256} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 5077928930714087251} + m_Father: {fileID: 413698535547173011} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &6655094683089644899 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6882071187815693697} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.9 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.4 + m_jointRadius: 0.009418483 +--- !u!1 &6976120253140334982 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2039436629419259563} + - component: {fileID: 5847773834563378364} + m_Layer: 0 + m_Name: J_Sec_R_TipSleeve_01 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2039436629419259563 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6976120253140334982} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.004469067, y: -0.015556693, z: -0.008071767} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 5774116777265848368} + m_Father: {fileID: 6264246914464994543} + m_RootOrder: 5 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &5847773834563378364 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6976120253140334982} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.5 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.05 + m_jointRadius: 0.010835956 +--- !u!1 &7014281162821973733 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5742725031835785476} + m_Layer: 0 + m_Name: J_Adj_L_FaceEye + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5742725031835785476 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7014281162821973733} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.014784996, y: 0.06125927, z: 0.022221765} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 6309917567260627216} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7058279555633358065 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6548024973635438557} + - component: {fileID: 7519844399918581896} + m_Layer: 0 + m_Name: J_Sec_R_LowerSleeve_end_01 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6548024973635438557 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7058279555633358065} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.0049577653, y: -0.07610023, z: 0.0052430034} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 613196258742676330} + m_Father: {fileID: 8973199725204366140} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &7519844399918581896 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7058279555633358065} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.5 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.05 + m_jointRadius: 0.010835956 +--- !u!1 &7074480791565421739 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4265740662757595445} + - component: {fileID: 8134984542990250739} + m_Layer: 0 + m_Name: J_Sec_Hair1_05 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4265740662757595445 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7074480791565421739} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.09037836, y: 0.018492937, z: 0.0131891295} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 7278567200820462780} + m_Father: {fileID: 6309917567260627216} + m_RootOrder: 6 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &8134984542990250739 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7074480791565421739} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.4 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.4 + m_jointRadius: 0.0094178645 +--- !u!1 &7115214334417519736 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5495229589509301818} + m_Layer: 0 + m_Name: J_Bip_L_Middle3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5495229589509301818 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7115214334417519736} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.021241367, y: 0.00000011920929, z: -0.000000007450581} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 554616523017406778} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7164808088983174985 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8990498388089756643} + - component: {fileID: 8823743740170366667} + m_Layer: 0 + m_Name: J_Sec_Hair3_17_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8990498388089756643 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7164808088983174985} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.022939213, y: -0.066046715, z: 0.0034100711} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 5994441204542483893} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &8823743740170366667 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7164808088983174985} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 1 + m_gravityPower: 0 + m_gravityDir: {x: 0, y: -1, z: 0} + m_dragForce: 0.5 + m_jointRadius: 0 +--- !u!1 &7246397455340819628 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8159211663494392811} + - component: {fileID: 3526593931037591114} + m_Layer: 0 + m_Name: J_Sec_Hair2_13 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8159211663494392811 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7246397455340819628} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.006141573, y: -0.036583662, z: 0.006459132} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 786500279081522799} + m_Father: {fileID: 4550488056197641252} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &3526593931037591114 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7246397455340819628} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.8041667 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.4 + m_jointRadius: 0.009418122 +--- !u!1 &7304192757142328381 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1380378900332192828} + - component: {fileID: 9029381632219783707} + m_Layer: 0 + m_Name: J_Sec_L_SkirtFront_end_01_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1380378900332192828 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7304192757142328381} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.006275624, y: -0.069716334, z: -0.000502117} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 5104096467657349395} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &9029381632219783707 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7304192757142328381} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 1 + m_gravityPower: 0 + m_gravityDir: {x: 0, y: -1, z: 0} + m_dragForce: 0.5 + m_jointRadius: 0 +--- !u!1 &7421232189621322574 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4246657900459690465} + - component: {fileID: 7007130408576854791} + m_Layer: 0 + m_Name: J_Sec_R_SkirtSide_end_01 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4246657900459690465 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7421232189621322574} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.026974961, y: -0.09512484, z: -0.010761726} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 8731893306862238114} + m_Father: {fileID: 556990578452881363} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &7007130408576854791 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7421232189621322574} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.5 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.05 + m_jointRadius: 0.016356252 +--- !u!1 &7432039959713039975 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5331755366192997999} + m_Layer: 0 + m_Name: J_Bip_C_Chest + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5331755366192997999 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7432039959713039975} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -2.0149595e-17, y: 0.110621214, z: 0.0029853042} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 6939309195836617860} + m_Father: {fileID: 6267704616403752166} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7451192399764455158 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 9033857558649986714} + - component: {fileID: 6917893527127588631} + m_Layer: 0 + m_Name: J_Sec_Hair1_06 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &9033857558649986714 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7451192399764455158} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.0038271134, y: 0.10032368, z: 0.11484787} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 5224833253044436793} + m_Father: {fileID: 6309917567260627216} + m_RootOrder: 7 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &6917893527127588631 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7451192399764455158} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.8958333 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.4 + m_jointRadius: 0.009418577 +--- !u!1 &7469358950892782642 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1693648130922642910} + - component: {fileID: 7756073166737859669} + m_Layer: 0 + m_Name: J_Sec_Hair3_09_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1693648130922642910 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7469358950892782642} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.040639482, y: -0.056768894, z: -0.005072549} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 7806737518646250792} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &7756073166737859669 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7469358950892782642} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 1 + m_gravityPower: 0 + m_gravityDir: {x: 0, y: -1, z: 0} + m_dragForce: 0.5 + m_jointRadius: 0 +--- !u!1 &7471054507020744692 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3266900323593263464} + - component: {fileID: 4009730115478815805} + m_Layer: 0 + m_Name: J_Sec_Hair2_17 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3266900323593263464 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7471054507020744692} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.00031793863, y: -0.031071424, z: -0.003433995} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 5994441204542483893} + m_Father: {fileID: 8588453884731648678} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &4009730115478815805 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7471054507020744692} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.8666667 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.4 + m_jointRadius: 0.0094178915 +--- !u!1 &7480397617163272395 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 27848154333146322} + - component: {fileID: 2423628543736027558} + m_Layer: 0 + m_Name: J_Sec_Hair2_03 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &27848154333146322 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7480397617163272395} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.02504052, y: -0.09843135, z: -0.013009474} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 6278687395026543508} + m_Father: {fileID: 2360160934206895291} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &2423628543736027558 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7480397617163272395} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.2519737 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.4 + m_jointRadius: 0.02166229 +--- !u!1 &7535839149520259145 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 527091819009187629} + m_Layer: 0 + m_Name: J_Bip_R_LowerLeg + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &527091819009187629 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7535839149520259145} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.000000014901161, y: -0.3756488, z: -0.010205619} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 5043183313492609614} + m_Father: {fileID: 1647705124456910395} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7596984977501379036 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1968675189082782047} + m_Layer: 0 + m_Name: J_Bip_L_Foot + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1968675189082782047 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7596984977501379036} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: -0.4251067, z: -0.023510326} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1230022290458471699} + m_Father: {fileID: 1545275120095735010} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7613715178112926744 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3641250099197059295} + - component: {fileID: 4735174379377977827} + m_Layer: 0 + m_Name: J_Sec_L_Bust2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3641250099197059295 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7613715178112926744} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.015037615, y: 0.0036982298, z: 0.030056074} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1548422983193008628} + m_Father: {fileID: 9079933773458195946} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &4735174379377977827 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7613715178112926744} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.75 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.05 + m_jointRadius: 0.020211613 +--- !u!1 &7632348355993902598 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5886036800490594430} + - component: {fileID: 3582064036251874307} + m_Layer: 0 + m_Name: J_Sec_L_LowerSleeve_end_01 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5886036800490594430 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7632348355993902598} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.0049577653, y: -0.07610023, z: 0.0052430034} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 710542743441615680} + m_Father: {fileID: 3298655923106267200} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &3582064036251874307 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7632348355993902598} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.5 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.05 + m_jointRadius: 0.010835956 +--- !u!1 &7685460868074945955 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6939309195836617860} + - component: {fileID: 6356557930191599249} + - component: {fileID: 745097650461535571} + - component: {fileID: 7372073224391135} + m_Layer: 0 + m_Name: J_Bip_C_UpperChest + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6939309195836617860 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7685460868074945955} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 2.9083892e-17, y: 0.10536587, z: -0.014336677} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1653419044871003248} + - {fileID: 532275503615193426} + - {fileID: 4703829676434264425} + - {fileID: 9079933773458195946} + - {fileID: 5329158862857322464} + m_Father: {fileID: 5331755366192997999} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &6356557930191599249 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7685460868074945955} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 35bfb658269b2af478e501de243deda6, type: 3} + m_Name: + m_EditorClassIdentifier: + ColliderType: 0 + Offset: {x: -0, y: 0.003041029, z: 0.008646548} + Radius: 0.091657214 + Tail: {x: 0, y: 0, z: 0} +--- !u!114 &745097650461535571 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7685460868074945955} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 35bfb658269b2af478e501de243deda6, type: 3} + m_Name: + m_EditorClassIdentifier: + ColliderType: 0 + Offset: {x: -0.045828607, y: 0.053161502, z: -0.028413078} + Radius: 0.06416005 + Tail: {x: 0, y: 0, z: 0} +--- !u!114 &7372073224391135 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7685460868074945955} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 35bfb658269b2af478e501de243deda6, type: 3} + m_Name: + m_EditorClassIdentifier: + ColliderType: 0 + Offset: {x: 0.045828607, y: 0.053161502, z: -0.028413078} + Radius: 0.06416005 + Tail: {x: 0, y: 0, z: 0} +--- !u!1 &7695614556922125483 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4729403189594704692} + - component: {fileID: 395437938840841538} + m_Layer: 0 + m_Name: J_Sec_R_Bust2_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4729403189594704692 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7695614556922125483} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.031132981, y: 0.0076565742, z: 0.062226303} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 8633438704214701531} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &395437938840841538 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7695614556922125483} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 1 + m_gravityPower: 0 + m_gravityDir: {x: 0, y: -1, z: 0} + m_dragForce: 0.5 + m_jointRadius: 0 +--- !u!1 &7704229924700594310 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 165712494837524964} + - component: {fileID: 7291456845148365682} + m_Layer: 0 + m_Name: J_Sec_Hair1_04 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &165712494837524964 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7704229924700594310} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.09034192, y: 0.020739079, z: 0.013131157} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 7279263684717143522} + m_Father: {fileID: 6309917567260627216} + m_RootOrder: 5 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &7291456845148365682 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7704229924700594310} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.4 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.4 + m_jointRadius: 0.009417889 +--- !u!1 &7752416904781968066 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7041321029418642791} + - component: {fileID: 3953437439981287583} + m_Layer: 0 + m_Name: Face + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7041321029418642791 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7752416904781968066} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1323315447813290022} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!137 &3953437439981287583 +SkinnedMeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7752416904781968066} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 3 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: -10445852844373290, guid: ffc5d9eb6949adf4dacde705ecd5660c, type: 3} + - {fileID: -3086040202636137392, guid: ffc5d9eb6949adf4dacde705ecd5660c, type: 3} + - {fileID: 3962705404929896953, guid: ffc5d9eb6949adf4dacde705ecd5660c, type: 3} + - {fileID: -3795172059498023923, guid: ffc5d9eb6949adf4dacde705ecd5660c, type: 3} + - {fileID: 3408670460030677136, guid: ffc5d9eb6949adf4dacde705ecd5660c, type: 3} + - {fileID: -8947343091360537376, guid: ffc5d9eb6949adf4dacde705ecd5660c, type: 3} + - {fileID: 3480520191389243366, guid: ffc5d9eb6949adf4dacde705ecd5660c, type: 3} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + serializedVersion: 2 + m_Quality: 0 + m_UpdateWhenOffscreen: 0 + m_SkinnedMotionVectors: 1 + m_Mesh: {fileID: 5090874730553369825, guid: ffc5d9eb6949adf4dacde705ecd5660c, type: 3} + m_Bones: + - {fileID: 4137514446341059969} + - {fileID: 3475216350732475341} + - {fileID: 3363422074882510023} + - {fileID: 8774493952650376327} + - {fileID: 8168229487627921578} + - {fileID: 8815093211652096508} + - {fileID: 309928041056717652} + - {fileID: 2780988224433278297} + - {fileID: 4867140795055739441} + - {fileID: 1444068346623057412} + - {fileID: 6267704616403752166} + - {fileID: 5331755366192997999} + - {fileID: 6939309195836617860} + - {fileID: 9079933773458195946} + - {fileID: 3641250099197059295} + - {fileID: 5329158862857322464} + - {fileID: 8633438704214701531} + - {fileID: 1653419044871003248} + - {fileID: 6309917567260627216} + - {fileID: 5742725031835785476} + - {fileID: 8129677569100839031} + - {fileID: 6808838211308902233} + - {fileID: 2785580758651042398} + - {fileID: 8338268841741436876} + - {fileID: 373307621348086192} + - {fileID: 2081310941841024102} + - {fileID: 4037029760123649499} + - {fileID: 9057736084918264109} + - {fileID: 2438597701515741245} + - {fileID: 724055766749253288} + - {fileID: 8708973302479105115} + - {fileID: 5141315765093390866} + - {fileID: 2360160934206895291} + - {fileID: 27848154333146322} + - {fileID: 6278687395026543508} + - {fileID: 5921200106153220715} + - {fileID: 8895836753019594957} + - {fileID: 165712494837524964} + - {fileID: 7279263684717143522} + - {fileID: 8688765697645344086} + - {fileID: 6167189908233132493} + - {fileID: 4265740662757595445} + - {fileID: 7278567200820462780} + - {fileID: 8669282109826238664} + - {fileID: 4503703239253000254} + - {fileID: 9033857558649986714} + - {fileID: 5224833253044436793} + - {fileID: 2665656789968746487} + - {fileID: 8270350388747384912} + - {fileID: 2578070430787547563} + - {fileID: 8724707988278283594} + - {fileID: 8567217501221166251} + - {fileID: 8106857423173921246} + - {fileID: 1331629287739127633} + - {fileID: 6687627129226856248} + - {fileID: 8486188224178987852} + - {fileID: 7806737518646250792} + - {fileID: 1005738454316912985} + - {fileID: 7563806793619326310} + - {fileID: 2658868262965996411} + - {fileID: 878567521539545526} + - {fileID: 2555023500074693764} + - {fileID: 2291528480647347029} + - {fileID: 5709858574815716361} + - {fileID: 6889286423289245831} + - {fileID: 3610319686594456171} + - {fileID: 4550488056197641252} + - {fileID: 8159211663494392811} + - {fileID: 786500279081522799} + - {fileID: 1508884929927910568} + - {fileID: 5098851423009806788} + - {fileID: 3980424932970048427} + - {fileID: 868942590610376809} + - {fileID: 5963540319989609958} + - {fileID: 8026519199662024682} + - {fileID: 2101127770149980075} + - {fileID: 413698535547173011} + - {fileID: 5265427918420117418} + - {fileID: 8588453884731648678} + - {fileID: 3266900323593263464} + - {fileID: 5994441204542483893} + - {fileID: 7448963879262466465} + - {fileID: 8688495892325129178} + - {fileID: 1503759538518523876} + - {fileID: 5918007925300369499} + - {fileID: 1294540922569844489} + - {fileID: 2652983627195410055} + - {fileID: 532275503615193426} + - {fileID: 7766887124715643920} + - {fileID: 7729243161672458662} + - {fileID: 3298655923106267200} + - {fileID: 5886036800490594430} + - {fileID: 670576084913084329} + - {fileID: 5706846140068124471} + - {fileID: 7202865696676365169} + - {fileID: 5226471180419384483} + - {fileID: 1672734728708313454} + - {fileID: 4708870603752220866} + - {fileID: 6786528017949553963} + - {fileID: 8204812894459503969} + - {fileID: 554616523017406778} + - {fileID: 5495229589509301818} + - {fileID: 8657070705154601903} + - {fileID: 583593331517887874} + - {fileID: 3874258423284515497} + - {fileID: 1889331548573138998} + - {fileID: 4738140740417871759} + - {fileID: 8701735455076046019} + - {fileID: 4652103739721373233} + - {fileID: 2560349617324199682} + - {fileID: 4703829676434264425} + - {fileID: 379397467517574773} + - {fileID: 888174824750512969} + - {fileID: 8973199725204366140} + - {fileID: 6548024973635438557} + - {fileID: 6264246914464994543} + - {fileID: 4066836591981884940} + - {fileID: 4248206895164114865} + - {fileID: 4078352181121290154} + - {fileID: 28378544820017480} + - {fileID: 8132420064178845080} + - {fileID: 8981570349374580490} + - {fileID: 606382699639066986} + - {fileID: 6480920860570582254} + - {fileID: 7530560374790997326} + - {fileID: 1524751021064489835} + - {fileID: 3672519070279302220} + - {fileID: 7146856047974759283} + - {fileID: 3725891501770944640} + - {fileID: 2304879343821441734} + - {fileID: 8130832138826351965} + - {fileID: 2039436629419259563} + - {fileID: 5774116777265848368} + - {fileID: 7997589635240472802} + - {fileID: 7278992118441956196} + - {fileID: 5384102207026483532} + - {fileID: 7298721934444948195} + - {fileID: 5104096467657349395} + - {fileID: 2427300019925756086} + - {fileID: 2467578386930869035} + - {fileID: 1774738462449983035} + - {fileID: 3632406929227317990} + - {fileID: 5664910289742630209} + - {fileID: 1419031159030553088} + - {fileID: 3487034611745517319} + - {fileID: 3477335340826976433} + - {fileID: 7966187136291905862} + - {fileID: 8541449288187164898} + - {fileID: 1545275120095735010} + - {fileID: 1968675189082782047} + - {fileID: 1230022290458471699} + - {fileID: 1647705124456910395} + - {fileID: 9120414345988500159} + - {fileID: 2614497558394612393} + - {fileID: 2701771575880036305} + - {fileID: 5136426833741864533} + - {fileID: 556990578452881363} + - {fileID: 4246657900459690465} + - {fileID: 7166436018456834078} + - {fileID: 4200107946430166517} + - {fileID: 7199559717365007374} + - {fileID: 308876002356171138} + - {fileID: 4315333942500326193} + - {fileID: 6437967858815315799} + - {fileID: 6956008217270826873} + - {fileID: 8301612667489207462} + - {fileID: 527091819009187629} + - {fileID: 5043183313492609614} + - {fileID: 6151845132299028869} + m_BlendShapeWeights: [] + m_RootBone: {fileID: 4137514446341059969} + m_AABB: + m_Center: {x: 0.000000022351742, y: 1.4883773, z: 0.018216655} + m_Extent: {x: 0.106200024, y: 0.11866379, z: 0.072151355} + m_DirtyAABB: 0 +--- !u!1 &7764216039751999733 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2427300019925756086} + - component: {fileID: 2143162775871994308} + m_Layer: 0 + m_Name: J_Sec_L_SkirtSide_01 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2427300019925756086 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7764216039751999733} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.10469708, y: -0.04024589, z: 0.003496936} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 2467578386930869035} + m_Father: {fileID: 7997589635240472802} + m_RootOrder: 5 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &2143162775871994308 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7764216039751999733} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.5 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.05 + m_jointRadius: 0.016356252 +--- !u!1 &7765602515478333182 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6309917567260627216} + - component: {fileID: 1079537849107991531} + m_Layer: 0 + m_Name: J_Bip_C_Head + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6309917567260627216 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7765602515478333182} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.000000005196695, y: 0.075594306, z: 0.009783598} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 5742725031835785476} + - {fileID: 8129677569100839031} + - {fileID: 6808838211308902233} + - {fileID: 9057736084918264109} + - {fileID: 2360160934206895291} + - {fileID: 165712494837524964} + - {fileID: 4265740662757595445} + - {fileID: 9033857558649986714} + - {fileID: 8270350388747384912} + - {fileID: 8567217501221166251} + - {fileID: 6687627129226856248} + - {fileID: 1005738454316912985} + - {fileID: 878567521539545526} + - {fileID: 5709858574815716361} + - {fileID: 4550488056197641252} + - {fileID: 1508884929927910568} + - {fileID: 868942590610376809} + - {fileID: 2101127770149980075} + - {fileID: 8588453884731648678} + - {fileID: 7448963879262466465} + - {fileID: 5918007925300369499} + m_Father: {fileID: 1653419044871003248} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &1079537849107991531 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7765602515478333182} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 35bfb658269b2af478e501de243deda6, type: 3} + m_Name: + m_EditorClassIdentifier: + ColliderType: 0 + Offset: {x: 0.000000011016889, y: 0.09928334, z: -0.013201753} + Radius: 0.099134676 + Tail: {x: 0, y: 0, z: 0} +--- !u!1 &7835056531036422731 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6786528017949553963} + m_Layer: 0 + m_Name: J_Bip_L_Little3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6786528017949553963 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7835056531036422731} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.016837686, y: 0.00000011920929, z: -0.000000022351742} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 4708870603752220866} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7876490927914511992 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8657070705154601903} + m_Layer: 0 + m_Name: J_Bip_L_Ring1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8657070705154601903 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7876490927914511992} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.060968697, y: 0.007224083, z: -0.01330054} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 583593331517887874} + m_Father: {fileID: 670576084913084329} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &7946794427585409998 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 724055766749253288} + - component: {fileID: 7643710460765794700} + m_Layer: 0 + m_Name: J_Sec_Hair3_02 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &724055766749253288 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7946794427585409998} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.019145628, y: -0.102164984, z: -0.019412987} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 8708973302479105115} + m_Father: {fileID: 2438597701515741245} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &7643710460765794700 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7946794427585409998} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.25493422 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.4 + m_jointRadius: 0.015069052 +--- !u!1 &8069270587677063893 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1360676805562758810} + - component: {fileID: 8619516613093648392} + m_Layer: 0 + m_Name: J_Sec_Hair3_07_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1360676805562758810 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8069270587677063893} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.041115865, y: -0.05521846, z: 0.012665033} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 8724707988278283594} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &8619516613093648392 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8069270587677063893} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 1 + m_gravityPower: 0 + m_gravityDir: {x: 0, y: -1, z: 0} + m_dragForce: 0.5 + m_jointRadius: 0 +--- !u!1 &8083633564624940985 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7204712542079863887} + - component: {fileID: 3476448293928474010} + m_Layer: 0 + m_Name: J_Sec_Hair3_18_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7204712542079863887 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8083633564624940985} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.053538345, y: -0.0037083626, z: -0.0449432} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1503759538518523876} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &3476448293928474010 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8083633564624940985} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 1 + m_gravityPower: 0 + m_gravityDir: {x: 0, y: -1, z: 0} + m_dragForce: 0.5 + m_jointRadius: 0 +--- !u!1 &8118973489372363421 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1331629287739127633} + - component: {fileID: 3851227202691273026} + m_Layer: 0 + m_Name: J_Sec_Hair3_08 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1331629287739127633 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8118973489372363421} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.021619588, y: -0.029940248, z: -0.0024947487} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 7302455545877551458} + m_Father: {fileID: 8106857423173921246} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &3851227202691273026 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8118973489372363421} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.7416667 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.4 + m_jointRadius: 0.009418787 +--- !u!1 &8135100558029972194 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2840661923211474666} + - component: {fileID: 3498287642573316528} + m_Layer: 0 + m_Name: J_Sec_Hair3_15_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2840661923211474666 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8135100558029972194} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.01202706, y: -0.068959, z: -0.0000654012} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 8026519199662024682} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &3498287642573316528 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8135100558029972194} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 1 + m_gravityPower: 0 + m_gravityDir: {x: 0, y: -1, z: 0} + m_dragForce: 0.5 + m_jointRadius: 0 +--- !u!1 &8173798018226734620 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6151845132299028869} + m_Layer: 0 + m_Name: J_Bip_R_ToeBase + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6151845132299028869 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8173798018226734620} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: -0.0613662, z: 0.09755388} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 5043183313492609614} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &8330512698077773413 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 379397467517574773} + - component: {fileID: 577073036676387668} + - component: {fileID: 4030538061141193548} + - component: {fileID: 7523868754189812064} + m_Layer: 0 + m_Name: J_Bip_R_UpperArm + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &379397467517574773 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8330512698077773413} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.06679835, y: -0.0100136995, z: 0.000000014901161} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 888174824750512969} + m_Father: {fileID: 4703829676434264425} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &577073036676387668 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8330512698077773413} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 35bfb658269b2af478e501de243deda6, type: 3} + m_Name: + m_EditorClassIdentifier: + ColliderType: 0 + Offset: {x: -0, y: -0.00916779, z: -0.000000011175871} + Radius: 0.045838986 + Tail: {x: 0, y: 0, z: 0} +--- !u!114 &4030538061141193548 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8330512698077773413} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 35bfb658269b2af478e501de243deda6, type: 3} + m_Name: + m_EditorClassIdentifier: + ColliderType: 0 + Offset: {x: 0.06875848, y: -0.00916779, z: -0.000000011175871} + Radius: 0.045838986 + Tail: {x: 0, y: 0, z: 0} +--- !u!114 &7523868754189812064 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8330512698077773413} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 35bfb658269b2af478e501de243deda6, type: 3} + m_Name: + m_EditorClassIdentifier: + ColliderType: 0 + Offset: {x: 0.13751695, y: -0.00916779, z: -0.000000009313226} + Radius: 0.045838986 + Tail: {x: 0, y: 0, z: 0} +--- !u!1 &8367954587114316038 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7146856047974759283} + m_Layer: 0 + m_Name: J_Bip_R_Ring3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7146856047974759283 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8367954587114316038} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.01843214, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 3672519070279302220} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &8376725281770319332 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8168229487627921578} + - component: {fileID: 1624415921933090809} + m_Layer: 0 + m_Name: J_Sec_L_SkirtSide2_01 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8168229487627921578 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8376725281770319332} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.04965982, y: -0.12537038, z: -0.007807067} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 8815093211652096508} + m_Father: {fileID: 8774493952650376327} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &1624415921933090809 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8376725281770319332} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.5 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.05 + m_jointRadius: 0.01439277 +--- !u!1 &8530076443116110013 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2658868262965996411} + - component: {fileID: 4245667705605830403} + m_Layer: 0 + m_Name: J_Sec_Hair3_10 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2658868262965996411 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8530076443116110013} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.019210495, y: -0.025567174, z: 0.0049108267} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 2562076911296361449} + m_Father: {fileID: 7563806793619326310} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &4245667705605830403 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8530076443116110013} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.8125 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.4 + m_jointRadius: 0.009418534 +--- !u!1 &8548868756821839705 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7302455545877551458} + - component: {fileID: 642421586971440677} + m_Layer: 0 + m_Name: J_Sec_Hair3_08_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7302455545877551458 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8548868756821839705} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.04088626, y: -0.05662203, z: -0.0047179908} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1331629287739127633} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &642421586971440677 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8548868756821839705} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 1 + m_gravityPower: 0 + m_gravityDir: {x: 0, y: -1, z: 0} + m_dragForce: 0.5 + m_jointRadius: 0 +--- !u!1 &8612282475799065115 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 9079933773458195946} + - component: {fileID: 5433862895737171679} + m_Layer: 0 + m_Name: J_Sec_L_Bust1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &9079933773458195946 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8612282475799065115} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.051190045, y: -0.007102847, z: 0.067519896} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 3641250099197059295} + m_Father: {fileID: 6939309195836617860} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &5433862895737171679 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8612282475799065115} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.75 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.05 + m_jointRadius: 0.020211613 +--- !u!1 &8665880003108496387 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6956008217270826873} + - component: {fileID: 4668626662456943607} + m_Layer: 0 + m_Name: J_Sec_R_SkirtFront2_01 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6956008217270826873 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8665880003108496387} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.022604086, y: -0.12880653, z: 0.019534424} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 8301612667489207462} + m_Father: {fileID: 6437967858815315799} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &4668626662456943607 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8665880003108496387} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.5 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.05 + m_jointRadius: 0.01439277 +--- !u!1 &8689258662643543227 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8270350388747384912} + - component: {fileID: 896158034405830410} + m_Layer: 0 + m_Name: J_Sec_Hair1_07 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8270350388747384912 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8689258662643543227} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.09799406, y: 0.07294512, z: 0.038732037} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 2578070430787547563} + m_Father: {fileID: 6309917567260627216} + m_RootOrder: 8 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &896158034405830410 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8689258662643543227} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.8041667 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.4 + m_jointRadius: 0.0094183395 +--- !u!1 &8689607549584368923 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3632406929227317990} + - component: {fileID: 4481988082942759909} + m_Layer: 0 + m_Name: J_Sec_L_SkirtBack1_01 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3632406929227317990 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8689607549584368923} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 5664910289742630209} + m_Father: {fileID: 1774738462449983035} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &4481988082942759909 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8689607549584368923} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.5 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.05 + m_jointRadius: 0.01439277 +--- !u!1 &8743742540002898923 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7997589635240472802} + - component: {fileID: 6429016588737918113} + - component: {fileID: 8160106189020826564} + - component: {fileID: 9051497482371990583} + m_Layer: 0 + m_Name: J_Bip_L_UpperLeg + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7997589635240472802 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8743742540002898923} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.07168864, y: -0.03872311, z: -0.0035527977} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1545275120095735010} + - {fileID: 1774738462449983035} + - {fileID: 7278992118441956196} + - {fileID: 3487034611745517319} + - {fileID: 7298721934444948195} + - {fileID: 2427300019925756086} + m_Father: {fileID: 3475216350732475341} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &6429016588737918113 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8743742540002898923} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 35bfb658269b2af478e501de243deda6, type: 3} + m_Name: + m_EditorClassIdentifier: + ColliderType: 0 + Offset: {x: -0, y: 0, z: 0} + Radius: 0.07424234 + Tail: {x: 0, y: 0, z: 0} +--- !u!114 &8160106189020826564 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8743742540002898923} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 35bfb658269b2af478e501de243deda6, type: 3} + m_Name: + m_EditorClassIdentifier: + ColliderType: 0 + Offset: {x: -0, y: -0.10996455, z: -0.0023012324} + Radius: 0.07424234 + Tail: {x: 0, y: 0, z: 0} +--- !u!114 &9051497482371990583 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8743742540002898923} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 35bfb658269b2af478e501de243deda6, type: 3} + m_Name: + m_EditorClassIdentifier: + ColliderType: 0 + Offset: {x: -0, y: -0.20160174, z: -0.004218926} + Radius: 0.07424234 + Tail: {x: 0, y: 0, z: 0} +--- !u!1 &8826121915343605470 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1796966294878301302} + - component: {fileID: 9064027887631775086} + m_Layer: 0 + m_Name: J_Sec_Hair3_06_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1796966294878301302 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8826121915343605470} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.04116246, y: -0.05447638, z: -0.015426412} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 2665656789968746487} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &9064027887631775086 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8826121915343605470} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 1 + m_gravityPower: 0 + m_gravityDir: {x: 0, y: -1, z: 0} + m_dragForce: 0.5 + m_jointRadius: 0 +--- !u!1 &8862825053195186201 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5706846140068124471} + m_Layer: 0 + m_Name: J_Bip_L_Index1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5706846140068124471 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8862825053195186201} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.060842276, y: 0.007224083, z: 0.019240757} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 7202865696676365169} + m_Father: {fileID: 670576084913084329} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &8931936893665144013 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 710542743441615680} + - component: {fileID: 8191701409210823617} + m_Layer: 0 + m_Name: J_Sec_L_LowerSleeve_end_01_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &710542743441615680 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8931936893665144013} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.0045399964, y: -0.06968737, z: 0.004801186} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 5886036800490594430} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &8191701409210823617 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8931936893665144013} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 1 + m_gravityPower: 0 + m_gravityDir: {x: 0, y: -1, z: 0} + m_dragForce: 0.5 + m_jointRadius: 0 +--- !u!1 &8937529191838565029 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4037029760123649499} + - component: {fileID: 6040271300618814476} + m_Layer: 0 + m_Name: J_Sec_Hair6_01 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4037029760123649499 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8937529191838565029} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.004801523, y: -0.09791851, z: -0.016837388} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 6986508635415535252} + m_Father: {fileID: 2081310941841024102} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &6040271300618814476 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8937529191838565029} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.2519737 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.4 + m_jointRadius: 0.03672975 +--- !u!1 &8959927876392766983 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2402497594785016750} + - component: {fileID: 2329302251634490118} + m_Layer: 0 + m_Name: J_Sec_Hair3_14_end + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2402497594785016750 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8959927876392766983} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.007920966, y: -0.06782651, z: -0.015389115} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 3980424932970048427} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &2329302251634490118 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8959927876392766983} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 1 + m_gravityPower: 0 + m_gravityDir: {x: 0, y: -1, z: 0} + m_dragForce: 0.5 + m_jointRadius: 0 +--- !u!1 &8970932874882276178 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6746169687363537211} + - component: {fileID: 6727531159809642026} + - component: {fileID: 750985398894896552} + - component: {fileID: 6214443688550259233} + - component: {fileID: 5893688057930353078} + - component: {fileID: 9073537810160962664} + - component: {fileID: 120921649034228138} + - component: {fileID: 9007284073906821763} + - component: {fileID: 981813528386614354} + - component: {fileID: 1460328831454178699} + - component: {fileID: 7209450149045732742} + - component: {fileID: 2053438683229916913} + - component: {fileID: 4564182257619934589} + m_Layer: 0 + m_Name: secondary + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6746169687363537211 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8970932874882276178} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1323315447813290022} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &6727531159809642026 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8970932874882276178} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 177ea458e237fee41b0902e3006c744b, type: 3} + m_Name: + m_EditorClassIdentifier: + Name: + Colliders: + - {fileID: 4340267677568250714} +--- !u!114 &750985398894896552 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8970932874882276178} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 177ea458e237fee41b0902e3006c744b, type: 3} + m_Name: + m_EditorClassIdentifier: + Name: + Colliders: + - {fileID: 6356557930191599249} + - {fileID: 745097650461535571} + - {fileID: 7372073224391135} +--- !u!114 &6214443688550259233 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8970932874882276178} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 177ea458e237fee41b0902e3006c744b, type: 3} + m_Name: + m_EditorClassIdentifier: + Name: + Colliders: + - {fileID: 3447586465281293775} +--- !u!114 &5893688057930353078 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8970932874882276178} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 177ea458e237fee41b0902e3006c744b, type: 3} + m_Name: + m_EditorClassIdentifier: + Name: + Colliders: + - {fileID: 1079537849107991531} +--- !u!114 &9073537810160962664 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8970932874882276178} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 177ea458e237fee41b0902e3006c744b, type: 3} + m_Name: + m_EditorClassIdentifier: + Name: + Colliders: + - {fileID: 3288899514233576092} + - {fileID: 5149963035156013597} + - {fileID: 1599500383588093163} +--- !u!114 &120921649034228138 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8970932874882276178} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 177ea458e237fee41b0902e3006c744b, type: 3} + m_Name: + m_EditorClassIdentifier: + Name: + Colliders: + - {fileID: 2831094121785046506} + - {fileID: 1080992798794454409} + - {fileID: 1063914226460613133} + - {fileID: 441079021257933478} +--- !u!114 &9007284073906821763 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8970932874882276178} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 177ea458e237fee41b0902e3006c744b, type: 3} + m_Name: + m_EditorClassIdentifier: + Name: + Colliders: + - {fileID: 9140907336157699313} +--- !u!114 &981813528386614354 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8970932874882276178} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 177ea458e237fee41b0902e3006c744b, type: 3} + m_Name: + m_EditorClassIdentifier: + Name: + Colliders: + - {fileID: 577073036676387668} + - {fileID: 4030538061141193548} + - {fileID: 7523868754189812064} +--- !u!114 &1460328831454178699 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8970932874882276178} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 177ea458e237fee41b0902e3006c744b, type: 3} + m_Name: + m_EditorClassIdentifier: + Name: + Colliders: + - {fileID: 7227605101679005637} + - {fileID: 3995645775947856047} + - {fileID: 5825340262978295327} + - {fileID: 1763103164748007343} +--- !u!114 &7209450149045732742 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8970932874882276178} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 177ea458e237fee41b0902e3006c744b, type: 3} + m_Name: + m_EditorClassIdentifier: + Name: + Colliders: + - {fileID: 6702985098688046302} +--- !u!114 &2053438683229916913 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8970932874882276178} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 177ea458e237fee41b0902e3006c744b, type: 3} + m_Name: + m_EditorClassIdentifier: + Name: + Colliders: + - {fileID: 6429016588737918113} + - {fileID: 8160106189020826564} + - {fileID: 9051497482371990583} +--- !u!114 &4564182257619934589 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8970932874882276178} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 177ea458e237fee41b0902e3006c744b, type: 3} + m_Name: + m_EditorClassIdentifier: + Name: + Colliders: + - {fileID: 1161444847209384873} + - {fileID: 792318231055876406} + - {fileID: 283844879689413701} +--- !u!1 &9068063615043167891 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2785580758651042398} + - component: {fileID: 5510463620808772613} + m_Layer: 0 + m_Name: J_Sec_Hair2_01 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2785580758651042398 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9068063615043167891} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.0032195332, y: -0.09500408, z: -0.029305004} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 8338268841741436876} + m_Father: {fileID: 6808838211308902233} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &5510463620808772613 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9068063615043167891} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.2519737 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.4 + m_jointRadius: 0.03672975 +--- !u!1 &9149090146889203687 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1545275120095735010} + m_Layer: 0 + m_Name: J_Bip_L_LowerLeg + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1545275120095735010 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9149090146889203687} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.000000014901161, y: -0.3756488, z: -0.010205619} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1968675189082782047} + m_Father: {fileID: 7997589635240472802} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &9185827228080819435 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6687627129226856248} + - component: {fileID: 4319186294487745384} + m_Layer: 0 + m_Name: J_Sec_Hair1_09 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6687627129226856248 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9185827228080819435} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.103599615, y: 0.06952298, z: 0.010509707} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 8486188224178987852} + m_Father: {fileID: 6309917567260627216} + m_RootOrder: 10 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &4319186294487745384 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9185827228080819435} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a942e03b39600e41a1b161e958048f7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_stiffnessForce: 0.8041667 + m_gravityPower: 0 + m_gravityDir: {x: -0, y: -1, z: 0} + m_dragForce: 0.4 + m_jointRadius: 0.009418608 diff --git a/com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Arts/VRMfile/VRM1/Female1/Female1.prefab.meta b/com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Arts/VRMfile/VRM1/Female1/Female1.prefab.meta new file mode 100644 index 0000000..ed71ac8 --- /dev/null +++ b/com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Arts/VRMfile/VRM1/Female1/Female1.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 9c4ca191297f69c46a9c041390be6f08 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Arts/VRMfile/VRM1/Female1/Female1.vrm b/com.htc.upm.vive.openxr/Samples~/Toolkits/Toolkits/BodyTracking(experimental)/Demo/Arts/VRMfile/VRM1/Female1/Female1.vrm new file mode 100644 index 0000000000000000000000000000000000000000..d8a6e25e637cd7406adbeaa0c1047dde12121ac4 GIT binary patch literal 16232176 zcmeEP2VhfG_b;F*$`BEuqAV3eO352}c>x(^BZXoqvtS5qXaj9h(-aB?3M#0GECm!9 zDk2K9X%QLXKtL2hWN#5=$zC%5zw=&_X0|U)TK)Uw`~H0Y=Dm0CJ@?#m&%Wm-rNp%< z85S0He$lnC-+w6)_I#I^PFb}LnO1`--DozYcTG1W)@~GEyF${uo(3z>ADP4 ziqTp-qIS2~jufP68~YipK5xYqew; zhDSIWq!{{JyQZZXEYSwSl&vAhDQIdjCMA1mt5!N}G?4B(EH5e@*0ZgEg;X@#HfA%C zqHU(URzWjqrmpP-je>URX-2GyV=R?|CJD)gbSLnX;L>DB7??MR61b8L`oz2zN{~)u z(k0oPk&BOTc z!>|e#o<8AFX#~H|o1#iFW~hC86NFJJ*fFG-Qy)s%j06M3gw+KCB|C;@(B712 z$n=0=W~nDKILf zEFjisO7fTiqf)XfX$sWb#{`tFB6Z;bzS8xJHd>+dcuYX6lz!#*UT2_HO2u*?Zd1@I zVHh%_@xF~&|2ptG1%_2Zig{4D&4J;R5TVrE`%Y#UCF_vaf%i!;N){ro6Zc6liV^8! zKQpY7-5>#w-;QRLYzU`b+~>h6*%MNG?|Yh6!qyz^y)OmX5e2HBjy^nQpm-sDY-@&5 zOwajjY(|lUm1f~}Ycs48=9)p~MoU*c*Eb!(T+~}qyI3s-YeI7EMzHs=S}BGkw!C>u@rcVG1MsF~^^yzUHy(v9KPj*==bDP?Y z`opq?DOJ0_(UNZM46Bul)-30rWS+qc!!~pJh91WB@1Je}m|3+mrQU}~69Wki#UJQ0 z)sUVXWipwq(r9Gi0Szf;^S~%;+>kW8ttfSGf8Ne)F%C7Gpl-A`nV_Vj?}QA?AdDZc zilF~8w*RWoRc0&j97q`jqC z3|KCk>2Gp8Hm0{Qn)DVdoRu)eT@){2|ki86YP^pIZ!4lh?BX+wy zz7JXDwxOe-aJmet#{)lxC48Lz$jct-!m<3UIMjMvqDybM3b1E29{yw>jHkw)(a zK6&sbf5wY(AJ6RPc#w$xjMpN?Xd)kg3(fSiJ@jLqOku{=MSC4tN0ygAV}oP+J!f64 z_p!-I;m_F6Ap99S%9Mm{?}l%%ROz8Vu*oRVUMU(f-qB+2ps?lRD5A(y5r#6=A-BXDYgRg*@V2QVMOa032`fSkoY z{8kIzrU3UO!~8qu!E;(x1N*=+3m%#ruZ|$>Ya=kt2#w+yq!PxD6;^?0h-19L?}q$#dQh=D;H;X_YB=B~P|^pZ@JaccpkcMNzw8UZdWDyZ;3G5< z>IgAHh`_Qy;bxUhf!A_8ONMk&PJ&UZ1g%OT? z3KCU3D71*#5z!GarRAMO0xt$}A82S2#WD*G1rY7jqz)=I728S(kYagr;DfjhB13-3 zqTdc2SchW~g2|FJw4pgpfCg6Nv*1)tvk=I|<)M`pc2l#^UW$V;VK+btu&;!`1#=F? zwjHF1fMX6`RqH~ogH~FG;-Mx1N_E~!XoI;D#UWmGjg-Wo&sznWOX-5X525Qx;2Ge%NhGV`i2uG`YhCs5ZiV;Ln)U<9u3Z9H8 zt(L{U16#GBiQ#B}U_{pewOWSb1&zQu4=Cn8AjRQi+|%l5G`6(>92h{oAxX zCu&8t;ISUGgo226lusGdZW&GkAA**L8^K$@+DHyKVFdu|xd=93oz|I*;d~ZB#tHt{ z=B#w0a8{#M0TkXRg>xVTdD*1qBDRW3U;!7X*O@r5f}%#laGpd>NTj9El4eQkZznSq zCO#gKkP zwQODUnf4}R)tV9v^$-xSAg9A%c_G7)ffyFcQxHJ8?-VHm(nGsM!22P4u zZ*?9mtG2FXh85}&DM46hU5kv=v@S?hK}W#5F4mA>Fb*;xVIurGd0Gr-USRZ&Mmd_Ni#4XUL2`=8kYWq_N$IilI9h^5ZizG=9s~u3w7rt%o!C*IDP^Vsw=%4@w=TmHC|w6ptg=gj1);wll5BK&)YJJ< ztSyU4ekLu4(1Ox*&@a zX8NI{LqD1y*6{ETdyC0W*lJ431b8Yo_hVdOIotQVu(tl!(O)RGWxuA zsxh5TZ+Yp-{>lS(=N0xkmh)muNCiUGDk%OW`Czxem{AM(0f#A%-xL)kSY#rl74+qUw^70$n3(j^ z;>1LIWHAuCY~3?IZpneehPWlx;6K7Gop_$a>4VBGNkHatOFF&fV3+i_3%ev`t5EFH ziH$n;p)+@J-H*<1LQFBTIG7@dYu81fCl2HnmMOM~Zr!O>pjx06v?V4X4s`e`%WQ) zx_As~K9a)9cAoO@vZ;wk?aYpB+C1Gc&wN(E5UHCyEs+|8Y-*c}08Sw_Y*hRINEYh< zEXzdv$c<&v6Nes&_@Be{sL(Ylr00(bqOd;3;#?R4E^Vxt`&6r?n%5)3ewsmJ<=mzywOt|^-wxx zm9a>@n#2|n>7lT$0?rr;_58Oq#t>T!#lMR<{!K*--E4H}(Z8E5wlF6S`G4crBo#$g z%H`}JWQ*X5#c{X0}c?^d(ZQwfLO9GOnsGtavzX#t_+Af&3< zwIFA!6`mGHN{_>bDS0#hw;h>OFvp!s(xW^sDTU1Q5``3KkFFlcf2qq-(5V-*=mTma!)#r@Z^TxYjtUZ9@9 z%~NInCHn2ZJ1SHJtko&8A4HBiElBtmDCnQ}w62+ahZ2yBtyp##A(NOxkoD{D@ zQ8WC_;mn^p7y-iJf9D0AN#ut`Q2V=|-}ac+m$q@TTfWr9@xA1b9GhU;;tF~|opi$Gh=JL4Hd zeY98@E=5V)l9}kyf1Ke$y;X6#7G|r}oEmbv2ICNXh}jmy@pmo#2gRny0Zadb^4pXr z8FIGT4*L6V^A`t?rHg>vc&zm3zs_S>@*>2U(?Se3#9)zH_wRQfI8_x1MYTw<{6AA> z>3#}#MoW+W>x>p*EQGW|;VkJ06Dkt~%x*z5zC8zgq*Q6i_QAg^iNM(t>noz={LMe; zt^MDQXsM-umUM^}Wj^!bOF`$j8r(8uEA6D#lI374>=cY}7G1RB&Tr|FgWu9+q|WYI zx?I#%sIXK+)b*5U5u6e2gYr(b_35^2B9jcb(@~ECWT*ty)nsfN9oMD-6UmAwY&Qru zPfB-2)n+4Awb7_wM*seJhQnpJMQVuE5N$9eQQbFG`DIvvW$5-n`I~M=!(iKYQX8p6 z8#S@tPli@ z=kGNtPDE`kpF`l1E7bjUZG&g({HBdtv2cZtTN|~Y;qse1E2>pe!GEU}ViCN}4>(Sx z78o~#;gTz<0wX0cBkaG(MN9AfvN{x&J7XW!J!*i%+?UMjeXdF%> zcVfcrLri|t5>W7(r`v&@k%2nR*q-@~CE)5IDuwCXs(?);VA@n>(6xxNB~(np_ubfK1S zs&gVxKZ#s}n+3J*#N~G%5E@9xa3u`?HY~1T09$oKsK0QqYA{SUl=|BTu5(bMNNPZH z;c$hcJC*wj2e0B`Is^s>k1H44iPT>>aNh;vuIKsP2d@P}0-K8(989{qDgaui#34GH z=fc4Jq*J6Qisa!Bqz|MmvF=;nUz}=i=K^u8K;XdCRqlMyUpR302gociIJ6v!KL?0Y zT=2mPf$e?h47kHIFq}fnqGGt4Z1EGPBJPyo15|)Wwbllx06|TIX%-+(adU=7x=pq4 z`7jB#&4U^s=X#|J2*z<+SdPGJ00 zno58&N{bTsLVz*~ilxTG?(mbZYZ$X)~~1EpA8wx$kHX2EL* zbs|8a#lT`l+$>PUiXsk#1xm3{N|*rU7VgA@z8Rq4Vz7;QZGe&so#6Je0L?30bIDPl zE-ChOc7pvEsPMw|tq4H}NU=x`@r(iZsaQbUV_7y(;U!r&feJ6& zD-3fjK;ebWhp=p*h{Zk4VxYnc2@X6PsPJMm2&o4uyl^}oJS9-Xin#PSP~pXhYFzXi zC@avaV5J1g3SgpW0u^2?E(*s^4ve258HItG6KE$;?E@8FETUgrpu&p{ z_nAP27YoHg9jNfa?X?W9kq>Y>NSl$u)B$)Z;K7EIGEm_KO&FolKq*!YDhX70;Zk{C z)UH^i7^q);s2PtKGEL7vKm?7)${@BRsVvUZ$#?5;up^~> z5of04e=h<;AMQ#UazeEJQ9V4D5XY{lg$EGcH&^85J0l*}BlmyetQ0(kEf>=37<_QX z;A}+e#~8@!bXna3=fT;Mkv+%g(lRPKD%R^vka21o1->{SyWml5TcVJo!21F2Q}8IZ zoYq2)f`b4e~b`u6(nm@rV1Uz0ZSC2s6!^=yaWA&yNFVf)mmq!Xm2A(>`;Z&cNN{%PP`E< zpzTm}Qwe+I@?$H?=20N7>=v#kZTT%UATLOl)ySA)amoTIF&a8BB_oOxd5z$TD7gVd zhlCwywn()gpQMB<1_}%d%u}0!=i!reDV|5cWB6oTipQ`ESSYLlV#}Z|LJxi*H4I9I zge!Ot=@5turfi>cGG-8@N0yH52hId>ERwN!MQHNL6%|jRU^MyUii*d`Llbl_xC_8r z2u&L7Htac0{sBKaf@(Bvhdx5P72nG{k3oPJY8%dn$mB#>JcuMHBPX9MSMeMQ#*K&K1B!9uP}0Y0Mn)16Y;a-<3{D~_ z;1p+Pa3oF9#w!M1uFg+IR3o6DT%omXi<_ReUp+!G@VThU_F92-Fjv=8*7IYm6$exxw~;0xTvc3)=zW7v2Q z6)<%07wINLC7VPj20lxcAbBqXpChpf4NirVg@7sICj;&PJ|eow9_cHGm4ySUI1`Oi zbP)~Ikw{~qj5G~|ms$~qihJ+G+(MNKWMwE}SWwZ69#g?&=@e=s!7Q;T7o#4D zvKoQnUv5^I+=2rBlHP;(lZr)Zp-fe<;Sd@^@}(kV6$5wI1knKkfk%3vY-Kq6KV($V z)f$*~o&!V`L{t?6Yquw21&3MrPgjIoRJXC&_aY025j>XChLp$(Su=`^Gfgotc11y*7$G+TC%ll(k~LXe0wl{o=uf0&itaRp25=@hTq59iI1Gc+PNcCGs2PIz z0)@TcF@ng=A@|@hq?8IMP)LEGf)cWCn^+gCaus_Fhx%P2V(v2K;H(2uoIzBItbKb0 zrU2-_VAKRxF~=!Lxa(!wLADjdJ*F>VN`R})-Q+{ADHKZq^d;{rwT9w!z^o#|DF%K` z!SJA%!91?Sp^y;Ek_{_wCqcl8FGRv+Y|MK7=}%BwTMQbwJuxpBLs zJ_vXa2W^o{#gR~gBuvOYkS_V@^35l)1xox%BEcEPfZIW5GVMuJ0EP@j0o zoTI{|MVCf`q}}4cR4~!au2K(9O!^+j z$7Qj{Q?U<3xa>j@rPN^UDG_=&^*xDa-5 zuo_p2%ccz6OvqlMBhvH+E&_P%P!+~?AIc5v$$?1eg?S=j3T{tuFC39k#<7ZnyW5XI z1!EIJK|tMQ8%@#aL`)a4a>5jc^d{(9f~zaR)&NJ*B=n$2mjI`f`~#ss4#{(hFh!RK z1-RS=)0Dlae^4+*DeZ7<${BGuqYmR3_2DH{LC4}*1Vbt3Hg5}p$50j~q?m*%HDW9X z&7g_&6Q(u(qi_e(%^pRMtzatcuy3IS$SLwrDdD}t8FpzyqUs3FnCd7>4+@l{F9M?xZK3AHO zzeXmQoI$1l*5Y8^_Cx0ZVBKL1Ljk7}9kz3ebPxp`3DI+Dr@=TzG6qyg_sF@_#*tQl zYFip$5_Kdb3L^DYtu!vhu*Jc|^F0#iZ@zcF7(*-=XPe#Ro!r8KF9btzIs=$348DAy zJXCxZqF^$%mjnq8g;A{_FmqXzLN*2peZaFP$B2EBn4^)*&Rt0i6iOP0s7(6VFYO3m zHVRM{M1Bq>2vz+^;z`>OMN?6AO-3K=WmeEI?q**t_f`KPTk*a|F z(V`cA_7ma(tVkXQLzxtK^q_8gB8%stdgC0T3s*;8ti6FO@km@EqH0s#aa6$%Y!wH; z$H|F6m&6HME~MqQ8w*8Ues0F%;P*j2tBGRs+|Z>cI{~>e#etz<@^&BOq=^(E(tt7Y`1zzL`(YpdsHiwtI`S(5B~_V8 zv5~OuC=yJE=wv+<^*4~tgFAMlO$UC%k?-8esBvo}?>jB-fUpPN87iuW!bHk;U2!mV zd#$s8cO4Un{0(G}v7$G8445;YN1ZUTVg9(gRCa#-MFMS68HNdaR*@%RH(tdhsea_T{7$J zUy6}*nIUm<$@_#;(nwuITAniW1j3_b$Q7U`KOS9B^%}*4GOVqF zVSMrvMZ@4S7)7J_jKwJ$1sB#K@Tp)jK6k&OVR$;LsAQP@_J2Vx9^^KNpddSc1baiW zI?}U=O}qhQu!!>u@#(`L4v;m;`M#J zu47bOfjFZBfCaCM@566F9K$C|Df}2vF^sADB!hhaxJjRCz}4nD6@wCM@(syyg*@=0 zRAZ_^F4!lx=-n{Ql!S}UvufK~bxGDI8Z5d_DDBrts<`LY2iUGZeY8l?Ck%A!g0w6@ z!0^@u=(NBtbSm1f&hrQRQ_zZdiE}IP9R;n30-aldrWLeOyR`yeD6myWy){9f)?IH& z^IT!<_yXH^QmJ%s%iy1`jXuFZ|KFTpbpwPreL-uaQweUZD9uMfGmU#QB}AoDY2BMC zAtW86a&M-Hco_H1LzyN8&y8`XIZEqL(9E6aNC_&inbS(P(;F=w!bDFdQFAasm75u@^$l4kD2Lsm9Qc2QRQ2 z=N;=#AEZWJdqmEau*dU$L{)%4ui(6tg8x-ZAvdXi7AohCh&mZPe0iwxIStu$1>L3`naPtUVrq68bNJXY1Vl z3XLuHaU9Pgu?#kUjMH%G3HlW5NFd%eF#d8K*pO;WPd5%SI5o0;iY4*>seR0NdsVwc zb4I@uLl_=s4g9VCt$%~N;jHK5_USYi`6+0ugfr{7;()( z*6`u9w``shrzL1T#L(ViOs55C-7|3fgK%8u=2$Do(xipq()(IR*c$ z!CD3E(f{fySS=X_*G&+NMF4S1-lZ-b+II?=2Z0U#GuVg7aUD45JjfIK!C^t&lZ{qs z0fNDUNN;e(!+)9y1z`n<{99PegM%i9>Ga`$bqPH8K(IIvWO0hoB<+JX!BB>zJFotu z+ECG~LJM=^5ZVMmkppCI{6m|-Lk$bMB#`d4auvjZF(LsWB3+kcvjMs&qiY!*6W1xpDz5F3{-DTd@)Q3v zluvGG*OBv)(;oVq{ac53QRO12QQ;bLnof7&95jc+;&c?pMM?)M9waw%da`Ri8`;w} zpGh@Xk_?IUo@tqa47GZZ{qzIj#)VhgVoWt!;Te{_;;E7=7YaMP!$w?jTe}e^skd4! z#(o)A`k7U`b4-`^aqVL|N$%}VF|i$^q9xaJT{uICl;c7ugZusGhi!9w?GIo`R!LRU#S-nqd-*C;vOxxqr&`u2B%8!UA5 zj^mvhEOh6LOmOuu#Ew`#aGM7OHXXc;^O-=md-C1`CdF=CyN!g~~fS`gDVZsv6thY29F< zD!z_)Zm>}0TE{y#Sg25|L&J7mnK!g1y^7kqJmB(SE8kBi&-Qba~TF!gx z1`*1P`$UhNtPi_zuRP(oPIrTc7E5zY=O7h>2;S33&d)=Bwwk+7O~xR&K=V4ybkGCUWfF{ zr9t)FKZV^eYb;Qg6dqY0fPIgQfA_Q-)r=kFZo zq=!*Xt=c>N-PP&u)=q!N*#2%8rE|g>eh~zelua17|I|f0DAw`FflS*I%D8oE!+N%1 z^A^C?hSIT}+Hjs9xb^}UtA$eNZEd8VE^Xu|1Z^KFXTVcI1)nKG1(l4zkb>&QphF6( zZ1wPNcnK+}GF}8Xyo3}~884z6UP1~g9e8k71w#rdIYUAUs!chRR9J^rMCxLmPDa1- zbTZp7hgxO-9a2z9wF)VycFp%6P*4&2EkXqq#&AeMW!(g8NI?xLsDhi%Dda)5DWPt7 z33*UM9#j`!bjX8BDibM?ArGp<2`*`nArI<*(t`>Eya*Lk%BTo=P(uo;BW)xU;eEzgnXzWA8N>l8uFp$`HVy7_`M#84{4|&4fTIbL+wL+(N_JRirhM? zQ$;E+OT}>cD71`oxG&|x8`0#yvDaZV+wq%1wpvIEkk*S<9B zpaLLW%Ha(FWY!i70FvX?8vt;)6bk_IeJkD|$fr74P}e{%jpGf1e9BJ*7XsKyfoQ z7lATnYIOt(mZ>!nC{3o;MxY3pz(k0rS)ZiSq7+OfLjL0Wq@4<=w*Ok1_)+=VFoB>fMW(oW`Jb|Xl8(C z28d>WX$GiffNKWGW`J!5=w^U#Mi3<;Go%=-W|MT)58VOemD0emLX;Mwv|^w%NTv{_ zg(xj(lm-@OLU~wOjwU1@HT24@_7!5=~168C- z#R;ND)QXG%Nd1R`%bVZxx-NzUU9=8W+$>hQ35}}Ydq99O8IjX!Af0G^= zm{wp51qh!HASglZ2}t2FPnC&nYw9s)sb~w`ySk2O7sbU3R(omK=&aK7_Gpmp}Y_TAO}{%69WBTe~mjXVhdP*`|>l;v>XJ0 z3mZ7;mr5c5o-ph`ETm_+pvDQ7Ad`SLpP{^x0PrkPfWSh)(xPdVpz3GD~O^9 z9xM?8%c@y5*jeGAAg+o8&R?W3;06m*FgGykrIb=9gtX5QW zDxNJIA0ka2$}emMsJ@KK6RNIhX$FgT(AY?=O5{W>YX?lF2Co)jr2t#d)j2`XXbOoR zFZ{7ZM!MBIvr>aUs8qa6s$fyDWr$R1nFNiR(TZ9%ZG45q;#d}0KG3jKKGRhYN+h6G zaT!S9!_`?|nz}TQ<0)khoMX>S0F)r3a*(6->K7qg{RpII@_=zN3Xw(9>5ujj1jaIELBvE)U zPl7@18wL?;52u<8fmVPg2)-r)LQrc2tsg|;L5XzroYzgL;ze*!$F#MK2+kr6DRLV8 zw{VP$b>WeM{?xLp0P$ToGW5_jZM(rc4A852 zo0*})HssZip9C7Dwg3Vs91NU`9%IJ?wt^2Bv~Va292}Ow3Umj60aaI84qV3ukzP1D zi~sD3l&d>0-B9hjTKV9ARd$m^7l0?2fTw7+9ogZJQ#yC zc}@!rSL=tG@5GHH>hXXAq)0^@T_qurJ=9r&Q^7Ytj9CLN$Vqen$Fo}G8BO5~ENK^c zzyQYV6$VxfKCC7;u*3*N9{2jt{XQyqs#RJZyHYv&oe|-cBZ3ya0|AQ?bB9k|27(h= z+3v-VZ!@ARlDtV@Rw&^beaj z(r7gxJ!oCT3V0Zy(Bb_U)*1c2SR(I@4#5mDl*Ig5m4?&8+aXJ7cp|V(K#PT=0be}P zD-f_8Sn_hn5=qTMN6{i6L#qJ`O$7ssFB~p-Uu@A63>u6K3pEr`2t)b_*35!Bq5IM= zR#d?l22)aw5D#Ji{dpgm(U8>!JxLl0bT6_9OW6!7SeSevwG*Bgxd#|vN@@>cpgDpX zpoR+)4}i)H6$vpodI4GxwfLXHQG;X?dO!iTlpny4ff`Vzo1H#)Wk>?>6Z6pd>fUOTNVPLf2bxcS-H4JN+=rD?in4pbI za8Mn2co+&Noq4Y;5wsw9&;m^zB&b2y69Gt45meAvF*2lUU@&ZpA!X2MwSN! zVhuzuYk&j+Ed|bj2}A(Y@UlpVK#l-dR3SZ(65H?q04v}L03jWD1sD!Ci@XBxl;DX> z2@p!)$vp25U-lRnyTJRv&`@Ew!yzn=7?i+Y*X%(QNWAEEm0Um0N$`A5$hQTX4#432gK#KrM9Lb)Eez#4eMK#0aQ?f5@L8|3BZF*2BfjU_`_+Xd&K!MtkXUaNT2lp18d;vIiUF?yaRD3JFlS)lIM{821xi4 zw5r0|Yl2r^h&AvI0}K*i8AiM8K;)qx@JIlYHUiiX+^m5ufcH^F>@sqoOZeAvkoquK zq+hHGK?f*eM9uyS0)gn(+X8sCnY9><)MH5#BL_C(lf;xD0wAdhrxi=P*8>8e-xC4} z$B2HxB9xI&u|Lp+4f|LJm`Hv=;V~-c-}|T#_ySY_q%+DJK+8ceOMinEuxbISdZEy- z@u~}g{=HkN9F!j7L-K@Sl~MFb4y%9+!3z+YDjXbMc_9|T6As#kf(qmaPGmy?Jm;WD zWLQdj6rL+agpRHp5O3??ePD`!!$W5?3_x-St;qU0q#$%d4Wxncah({Eq{@20fraoi z5s3njzDknVW){Lx0bLo{tau}c@NB|qR!A_s@{os9IwIIMWwG9g{ti|Lx@Bx@3h%OeA2EFQoSOQNI5p&1PKn6Br0HDAc zk>jv%)u;-Ie6PF^$oB+5=0qA6K^#~mG9O0x0?MMzX9Q~%Asvlc^n)#XL%)xqA^H$N zQroOT(!~ViOG#{*9Comt)rAwtlE>cz5G;bHjYz}}5`&kR=w1ttDP*673S?*?x>vYG z5WR9lEP_`6FjdT*hLab8gOvc*V{=i!cLHs}4{G$7I5vRixHbj=rx1$_Z~8^5m!Rcs z`w-f&q#rYWXaY{GNF>hb0ST7CyOGF&3qcW*Lu&902~freD6mNwMWD|@@k5bd_W%OR z-~$L`NV2xrB8S;SC$i<_00I%JvLE8nV^l1H_fdJQJ`uZJ0jBts#Dt-aa!^qt}WaOxLC(B3{qlRlqJf1cru-)ap4IvG`Q8+VDSMB;<$8@1{u7Cn!MIS9gL=n zmkpLKDF(wJgRc|=ElgA7Q^+Vl{vb9W&I8dNA$OGq`Lu=3;B+0|M+&Dj5_|<17p@s; zVAv%XToy|Rav|LbVzO`)L1&q8iV5d=q;pG1VU*U>v0daS@K?;D|O_ttkfYxQF)&wlV^~F1W|^;ZcDFg&1Gq!0^H_WiY(s z9^pG=$3bKjoV7q+Aqk0bmdMg2Vd?aIjzK>>}iYGfEn0B4NJ3Y5+$3fW&Pv zWCVC$3}{GXB*J&@I&$F#b`shM5_qB@)@Vxdz7qsWZ5I$qao-8ZZzqqwKN^b*6keDi zLE&Q=5c7w2gpE*GIqime8p=E38Kn1627O^=G8_(`_>D`>NbTnx!K4=xXSXNqBbI6R z*C2=pKP7teUp0eP;R6aE2&T9p=M*SF?mi9=NP7+@B8xC;p*+^Il#{0K9o=9v2%6dj ztQJR0$TlGMPtJP*=@f+%wlJ%l5kNV1(YiQens3dBgd0x|YFpHnl7O-QB!dlM6&S4k z*eMQrb00Y$od|&&k(`t^hdrW|aFq(Ofd=IWp$u5eg+zzv;TD`J@};YjpbNgLj#NJ9 zB_Yy?MO|$iBJrjj1BRkg)#YRAF7~4gj!$J>6&awej%*O;*%MjB7No2L2Suo>yAJPz zE~Q;jRH{1cEn8&(oVb@N0no{Q4-p-U+6m^>kW=B2v>O zSBFEFkypXHnhqckYz?NCE>G7x{RgU~OGkv==H)|4$Ha z^P!>>g%_2EE~NlC)<9N>^3~8Kr%(~8=)i!(IPk3s6{UtQRXKt_MAeO?%0^Vp$V2)^ z%NldEA<3Kf5=IJKx%T`MoVSMaLNeTuB8p=}ex-gnTkD*Qsw|r{Qgw_L`hDh9{W*7Bw31Ci(mz zCn6dGpAMvZA?#|&DeVoMHWstV>I)TE5_?t)J!A2J_X>G}($l2Gz z-u5FH=nWgv(D@((>8PMXoL!Nzfn0H<1rjdcG68Ck98fsIkP^GR0Yr4_tAGsL>9j9! zXhSX}fo+O}F^Y}i{JN-t1Kf|OxbuefJkR2^Ymh(e>5D3S6&Ykz`XB?EIueCF2cta+ zFB>woXcZ_?9%uXHg9C`mB3s&z-RTSGJ}ZbwgTt?mgm5`S3x(&vC#6s%kBmVam?$I( z_~MchZ}3V3#3ylP2i_LDp9gMs1R~*fmN0`51oGwznK=vpk&lIu017%8xLC|i+&~)5 zCmm4A9uHGerUVhE$KVB&HYXj1r<5(S1QfDrZ^U35K0ls-Ts^fsC~_9zfOiOgST;+M5+$=m1+`GBQ}R430vEVg1!zEmf|i>x~#SyPr$UbLq|g`H#_J5O=* zu_XuqC2{K7aLIq}#Ay7!UB(-yph!Z^0CiNvMaHzqiFF<>OQyv+6 z1QzrsDmhkYVPRVcdFXs_0WpQldWZU?MMjx?02$I7=WW2j3%M;l7^YL5FK@W;sy*3{ zddb=o*rjq{ye&k2`V$C))F-HEwipf0d$2gixkpU?dM7<>-@TH3M2?mp`l&-y~F4Y)EQV+_uL#Mz$RxVvn9}@a%)~tDc|CO*7 z?K_3N(YaIGat}QAKv-Bv^Px#8x?hP}(azk2J+%~$_kKI!*e{kQy;`tjMU(?=gaqH10`VavGBfB3wg zHR<7d%0F7W>OD`g_0L_pd-LbJLx&6<@z};q>o={xZ_E1K4QJ14ntk(dO!kdtcMtE_ z(S7!rD?2y-(7e~RSsQC#zkKoH#YA(Bf#nZaR%E5W_s7u&-x^bo4a>fLIpxsdXGRJi zY_AbsH9T`|*$+-EJ-@fb`CAot-yZN|*FUdx`sRrt{lc3!sk+e+p8Vj5y3-E!%$>dJ zvE7=lZd{qart+OzHAajt*L+L$+mlA+{r9J`OEL%7&wOFw$6IE;Y#w+~^VRjAo~o45 z;^3V>x*y(CI&AgSt(}ga9;A74V}-r7Pyf)PX{jT}@3bs`Hf@`(>86Qa4O_Nx-?6HI zr)s#^xKy<(OCy%1f7I&YYTfN!^DBhC`2O{Z(Vw-Q-#sR#$A)!}EKGl6an>J)x?k9M z|GdOqE4FUkxbOa9%Z`qCwd4AE4Ry1=uk*p+(G?C6l8%;L()-i?Kjyso-Rp-p9?QJg zNV8|n1-|K>Z(n@5T8XKj#Vr{7^{U0o#pUJJ->iRUZCtJ8?N&@)7(J)qm-9546Q+(@ zS|)P^C;awA_!rB|E_v$LjHB1Sy7ft!*qra`w~LB7Q~F$=Lst@>Jm0U{sNAcsnpWLx z*e2_fZljyrdvSib^%Wj!E*{MMW@++y=AOTLp1jhq!-<4(hpX4$JF(d}UBYHeK-cf| z)c*E(_!qOw-a6gz{M<&rj>>I1a>x147mST+Z|%|c?{fP~*SPU>w_7D8ynxAvG8!E+mnP6*WS5SaSKg; zf6|c(U-iDTYt8P}PYhi9!^`E`K6PhN^%VnOD_42jCrf@Pr78Ih|5?45u*XImoHBR% z>Yeci!d8qOn^o)kNAGOC(P(D!ydAwOSl-ahIlJ(+j$z{`T;$icZG5P0={BXC#+IJn zZ$hunj(^#{c<>;m&MYSbObilV;_P>^Xb;o^jXPpxaJcns+@Pzo6Ggm6|pC zkm1^7rg`qR?xzOFS~X_u01HdR0C?V`k3_=CScH zbx$YVZJo2P?8oCvd{Jgezt83l_~qL656;D1wUlpiIP9I*e=6~;c%w?Uiz)M~oE_ai z>yzpur^TFG*y+zJ#?D_4yWDZ)_b&}^GiEgPp7rDUuQnuI@ACDUb=MPSWR@KHZL_S` zGN$xh*8OnR4&^_6=gMdAbXxG$$lQBXpPZ_txyMkA`>^f+^{Xwv8Cq&vx0EY8zqvf+ z{g)r_BfS52-POj9U%gagUd7jXo%?%ro#}PjOkLY_=9?$x3~O6+lsVh$lKIyO@3lNPWb)(hy}YtalPbHi_Lu#A zkBPgX&q(Z>c%%V)KJ`+^+iP0%>l)W=N9v4TO-834U%M{h%F4fQs*gV?%shMg>I1_T zCEQ6GmEI?9*@Svm4VzzmuggYFSbDYet+6|2J=t*4p}nm?$%!ZzWV5`oY$8=5Lx-~(|4w??U2~(jlFG}|NZmLxI^>4Ntn_3 zSynrhIbHXcxog=a;?VFjE6rb(II*#7de)T3UjK2i`qZrXLl-Zcw4ly}FJ9?+B;)03 zn!1B7rM%m5N~PP6Yo@%}Y{mXNlUpDCHS%cbY{KqKTw0r>8&7mSvb$Teg_A3_nb9cw z&W<(epF5l{x$Yg1XR|2-ZG`>{PRP`%?Nw9 z=8m!_KYRM6T}_*>T%K}q@cK<7$79jPm3{n&^$i}#e(|RjlXDup{K(?DYv)gYq=UKf z^lwI1v7Xv^bK%01b%!0;ma=db^Z0AmZq3WC)csff`PQ}DADlXJ;MMVmJ}kGseAa@8 zDrb*m*Un$j@?FiNBL}9}s&VR^>dK9Wx@P61-op$T`rDKtJA0kHJa6;PRrfTyzA@pg zjdv#u-rDB7b5E7Z6^Gwka5$wxorW!&*ZAC!b)?C-!$VeXjla9-QKC-wC--c=y;g|)?z3$jhA(J%VA7*?TMb$n zv$f)uYI_c8-#D=7bzxlYZ-XulXfd1H+{?W3uaya_7OvC}2l>=A^j&b?+-KIr8a)Oj zE}HktpI5%9cjt$`@vqN)v)lTQSHFF^)(^Wn%{_mj*T#%#YksXZ^66izkBEP3-<|5! z23AddCb9c%^~_3!XYZ)qJJ}?1#Sk&|*aweq8uCNyN1x7}*f_qUY4-emf1iyTQR>~_ zhL_s??QsZ{F!S|C&t0F;d)9pe<0~9GcJz_1r_C=uv$$#Yl`#F6y|OBHE>~v4))_}v zU-<6RF9&`3!0LDZObr{fYIVt9XD!Li{*~Xlt$MXaZ~q-(82Xwnwd$`|J6!G7Q`LVZNfsWyB;%9#>nj^>-*@wC z!^iiXyKv<9`8heQRwb?ti>#SgY4gJkIPIu~(eIw#zj1F^?`FI9eRHVfq?bBab7yEC z-S=GL-zC?s(0-A5@sA!yxqdzSHf)vi+RVDA9&Q@bx8v2^DQBx^eKUR#ZOD%7w)(fG zz4+yjAw9x>d^qKe3SFu!o?ZW?=#M(w_gv4k0ZmKlo@hKQVeO3LyJln`DAzoz{MJ){ zKJfm@r*H04MWj61X@AwQ;q| z+m=QioAbhtr{i~jgYFNjC%@OZ_nUwB`}XYb!ocL}>xWp^mS`UP&Wr=I{xtU(zY_j8<#6yqH9A0wu?%h)lW=*;D_{T?hW8=zyuP7IFvDUQ#Z$ESImE4c}W$k}v z%r!{T_eTxxay?^g56#pECXOAqzV3<+iz4}Q=}E2kri49$i=C#l{;pP~rP>76+asN zN`ni_4n|a%{?^*1qdT3?S=GGz`}h3tYWu63YcCnUn0fl`xvi7MMs@n6{gSmgeAwJC zs$Ck=GVR2%l6xo3zPHB14=$Q|GN<>IU#D6>UcI{Gn04`;zBZ+oLd`Dr{N-15=XbE0 ziubY0FZJsE%EHa%TgA5AF_bAYd0ytN!|`=14TxP^akM(?(U#g;e~Jf}mJl~?&zTh{xzoSwO_EUNR$`CVfZ@12&q;@y(1#Yv;*)+;$?`?8;Zo-%p!(-P^jP-G3x4|WiH{ZwX`A+kO(;9;MA^7zhvRqUma4aR>7vxA+~4o} z$oRpM8TVy0j(O|Y22;|>-ru!&Xs4m_^0t|6tBq`ObltseD$Px;((khergW;*E6Z3Z ztn1P1+gtDX<+*q2Uuik)g(sVJHjU+abWbhaH>~Z|Nyce68V_5^ZYVV(X4aMan$VP= z4gX^P^>aOz4{F|jWuHGQ414;4&%dhw+ogmdjo(Ztm3HaCg6ZE*+P-S_W&XqSF|$TL zyZ+fVKkdm0U!O4V?6G;Jvp=nWxM#gf>`dmq6Bn-EZN99uHSvR=MlO8tc-!IgGv?nr z=tkqI^PiYFA$D-%GG~_eKdqWv_0Q5j&6;twLE~#Xrl)N(%^Y?0*&QeOb!T5MvHiiL zE1sS9>g)Yh$EM{}Y+nDy!!w3DOQiErNBJ~1by!HK9fB|iM4`j0QaS!r*sFzbm; zd#`qS{IATCY5my6nknTP?k3RiFGqUoPsTzbA$^J8Dv>3h}iNSU^cX`z)H!zV8cReEIhZYbVSY_2$^SZ8q$EXqxrh zhRUOt-``+P(%#kU%eTl}eqmnb#e`e_?T{X6*Sr;qO+yyYOgA?-#56)^B*jMbGq(>YMuR!YJcs zYreVM=d*t8ru~tT5_a}f+=~xKH=eV@I`PCWdq<_M2;Z}+;-)7%zcj1QtE&C0#kVaB z7L0iLk&7`^zU%hReGGg4Yj#_MJH6`f>wTt2<3Y_MBRi*xbFxjP|EMq>mY4 zns)2KX~&zqIJLr!@5&xwS1hQy;i1;ms_@1n-SB&7EvdNal?|UXe}81oZ|mx8xmudY zZOP102RCH5?RvPxs-b)LR^Q&d_uHd-pFLQ9Y?JYG2Q7Nx*ji2M;})HDai3)mMkMw; zbaiypn@=XBXTK3Mw{3R9hHJkq-cr7GweBZp)z3J0e$}dxi%*xYJSb;(&uaS!mGR*x z9=+Sm_~+22N$vN(Vmz3AdEMFN`<^>6U}j2(k8XCoV4kz-_N-4bldt?5)@W73=z;Zb z{#f;7f9;6_uQj+b`sb^);*TYze3Jh7d)X_kkv|Ul`}n*P4;e1xB=ng6+3tN!K5bV0 zZjIr z=%414j2U)xXZQCne6+lJ^2z5H9PFbZB#( zBL||&4ScfHx%#CR_qlbhQC9rww>R!zr8+om(fLcUV?LU;>cq;?s@X>)DhZdCHP}A! zm0cY&FBr1lXsGSg_v5<5roJ-u@YKake_u9f$VWT--;5XLUiu_;`lHkL^nLp3&ZBR2 zT)(s4<79748MWcJ*-s2e-L$6s+I#m;9vr={>FFPH&Rv<)>|jEl?@!HYeELGo&BL~( zmiX!2ag`&hbm{w2;^WCz_IKMeZqmUYD=qr7{-uxiANzVt`3)szEcvZWx@KWy+nh(= zZI?5+(rLq}aU1VWJD!?6d|cU-N3%aK)p+;I4fagEwU9k@`^>PEl0TgMbj!4{y((7Q zelf1^*FW>tR~Ig9@mr70JHPyR#I&*tlWSRYD|+eo4eBuKg4VR{m&&@~CoX61-Sz$s zVat};8}}Z6qkZ<9Z|H`t`FmvBFk0yb_g*-#b=IRB_Ye7^`<7=0?zpgF zey{jFzqYME^p{WTZQj|x-g7yv`7QA?a~nonU-tB@ea}sg?r>=N-eWnLeRrjObGYNc zX>}HFO-`t>z}!E z<&A^AvIbnfz zGnGmD;#ey2;Ir(K+{Di}pEcF2xNTid-NiGnHJZHtyRPQ2xHCCrM*jT5HuKwmzq#;_ z%>xGCc=nfDRktMWesS)yl~1nAd2?XL+;1;Gn|N!-R|`&te^X)lsDbD1?4CMaz4zO> z)m}L|^s`M1#=pCI-||b#R@_>&aNh3kCU&^JWA?h6XI`n^I(zr#?5v41hyK`Sjq1Tg z@0F?g<1c4ki6|f4>UP~j$z(ns5=zavUSreU@k77rmR2G2%dF(v_Z&IB)O<47@05hLviVTS2^a|MT%_@hLG~FIUv9PFQ<& z{;(q-VVfV``RWs2ABZZwXw^+!{PVjK2dmC(Y0<938AIu<+cE8&c@^89xm7j zls;FPTfaPf9$#hnl0{8+JobH?3)wq2-dx+G*Ngjii)~2oq%AKyBj><@i1i)H{h4v) zgSW1|`}T!e!&rj`? zv}5fL*;g~Bd|2v-y-A;3d$-5e*_xXXi4(pa6&{{BJ6v3SeO~1g!|R+W(Kh4lYRlhw zZE1;io5k6`K0PIO`Sfc;5lt8%`{f zJ7M4XoS!!}Cv*JF=Jj(2-|etv%fs0*5fw&nZ=Q2c{mctH@7DZlPuPLqTdiDPuYa|% zPu(3=UA(vS?MIp~nA&P^%+!|-*7*fmg)roaZZ#T~x_fntZuVoBpKRFpwMvtA@Bj9P zoNwk1IeqfV+1Z`eMlERBaP5VP&D(G2c~2*E($q;ik2YNY^VmOjp1Iur`~q!_@#K@r zg*baI{`r<8`jl?e;Z8>BKC1^uHeA|xR#@-JIbENaapCIa6~n8l9^W&)W|RB-PODz+ z-oIBIeEL?(^)IdWw=`oDe6W?~u=e=ejSJQe|M8G<;IUF4n^VF}mdX3(FB&nZ|1@3y zq(`hMS;e&-sToBe(1z86-^ zsI_U@{1YqAm45Hbq|9N9g%PTUue=!ZSJmBH%icQr&ChqTIz&%c$&DLap;}DXq1*LF zEG&^*xv6eYZmr~VvvS&IE4s3rjV6WBKU# z9c#;E@0ll*e68}e`r{^)xccXSnzS<`x2(T@|B+>D$}Rk<><6cgRc;$O{gKh*s+Ico zsZZm|uRK5LHeb5)t(e*87yexNZbxwr?UQYZM<)M#C!^t{j#n~!Ha&53^ZMVW4{Ou0 z-M5c_Rchko3tuK?)tU42Zw(to_KaG*>gBGlHm(tOyl&W=mCjB6eN$a4_tv_mY;yc2 z>*d7Vzc(KQmGAs`ZrkcsL)Q$R@$&HxYgOzKvorF^X0Ij=yC=;&ujlC4(O+I}&^fwy zYU#+g;;%k>`BMMBB`oFRUs{ox3uWbts0n4)>?nKr?48|Xhs5kUwswa#wL*u}^Y*2_ zwYtTO;gK6Fja=PmZM~|Mo27Q$@@h`Knm2yg+d1X^W~uzL)4#2MZ(h^N?M6h_%I=$R z_v|k(>3&N)F|O=$X{EoPyDaVE#HtJDJUDT}`sy)ZXYWM(*>ir+YR|o~ZEVv<)l*7e z?zL@aml8P-F8R7Tx%20g?Q2MWbNK%3Ior-|Np1LoxvKupJEyzO>3Jw@#pK+(^Y!JE zW{v87JbkC;u}Y1XN4DSlL!0IsYNXydXVaYfHZHYxk_;(7kJVsnm zapGT<-!?A|U%xR-Vxs5Et{DB{UlX32Tek0CnG5gf^F^nHrWb$dytU^3*nzFT`0RsI zx$UkzeYjFNq2f@(8lg&R{c+b%&6#p{YTYxjy?Zv?v26LYy0;GI2&a3jZ?NRSx_#9j zKd33SuWDRw8%f!Jr|hR=KAW;Vx8a?(1DD>3sQ&Of0IeD8_n zkH1ytR``W8na@r;vU?K6T#{eKw9Up5IiV*3GMJvPRW=>q3WG z<)8a&Y^U7y564@LZ%vHO)mM2<_0i_uL$*|VU~dF7W>(7LcZWPNsgA1G_PUwfE_BcO zaC6Rs(aR2u9n*Mwvo-9P2V2${K*~&oiKBK88+Rw{WRJ2JUTsz?P9684?u{3pJ>Rum zc#W5zZ@77RYKxXrYc2dMVhcYgJazk+!wui4_gs$;wm(0^aDMOA4V9|j?%r(4;P2|J z-5V?GHO*8qa_9aZcFsz-)<4`~X#-PO zoG|r~!}lG2Hh1ix@QGaqrk1oEEnWWhqqCX!rmn3Xvut-t%&>>fPuEw_Jz1(ogHl=5 z?`E%<@%R(x2Gkn9Bq#0X?~f*rcvW{G?EdqNQ1Y<``#wE?yv(c5esN({na<6un>z6A znzPNmGw=9r=9hJv>|5Ud*K)H_dK7vEOsoHM4z<>jT@ zzBj-8?;lN@^T6dvjh^{q*xqVQA8Y>o4}a85-1Hh-=JWFX=Dcm(Y(Dh;-rv7_V{iJ^ z#O!Z>{%zy6FjLb}V_uQEoH1%|rIA-lUnu?l`1{(|eRfsXzj~hu*Ir-s!^X7lerZ#4 z&)m(H?X5Fgwz&81-ut)xRc77ySB^F~qux5^EOE|F>!*ZoyK(KM2ji!#@3|`Wtxr2| zf1$z2&4;QiUbyYV#tyX&of+v)WRD$&83McT+7Xx>`4Ca9$SjE5&DaOT+CY<141UnZwCneTOZoloi&N> zZvliz2Nr>S6MnF!68or+-QbzP;Q236K6PP~YrTUpk{585kKD8Q7HptbsQuq`Q3I zA?R&304%&~)l`{6CEbGq-mnF3I=XYGdh}%qxO}L;Bo|ipfdk#s6HhvC(#9<3qkn7y zP6{G#D6TN6LcV08l`r+%jlz<>!5``Pwu(=67>>9u$N zdgQM*nO-B?;=P7FD!Zlaqp=M9$iT?J17x6gGj!I|(SyU+!`aEC2#9o{zHmjq{_L>+jDEcVQuT`MOzYciK$sM})mVv+i$G^X~kRC3c)sG3WEn>385tNExT_4jb|Jm1!5;`_yA+~ms&Hl+PBLG8SyT%?4q(C43%raGt+w?gynLeH zJ0w@zVqm|OfhWJh3!_&2yK7bDt@5k*gC+JQ@$R_u_XqsfIJqRSWu5Ucz;bSeII*_#TXBx3FY|l$!Rzs}-rdnLd(p69FU;m6al_8e;(x^Kz>W-z44j(*6$G`i-uA`+ zXzgkd*HSr>_0<0e0EH8WimqDc*6&NQwxH(z9y)u;_{`s;FV)+!dl&MUy?GLAVjqof z6#b(adzbic{_i(C#)V1t{Pgqx{qr5z0eOuKUK7`vDz{dcW{?ou8cLD*u001BWNklC&OxR5X;HUcDfn>rdPVuQQ-p3kT+Zd<<||rZKgSuZI^bN0pPl zSKk{LFrV8rtl#13fr+!JpWfn$L2*!s6vbY0hb|xsW8Lc|<7h53jPCIo$j9jFbg2Cp zqh1{4*Z?f1<}C!aAaYGimn-_$92*PE)x|&C&-4W`Lw)7OaNA<>Kd$cWWL<+$e)mnz z7dtP#?*VuOobXjJyXHZo_AkG(O#$c6v(-|M>u>gK3N(}|f-bW{oZea4JolagZ289s zJPQ-D$D5>sx~B{*e*dbO_t(ZeHUQUV@M8V7GikE+>b=BIDTuZ5)kPoX7Hrp^cEgHV zYgX%`S^%%wBot4B$Qd|Z@-#vBmzDXVw&9g0Jx5v7m@DmEKvd7qpX~B^dHUC1*B{sd@re%-8GWN&b3Xho>e3^Lg3;-cfgK0N&zca^-?!Eutw1tU(=iLhK{k zO1e+0k6N*{BI?^Z$d!GyP|q~_Z4m%(9Q!k%>8A3>BD$(B1X^jYDiom>SF}sVCFhe7 zg`#h8BgSYLrn&sXKmTqvf&Tg*ezp|K>+=^j0eT9soV9tVz_w?n$D3<@Y)7Md- zW-Ma^aI?9tl_xns<-!Hdh016_(4KX))iK%aP3$C|lPk6W-Vo32-H6l1@dNwb#CIzN z=0;&Wv{@`FIx;O@-5y(l^!Ok1Z>{jlht8)x%s1A0G+jht;zvqMpVwEk_~9~MgVw^4 zz5bAX1A&*OiGKX^wI>AzxaEN$l!Pn&AbT8sveV-w@gOhEz@F1~Z@C{EfD2Fdq*hj& ziB(apyty2kZl!vpv$9|uD*UjsGLu)_9EtX(SjLDeZ5+EYaLZJw_~$_OYyzHb6ZibG z9T^b~j71!}`~q$AY%Fd}m}5 zMUDJ+ln)jDte02yA%4&ezSG2l3o$Qf6>ugsXk6L`Va0{e=fUr+UG3;z4vmE`r} zx;IayAl@Lbr91s4K0-Kp%5X{XseW6wJBG4fUYfD;mK^ZtA^u5a`3}c?E zjJCco{}v18Co}p5QThQF!d5ozuK@h%n;!2+Fy5sy{eXgj5K{m;5|P=EkzM3Q#K#Qy zqyaK~Y=A?0Ke7#h;-jGRmgSjN9(X-MK%!&d0861~l^!q42YqD*VlG{2Wu|`Cd3)sz z0J5P2L%<=P`p%u+_he8uCarS81Q-wdRS=-b#37>Wlr1bYvKpq7zDICu*1?FHWjSn`b& zgy|*7`{Bp=I%7bW=B=lP^PHv*!+VV<5eGK_d75AtM-J&q&-y$WZ9i;gxH6+G>8dF1 zlMV8$&q5AA7S015kEo!q%TgAT}O7Q(Mho|_`pbS{cg588zmIdKT zTrGjiKL(Srn8IZmgGd9032h2MH^;Z}9Rjg`^s~Pex!GbYd9(JT3pW8xI*Q*VegV7} zLZ_=ebsr`H^@&{A0JPbWlCp=sFwy4XDG@FXRhN7b(VWR>u7IsC`^FOqY(=93oj9ak zSXs9)4IDI@Y)^eb)yn=`w#r>6hBFF3%&xfTc->;P$rOGosXcj*2YdPC$^K~1%7D(` zK6^{&XjywUZ`;e+OqOM!E&eL{*?dd~7HcR%|Ep$>=2^CaG+m4DllfgKp@YD z{z^f*kYyf>K_^^fRnW5y!QXc_1j*;K#r~3>g0%Mb_H(#49ez4n4&-`=V=;VL{j%^_cE0cl|+ zhR|*0ZNG8xs@*o{9p|$}w1cTw3pN+nmFjw@m$)8p-O4d(YhNe+n3aK^GN6nilUHT4 zQ7(7TlPj~|e8Ec21Eb|+HIncncf8YA;r$AifB!oMz_l^44?}t}9tCAB_~?ebjz6rK z%r*Rdx?48^^r}O~j9JNEstrMTI#6LuB{nd48t^0gN0Gi=`BxPyw@n9TJ=#eiS1o@+ z4C=KrP|vsXz0WrQs0zFaQwzVG6=`aKR2u9C}s+gnMT_k^D{q~2iowV z$BxziqDBI5c=_0hjCujaMWmHFQouh3klm~VdEuLYxeg^0C0FQ8M}kZn0en1=1VEcf zZs5ND>gnZs`_;p9E^x+yVKm;zfA}{HDxaeR1A31+nQs7cLfS+rd72rLtDkiTy`F&s z7wh4|56=heuLnwF+mO3K#NnE0jlylXYojhTKi9rpta z=BY{et;8s{x@JSqE&02DU%(#w&whN!c=it*eQQ5w{PO+hFqAddX}Cfpy<<(*!#@PC zliRn5`$%pvXO?Qf5j(wcu5SQ(Gb8gd-LpP;{S4?r?@J4}cL!C3YeZwe>8@#ZWRHB3 z5&NB7@tw@x3#-l2zKluB+64s`yEMqQpG1`n;$Sn|4VsOLFiMv&h35?38AFJo%TPhP zM~6OFha|vCh#xWo`E2i48`BtV6^%#O z6LTsTD$A2>odTZga$cN8PiEbSDy8wM74;sE`AhLP9%10&y8sv*+R&BhDykmS@Sj5G z3*`2vc%}cviY<6?CobF5*A6_pyq-xK*jXhGFmRoQi_-Gijd(0-I4QbXAGi@PHl7G@ z6Y$ONo?brV`vBFbc6Gu-7rQ3wD%>+Oayo^GWX+h9c!fGUFPHPifb_g0>Wt7;8*%^kZo^fkbgSIL76Q)%7>VaAP2x&>RDlTDc^~6 zI5h0#h2Q^pfCitw`pW+95E6)OWAMf7VRP{1CGNttG4O!G9~A6mI(%Y)4NCFj0uRf5 z7?KCC=fIV9!XPg;7(EfNPXV5ufB5y&%OAg&+MyQaYp;{KLR^wh$orv?r=`LG`X|rc4;? zV8g&K@rA0k>MF|5pABGNI`r*;ktqDo@i&^o=77FnH-6BEF8C&_ccyoxcL;#B4h|LK@Zpd1wTXa9;Gv+y$K)K1$j4k@U&pw;T641iKm4tM;Bj+cg`d~C zZ5Fs8fLf@!<&ew0o({y51UxZ#wj@xcIF}9MB6PfA18~7#1!%-@A7P1AwOjHE{DvLm zBC@p|#iIp8kyBN9`7yS!6puvMH^2G(0~3Pmwz7srf|SpcwoPM z+mg5V(Z8Pzj19n<=Rz0aL7QjZ{U3Cl;A@w7f(`OrXW+8M99lZ2dE|G(R=QB^N>vrE zY0X5n8AxKPW__dCjjAfS-1N5!k0THUh-h7Yh9mLuH!}1j0?J^G0YR!KVw7 z!>|2HApR_ne;Hu?>ImFwbq@tVImF7q)Y+0x$k(O1Ybyq#vA=FOcjs+v0M0xmxTp_q z0=g6Q%$SC)k%0plSX<<4Gy9P$u(dwc;La*6mbG3ZogsEGU8oQYNGx^m2C=63+7b((c||8sEke{Bg=Hzx(|>%;D-Wt$ag|)Cy-+(e=_KB6zv!6M1aMY2yuXp zf{rf|qR8`!fYufM9b!PK0vo2I@fuC2y%|Y+Pyh1=PcQ%ZM_1~-1DNCNVT`v0+mbJs zeO>mBalURqZ|iMr0M5$4F3k=tKz_Ed-u@1kb|BbWJ8&=gjq-JEY%#|{6Ts3ZGYGj#>|nVSwkoOr}A{5@hJ?gd#puIak`2N^$wn0 zkSNX^A1+R8LX3sRhpBT6uH_lO;4*nbv z4mC!&zybNEKks}W0CIN`F%rJ|26&k5;ON!*m*|;K z0kozb3WDIrx>S#kZ)mJ#Kxbd=8g?#I^?+oL1;gt{a*}E(S&0XWP1hNTxmcW`nTxh{ z{agQ`EE|NOg92^Wqb?$&Swe+VFc>1?l*UHI^z6_3^e2dbvX0}1U-+=A%>}f1?b}9x zSX+sa7Aw=PM7$|8CP%Z_TmLJ2(T8mWzI?(Czz%&h5dQpOfOi7TKMlkNY4tAyG+wB# z9Dr>=n5Hevii-~^ifJ+%``Uih&fY%HLQm-%4acmjaq(^vMxL-wQq8v%TTfQz3m!{L9}xBm3efZ6)m z2K^WIaln73KM#a)gI0(7kS!cLAjRy8nFZ^E{TdmVZ2;hOYyvJwJuW=Ik}ps`M+G5_ zW1fLg{O38@;%IT7;fkOT2?Cx^LKe*=sYt85b-4^_G70_3#w3_{uHyyU3LBr}Coj4l z!Gii^Vggk>>!^=5X!>K{8MPbZ1rA075l;msHz?vLrAYV8z z?iDe$JU8381s8*TqYQL60OJY31=&7W{IRf1m*fThPE*;sbWd~iW`@SE0B)x~FXAoT z*VeqrOS@<+^elN^*jfWD&JA-?HGy@kMxm;(Fcz5+C~mV#1%9??R~M?ScqoFnKB1`= z_RBHJsRMJ+kt_6prHP9tyOTx;@vn10x?_8 z{3C)d{Odxl9X3X$5^s3LMu6WD@T~w%m?7FI`vNof2~Pt4%)S%w-}aq=J%NUR#54K zNwgO0WzCGpG}hR2fozietBzWi0haN}S1OVeKfcppJv~`iV zC~cT2xN8XHb+!pu9p9b=Toch{y0bA{W~Qq(+W>S?gSjsQuUV91k=hs7K#dG+XF!Xx z+I5ZIO1e@RV2stLW3|U;aqD1>h09EL@<5=En&%ODIhCeuO^Y>11-UR+T) zi%{GO;4Hfb>?ni-DmQ_S4Zs;`#g)VrjezO#UoGU90!;AP{%YVW0ug<0$IMmv~-yO|Q60ATZIDOn2B;bh#ZzAN zrFGwYhn`+wNJl){o$!dwHysAFyK}h5pYJ{6b`4nk8w3Wz7a;Nagg(C5ht}l$Ed*!* zBdjHL;ztZjf?=%v^5yf>4}Sa?Zf6Q*AB6x{4v04()ZT+xadVPrnhPfx+&B2soE)!!Lj*nSw7{N zg>!aYg%30&gJ1!KCYHgt8UrfVZcjZ!p#TGp$LV-g2V}5kFX7PUgDWn0nGd|ND4W0t z&ug>^xDoK;?lHJNHv*91g$)5V0@xIoU)MF9@wgGdpACLx8v(;o2!Ax=n*eOAzW%HK z`Sfi6l&~HaOwnvmu;U>u0(U@YV#Ca${r4!C-6W>uV5VJrjE?}W&0wpKtFA0qt#IDQ zvNJo$bJ&eJm{n&?ryGYk%-<{nI{TN+gtRKD3S?G^+P$zaRlF9gXsoTlu9e{23>YS{ zx`l{16l{FXPMcozyy8S$sK6j$3^uKZ>IZ(vk{8%P@l+pV{7Zo3Q3hr@U_iqHyXvD8 zN3j!q^How{g&Ru?Rt&~wSj2||-vhw7{OJfl76iT@U?g~^VVeL0ezq4j0d~ia?-4R? zn6S?gU>E;?Wq%_0`Tu?Q^zz5=J?0diA=eLKVRPZw0jbloVCOovqJWhq*rt1(pZnGx z8-P1FKYr<5Fzd839N2L5hkJqVzM;W=2N}T9h#8TW$RopA)r%s;xM{xUQM!IRXcSsTfjfElF2z5YVbLaPVxnv25w{m@ z>&GDAl}D%qbYd2Ou{d61z^@%NVG#iWJ#GZ7SN@^^8v)4q3xWDGLEi|l;9~=XO#^>K z$i5X|!Nso!ghk7r8T$%98*KUe^56D@L2_n@-A6sBu38MA=6ir0CVFZ+c=9ah?L5iD zR(o^_$0<4E7#n~yvUo=}wBQ^I>FqCoWAP63*%{Cb&|0rP{D9_B2r>HYWTREEJ_~eT z&$)(a?}9TtjI*%Ayj(<^e-NlG{sjwrz@w=1hz$n1USU~SAwn@lku4h!Z9u@&9du>5 zm~bC7DL=BK2)B+SfI?K=@^YK0orzmn~~{v z2@GRm>=nuv1Y<0Ca=^b3u#gql=uM76%@2H_|vC-~KLKEc#5QDtB@!7AyjgXwnGanNem)}T%SXlN!fU^8dS1wFUW~{@FLpZ`pYcD*RFZ@dGc7WE)NIz)U z$m}3&@v(kr`1b(h&+Or|f79Vp3^oU>CQeb`1(io zy@0Rr`GFl8w)ghE!yaB6#~N&h`iAvA;@9!ACz98~U^v&P`jDP;|2g>F^pU0w+qB8dFbIhj;MCE|SF^ zh$FNafG_=5o&dlKS51>x3k{6d<3lfAAwvdOfWs2|cq<3A;|06i6rhD(0d)xZG8`W3 zqnN{o1wwzJ%P$6+A@YbbntvHUwA1vZzY>6N*unvO-hO5Oe!wUD+S`< zYXhVA4l;lR=J-sQYjo$bO-#`ZFhGYz8wJ&9&!Z?veRL%bu!sakFY(a2z1c>9*E^(* zB@}p$)`#0D001BWNkl-n5spH*#}kg)oY$Ui9NNK40_VOCo0b5J%#knV$noX zyJL8E$?ZTjkf!1vaMu{Rz;|O|bRRDR`K*KPE^%Gve5|siV(tiWg?D5At@YrcXjOB+ zaYz&P#uiTqvOLpfPwoJZi-CXsCiik#E))Z16LA;J4FRzxkKzy0P$OJAETC@G$AEVO z5ex-?u`y*YzQK1j$B33f^ijL@njo-`S6aq_b0_qHpG$uJ+8B&4iau%M@kxNk0;RGE zpne!Cw&2w>{~`18N}NeP3AP#z}kHbvW)!*;6A9YAsI*pjd5nvD71z}$;C&7277 z;;i1wknT7RUaXejTg(vIPQ$;2n`HiB$np9A_NmhPjmuy3x>k#7`zRNAC7tAXUaB}( zzN*jLlSC%iw%1VRo;O`R{NH~z7dw4vlz>5a}07Aj( zY5NjJXbAKKrD|cI2ceswnc^3|pc@QpK>Ei55P5N@t_AB)10rAeUH~=(^lL3P1^5dA zdy!du7@yt|!1L1||M=fe|Klfr_4K2E_?fsqaWG^Jdy=eE#qc(aVK%THPmmO~SSPlZ z47TTfo&Znbd}NysCwk^rc=Nvk(8jpa?4(7O%-v z(h;Eeo=|1+Yh)@et||kj$HL!$Y0j?c1SujYjX9|dy`+$6$5aECgyZGPqxf!s3TKL)iJ%Jzn z%yb)IvEX_$e354&MpY(J zmR(MlDKj&{iKxic2C5#fGr`kK#?a5IF$VIMXz5C>zS?Y0yhm=+g}gKjOx$YnE&;{w z*zB-`-e?~?;p6fD#_0`ld%10&^=-tu=T={RZ!urF%mh2%y>;huX3CTWfFh;BLmELr zZpOLrg4PQ%dmPTg9*s|j@$}`t5JQH#sG`e4SY#mVWxlKRngeo?y*EebC>X>|miP@E zU1A{jgUBXqVqnPlfa9%vK@gArO~AZBj*kQQy#UxVS$rJ8l;n8m(%xw6`RPA?_b*P{ zCIIt7)Ki;f`)MEIaT`-=j_WQ( zm#0gEiA=D;n>l3!*7{6x9#a%NO%hl_jCl2qFkMXq@v>gHEq1a!;o4UI#795tNq$c) z^R^x2>cnlw)3M3Z*5Y>cb24`++yUqjV}84|>GD$qy7bToedO4Ochq$EV}1X>xXM>V zDc&Y^9hVmVWQh7-&<6x=vLQ;1VHZQuCC^wW`g&ZRN6l3dMsx*E2Eoaj6FM_73O_^2 z{wKBYxYdLLn$GoHv>O?3*b%c2X1o) zGrc^tv@QgwUdUQ2ZNIjRrG*w{R;|IP8U5<72xJ1XFs~TE5_Y-<{IhI#B<0+O5p4?C z#hY1EaSga5of)CI1OgREw0c1*z9SdjVIaNA8qtAE7K4Wt<5a91I108|to-51x6_ zf6aC=Zx~rSkd43^TP0l^YRh6I?qCed#!i;pYg{J}^M>a3Wl$H-JdnP=;d#TLrmrvE zX3F|>3l%m7ggGtZZ4_3vT9#uQHhu|TP|&iZ{ZX*#xgjPTD2W+Xx zi;uQ?(ZR}F_H8hAvj%vPK$7Tcr6=B%_ya=m*dPB$5{p0dfVG%PZV?~;M~eeZA)Ubc zf6g`m0fLSlx7Y~4ZpppT@TfjyIKZnTnHX40^`Eda0}#YfW4#CKt&eK{;@@6aI7*JY za*ujhTT0sqA=_5dqUAUJJiJUdu+6RlMeBp}w(Ub~^4<%2ncwvZd)ZfX$ufP3sH-@V zA+RzA{q~jMHzPI9j)OcAJK{O3V+*Xy4k^AxQrd`@WBC5^0k%#)R9{nHZ8iA9MBYoM zg0N#EUl!*g=lC4*_X(pr_QJ^kqiHjEEW5F(0DdJJn$r^i+2#g<7q&Rj+Pu-fvR6su zAXZJp3LCJSHvyH-(&Asn1*7p2j|JG+ZCeZjm|ncLA(Vjta{dcvQnSa609lSD&-C!+ zK(}BSHYUFWXa%1?5o~hyjqf+}9=|^ze(=zou@MMww3=z1BDu@`jH?0- zFz1#jFr5q?xd35+<^{fFj;BJ=g-O|=Zkng?19Lj+9$aOqP;2c`{AA0|`qaNMr9k(# z*M=iMW~ZEuppj(oc;wdTGHZm9Jm6};)(gA^nBW(;CC<48pG*fFH@2GY+`%EvfjAD? z&0zUJD>};ueMSb#C9rBN=YOK5TNm?5?x)RB!qSaF%Hn4NYUuGhfJW0MXj@RJiwPWy zD;H!Kf+CeCd%RAF1)Q2dPM11+!GWCmcoQ~w&5BuIP+%tv>2A4gGX^wb(hI7h)rPs! zz<-H>2B73GbqjbB6%1I?hY$3l{e*A+TfF`s9{oq3c;iBbO@LyfI(W1KOZJ7p>7xL0 z7d8Qqov{&s9i1VD0Y>KlMmQJOJ*i;K_^&?N{v>s@YXBvRd?qFkq$3Ikmb}wi@aWoT z*FwAZ*pJK>=f4Axr4LKzWMsNGAe)|WXTw_zuf3Sbn{e0! z_)i6x!0a+dpUn#Ru!7AN3O;=xQQB}pXnl?qw7vMJ4j8+4ODHD7fnOqg`QC^&CQ5xH z5G0##fBEa&-9ho3zp7F!-nXpqxhe!-~!fv6L*Dz4ZQ-^F}q^m zs3_-030dQ1nS4o4{pEH%{$I|`9tozdUi-7|6JFE4>t~?|v{)>Kl^uSqzD8AYic+MB ztS(Dal4U^nG$3Q;qBV{U2zk^JikH0X&946mHBmiZlXRVGFVNZQ4ddaUU^7o*$M8u2 z$>{TofkvZ?;xAkLA|RN?0pI%iXh4wS&KUpk`}!$>DaJ<#ptcV^89=*s=oBF`&}e%H zWWrAJCG>;YN|4yF( zYz_Mwc}_G=UVB=s@7ulUjAQz>YS)ASUCpM>f~pC$d-B3o*pXSd=$Hn393LP9n68@L z%fsE6)LjEzX6?f6I`vq(M3J8Wzy$BELD<3T4b`x*t?-PEdF@|fbBq^$T`9D}H(WE~ z(k#9lheMAhcxO+By_wPC5;eLP(;nok2PA$p!-72Qt3XMYHRClmHF$?(c2F4n~+;4gog{=EPb zBLDnu1>)Ixw3~o`v!?^_gMkzj1Gt%Lc>jFv8eiuo#+sn50=2RWrm5$8_07uu}|RK)Kxn5SU_h#p~bm z_(9`9UT~C+06G{5+Q2Zr0I=vIWXl0q)+hbh^Yel{XcGguC4?I%d{@AJDwqjk9FW-y zhio#R&MNQ7Azeo-MX;avae69%%>a(0)*P>S+4qgVB4J93bq%nO7nimpAWub4PZ6V? z^i%7$m zT%g@LS|9QaJ#7R)v*3a-2Mid-0k9Tp4}Dpt%O=3s*dy5{0I(PS14vLeAam|K-{;sz z0cODVRc_B5JR6QC?d?B)|1b6w;BO!-$MnRZur4O@W&lS15Kjl_e}`2>I?c~Xfj=U} zZdht_Jway_Pb1$Xf(<5~Qvlp4KJaUq%O^xeXD)DO9C@moVQ<*j$^a&lUc~wY;H;SD z!W>?Ir+E2g(trrSy%^x`^nfCjc2ikTaOOMwYrdjqT9oBPJF##G5vx z$xx8(shcA%=Zp=&<+(dSvon)8Il+%AE!HGQdJvVN9PN0a#ULf#+xRp~Oe`reTE*^PPIUuKcQ^o?-aQ ze_oxf@L3-=`8lH^%+XUgB6_i2o8D3f~CuyT~mj} z>asI9HRMWqV75HS5JNs##4|%Qvthn0U#3#bp|}HL9|bV?=pi65tp(3%>qou;cO~Zm zigSRc0Dt+n^+y4KzUI+x2;jTg6htr_s|8-C4q2ybkiFTTse#9PZTbxL)^hKq?;x zR0ecM1~l6=`?@Ls@dOAxp)jvX0iM`3rAeZeQnQ81fmJV=B?Jrxjd`cWZ+yx_UE@p*T~j{u;6ps46AHvw+L7_}brR&k4pF zPfjYe6bo}_!s;o2nW^w4$onFG@=x(y0*)sQ%EJ8pFTbgSExR)xT0vv1$lL4y!sjtg zBL4F%&w$gXH^nGb8(V@IG!L0U$L=O!Q*%;t z)cp|cZ#F4-=M<9zkFi-;&@XrAu!Z?kJW+>G6LEh)k-b5^6nb}ocf`TRzLH@Q(w^J) zxI`P?WGs-S>zU^8c!zIp zE!G$OSs?m=!h-gX!%D*hzQ+SU>!F{I@7Aug3>@^X3^b>t zqr;WUPKp*Dv};-$a*6S%xhax<;%$an!NE-B!Qzv`l73=|WWj=_#mX`VZ1I6k*eoqH zu{Z~w!?HdepW9vUGbbo8c5t(yal0Mp;ozpk>`eBB!yFHv6oa-GD=u1S+o4tjV8m1E zZ@Hi81nH7^5`gjOFcPDkVwC_qyzCtqb|)M+JKRZGB5;8+H)^R?be%96)sycDcE1#2 zjy!OTO{5eDbI6}@G&EOu1&cw)(ZX>M1KRIEl0UPlI!iQNCFS? z)C{ot*@WSo;T7cO=W}b_tuE3A#YsrxjbKl=t;|~7cIdXMQ0eh@m>Q51GvG_pQG+X! zkp^XT1xJ?|XLH@=6H76sJ=aECFhSCcy>Y@w2L_C0r2-uX^(U4I4iXjDLecDe$}7kUMI63V>82 z54AW@571P3oDTxCfCuJ}2($_MxBu{Wl+50WvP-`C#cyVivl#si0IcJ}xVG5C1`gTj z*~}QxS%(JVO>)`GGSEHyE#{&7m_0T-@&pN1o>;qvhzZ;&(pPN)vf~B&8FDq9eUQG| z;xLdhplPNlmPA1UVbTRal60t5E5NYL+^$}=Rqp$Pt2eHBkN^;mSt>WiRDqD@Ccr3GUUH0f zaEU$Gj<Mo5`HXrvUcP1moZaz<}HiKy3az52lQBWk00kKMEAaAU9aK%XgFM zV*u!b83zK_k;z0$?5znFWi|3mdUpBTK`k1#U@MY}@eyb0*@)Qu- zk{xt1#)Z{;r6xRD*{#s26HfwI=7mM8buW0Oa9f|O;1^4?z6=yZhiH{Lkd}3UN^9aH z_xooB6I2pSR<&!{f{tFm$&PsF%Z^&$AkTf_&`MW0v^cU%7_{vn8Tg_zPCV)5IHV&P zTFJAGEPquRvmdY7<$f%Rw$O$)7G^G*$E@7|us~104m}G0?Q*+dd85vlR+@hs({R^Z z3LC14==RLIypdX$pY0a~Fzk|*F^n-63>Sl2AE6I5zFAL5a*o;5L0{=1b2sSoH0c)q_QG76_x3veI#Q`@SUB_=Io!;+Hnvy%TG1_J0|Eqn|I`N>p`<@j<*& z2GVqvM`P*7FxoajNb=u`HcD2?*%#1S@z4r~7BBJC8mq#fk0aY~&ZG}neo2m2KC*q; zQY_L{UwX15Jo+u2b%cNQR#&vOAn`i!qQWKs|K0O39{-?y*<%d^xqirKh+9bs^P_Prw!iRn5 z&EEsec*@8on0$~E*hva^ae#+FxS2z(dr2g_60wf}a^)B3 zw6+t#X|_Lxq3V3qLk>~i1b~)CX%kLZ7-}y9;j=9Bz(*f?;;V&B2Y4B$zOd@Ic=TmE z$0ogu7gjv9t=%&Y=Q>(iywCMAtld)vFr5xhrKakna*A?!+3*lZ z9Bv^o$e-+XeMFJWMZY}44%NwmJmq#>nksWq!X}`^QmJQ$?Kn&w;!@PDBf3~_iDZMi zp&x914Pr%wq6n!yJ@^;^2miz$G}bk_Q%i)u<*y@<6By-MZBkh#JNB2sLvm>bE+|#1 zgjqGy2*vu`EJVxbfC*gLC$-Vf2+n<59#O>EyMD|Ro zI+_xTKW0+K8I5k)G=y>T5>yz7iws0MXgYYUn=*kzUN$13FJ0*gpIx-H`aP_8DZHDL zd9k>}*|^#+$=bWr!5Xf0Jg@WhU^@~iQ9pG$eb~|_!S9%pSCUB|bGw?~F01Zx6WohU zX26>tRZ$`fI2%i441!j_?z1<&)p%PQ9BuENG`X-NAj>s3i*kuC@Cdm%DhX_Z(dfAj z$p8Q#07*naRB`KnmuEu#Ngy!xqJD+1I*m8zn4B*cl}$l%+O^PS&dm?bc^OdoI?v*w zrR*xxJq44qI1AUb=(4yPq0jq-&qZB4>=r;nugKAfK6tRl)(B#N$BQU`15F&T!Dk#z zA2P`^9V)kL;=D-#Lk2`O`?9IjPtDO2s;@bjf10ywfEAq!S;po9Sn+d5*JR;s$3Q3&4rr?neswYc%8bT-?iQF48eHL- znciXkvk5||W85r|y&Oy7xnXy;<**mT;GLZTm8-Mu?zFe%eodZbL9?j0)fO^)mBJoa z^~**e_-*9E!3InNhE{GwtA)N~pmi*mm-w7EE-GDcmtJGiUkIwR6f7VI`w=rxt>-p? z-0zQPVWMp-R>qg+)tn!O+oBl33GcrPU|7L17SeUR&I?dyfO1nd745aWtU6iSxTYo` zf~Y)mWx&os zJC*6Vb6#I5qBS?Ys@mXHth*b52CJ@g)UR6kRBJ+z$QoXm&O8(G=w?^KTet830vnJ2 zZ#{?VdUA<36=UhLzce+m@TA2@HKKhokZV?^;e&VSW<#y}mC^hZz$JK>A99vrEASdX z%VMow?}|Z&q@?~zy9Ax_TSoM)X}uS3W$>-8A;2<4>f$XegGIkX;GYesj^ZP@ZNCDK z&TC}=o3QSbZO`9wKnpXX+*Ly}V=}#Lb+@GQBP|=!Y*fi_R|mQYBU4qCH)gS0h=MHY z5J@bP=!>2-ZcORQJ>N~cAfNAHSiGkUL>*WOi6vq#Zx#~Fo7vnkOtnc!Ix6nnNALK> zzFbHGO#8Bduz*3|XnYJn+S+^vDnC)`VjMD}c0N4VZl!I1(#n#cGiw4yj3zAdLQJR* zi$e18W-p8%hg$C~ze6o!Grg=;Nsvn|f3(GTD#+;EQ3lGnIu;YEnJQYey6Y|lHZT<1 zTj4Kx3OiX`*;ExxwirG1f|q@eEk2BbVTW`oEO0J%qI5zb`e+!25rUug@I(X99!mBY9`2oo)!FHr1j0uq4DuE z$PHe923g?pYrrxO#H->Mowv$>O4N$~IGwo|moqH2#DK-ts>E#Z7O!lRri`C?l^w`J z6$-xudVj;WP5m%)yPPHfc zD;M*LHixPE%K+ADt=DS%Q689NtszsL=2LA)&{E9d+#p2ptL8#L5OifP_$d4k3$7Mo zJ1DZRxL1DQMLP|nU6vJ%E?p<4ahOrN=Ea?G@)k~gBw)@D+2&y9;)JLS>Xd{hsK*}#%S{Fhv0Y%)yyi`%_gh#-A}BjlpV{)w1PYu0!ua;d zLC)w73c404^!eru3xBrBHNhDEKfslaJENGgDjo`*EwXCqCp!bS?N=IedE}<+w^6OT zQmnbvCLlrl$C2<9U}EYCKx<+4r~rUwSTmi$c$EyyHvlMvoaD)WuYd_7ncAdQZ3rM& zAq7T#(5)@-aAbbg%`#!AU~k#3Xz8}t%m-G7aG58WY@#oH(3y|^s~)%rJ6F_nZC)LX z7V>-A1YA9+VPG)>`=`!2aDU;~uYp7jM^@*)x_2m=x{ z`_Ul{9{Sdnqw1IlahQ+oMhoT~{|B*B>R3joA|bXS~}q0zZP2Id=pT+}iR=bGFob}EjUCyZq1=R-v@%QFpZ z_L*f%bZZ~|C9L>4X89AZ)tCJi2U}TZNl*GWYjJ_;YT9*0E=Q7f^F7cg{=KYxbe@XI zzC7TLu`2X=`pQHUI84V+DE9cDI3w7HPaF`4Hh|GA^I(6ai_^a8tY5GRsQgnEIw06_ zo7`Z)T(%$P$g>y<92i7Gc{m^k%+%*#(8oZUBjYGCTv9DG#=dloGCzE4jC(hmn_@70 z`Cf$KkYt$PQHa!Y-fSJHq0I&Yp8YA1-$b~Jzxc^tyPNU;rWu%T02B@;v5WHp?@ee~T6uAFuAX3fqfuE2gCd#q?$u`j)M0 zS zxbPU&NeHn@D%q7>xmZsKmO+&-$~>gy8x20g`R#jpME}Fy8>&b+{inxO8EG#Pyt5yE9W= zxRch!MIZLCQ1$Hgc$3SD%4YJqCw>JUoma_#rrEZ$gA;MhaMY=M-mTpF9K*yQsiGZ` z8Q%+Z`X;~etVe*$oCbp*37|_owEW*&74(4fi30qxkf*{ArQlT;qUL28 z5KZAQzKdRXm+z1M6{)o#(Ex;EjJ_TGP63O&v8?rC1fc#}0kr*3`%e2^K6tRew^YOP zMG3hf%&uQoW*-dnTUeNZSSG^(S=(>fz&6?uJ)H=wjSmXE<2OO`_@A4J7*H8k5MTHN z!E|5`?r66VWc~S1ehlmD2ldt=LwbD%#s=W}9A04|UnTkCG=3Ic>Y-enwShxLf62zU zK1<;qGFM@>MjLdGlo@xha5Ej4;#X=3*9t2 zVePL6OdLlP@x<{vf62Y&MuJLsi_JvDQ6sGfh~kiNawtyIx?N{(f){j|Ad_j#fF--7 zc-soW>psieWVIZ?jJ<%Jttn8|N2&CpO_AFf@Ar{`u>rXGdB_)?E-17(ti=_@F0Lf! zmiM+_1PerUbxxSs#W{)Q)RK*(vCJ(G&Vyw@vlORZbbkntZch-E(riP#@)dxv#5-`K zC8rLHrujl)kAVD6JqkH_F8B&x%Li#MHum;{Vjqgn{MvrH>o+)#Px{kAbl`_Y9C~0( zhy3&MRfl5bfnJT{eZ)Dt4jY?M zOn`_E8|WM1|MwgW-Wz9NYyfU@0xgWTs zz@F<5&b!S(%;c5vY4YYmSOh1}%&;vca2@S=}P zQr{Jb(M9q1Vjmi2+yAr={cud2#_RkN0(~_ORSa_=MIrp4;b-x+U9J(-ix?C97>V5A zXkw!~@UmZ{dC^eR?Ui>rD3+a@LEQ6-{)?%Yjs$p2AI53D+7n{C_ zm*t`2P3Tm-OFHfOf!*LC7RHOdoi(z(jAsC~ z9`PA7nRKI)1wV$u9z+x?#t>!SzkM6JEMa$onC97^JfAf!~FiF58&-u_YFb4#n9b<&2`)4 z!FGgHHWU!U-XsZxjf*=0Yf;qgpl(@boL4aHA{T}Vd?1{MKdRSb1=@(b!Dy&e_^ERt zg%O1hMlL64#WzyLUo74I(otXP7f(&L>8V*sIuvcK2V_@ z074(F_+kk!J4Gj{WfQ{Pvej5RK6V#=#;ifwuqU!(^$4qHsK+~Eb70>(12}_u>R%I2 zDXzKjg~1|YKRn8@wSJe6SnNL(*0N?eh|7cUuwgW=iCo~pp2j1Ou7nT;YduL#d0UctqA!QPjp-gLDHEu%gYf{vgur!-HIbR}MGz=#n}ytdW+uk}M4u+s?8*Gm}L6TjCsW^UeX^OGE6k;8wxkCNNn8Y{q@oE6wf zqVIL*bdtSc=0+LNHPo2z&eKvD4V?8jr86UpH7r;EVw-|S0CQp6Hw~)Xajh8KDZS^9 zDzrI(PXK{2o=kw951NpF>*y{xV}f>6ajqa-Dia;Ob69ZT<1O|uHpXi${?C15u&)*} z{}+I2Gsec@fBt7g^rfrw%DaCe&wLAKXPW$Aw)z_YYf!5T1^U*)XY-|*BK}a(fo)G^EgLETiosV$4TKp^3 zsuRXWbIT0OHvswM#R)7IuIAQSL^_9Rmvq1vCfi%W3j-bLiOzlDdaZCh*}d^L7C*Zr z_eb2EQ*;~Fep>_iAu^!LbKfl6x@ebEraSeF(6{vq&w>C>Sb5_d&J$SzDVE?}z`IhC zQP2VxQtO2RRz)|Ch4?3khfgOA@`b2 zCI6>=eKSz1KP0sC#aZ}%K=}xO0_v8x4y(voB4ab%;zs|}3}{-{Mmb^aEZ{_7lIqAO zCi5j%tBH+%wvqLP6$Y|3xp1<*=0DqhR5~wg%@__9|3-IoM+S~$K$qLPPQJ(|WS*y) zo)Gzxm#6gi^18;=CdFw(AfdHdKN8CqFcTP$8;HONLX)-%`gi<+F-|IkZd8VWPMW2# zCwbPzHQZdsMH?zoD@@qG?m+gYFaF6v*i^R^e`DbP5~COVFQ0u7e&_EzefFQAW)ueP z3xaIrLr%P3-Tl|1P*`t@zjfG@L#;7l_0Bm~I*Yl$;Li_jm25QJcL7Tp%6St|`E|AGeHwPf zzP_WF%u*RswrWhq520cCN65f@15i!% zG>J4CvCxXnvX-|c6J9OwpkrPZADn!_2j)E=WnnpKkjY*mPclBtytfSGOA%vh`}KH_ zEcUe}6>7Iv%W5BWZ|0Fj*0_xTU0StC?~k;@P6tP9F9iFGAniR}tx>K*3j=vo?Obp` z6<1ZKGIpplH?t5Y;z7Y?Tv5!Ufa{JQiTr}c`@REU94>>z?dl_f#UKq<-Tn7~ZmK8Q z!3*W9Z0vCJ&LMfK#!!{fn4+4gVygu@)4=6^SR-%EhHz~woy-R>zaVS-;-P)iW8Mj7V*~vzGmtOi-ep)1x<$D5<{ZsxWm0Bl?Io`*eUx$Se-x-(?8}|Ml+cO} z7i8HRid+e$xOWBALRa(mA|^LwtX)y(1}9ZfNnNZXZ5vUgn{BK3M>4qw(A~aubobA@ zerD1v5flw**bAF}_aENK4?#3l9BUook1DMh9J0L`Xs4^`#dP9{x0Ay2Vm!?f)csj%rMtroHCmML^WGr~XfG=F;W&As#wF}=poMsVfx;xGEPQXsplVIax zfRhq=z|8igw2j#3uCcQ*Nuw^AY0XR5=f=ZWUc}UbVgKXDY~&`{FV~Y9o$ThQZDa8N zw|A~Pj_g=^t*VpVFiwwW`s(h6=h5bm0UH>@en!89{}}MRhJnWPIj6k8O>V{x2IC^7 zq*R7hRHaDn8_5-9kP%WU+m%v*S`YjWuj>_dl71`8Z8>Y68c73AAB7 zRa2?^1hF&esmbDGc&eeNBlJp(#O>wdWxa$VXRAEwaMx;=%xlCcnYCdOFLE`!S3Syy zL)L}tSyE>+Zj3H+yLVV)SC_tjVr`wIjfzoyIs(VfbWEmY7u#KUsM^?$2`z<<=s{)8 z*L1F~E|YDJQ7Vv+`(>5<^B?*dPJ+~iw#bzrz9@P#706p+CDVC6S5(^2UYl)`EHa7~ z5f{oXbl9%iD}a2$PyN(SY)mX)7JrN2i@K@PxBQhwUibFJ&&!R4#dRMA*H1laHqO;= z{$Stt&+#b;3^oA$&}wJbI%K-xfKG$K2ZoiKDCaGNmOEQ%$DK9n6 zHqzCjhMn4Aa>;Z=+UHfS)wEPH9bRwAKJ-15`d1+Y{+mB^heyx(+_F29beDSvzYx}hL+ahmjE&j2{d)an6?o}81=x(#A zk1X6OZww-~oMW@G)?UeL(@GkJEr+bD_LsWl5agY}U<1&TiQ(7FRnBK1>}uK;E-Ux> zY^veyBVWQe*7DL@oh@FrPd<@#I~D9F@=;e6w=RUA(Ma8$aHM=z< z6Q+S&?p&+AY^1BJSdP`)?Fv}Jrr>fPe7j(Y+B{3q-8xw;fT>-@c;mGTv0=GXg>Tmd zUx2Q&6Xzm#3(djlg^<l(p1UzvTBV+$J^__UQkQgS-FY?lCrB zj@oSoL3s&*0~>&?a53^CJz^^x*~ib8Pp{ka3B9F0`C>%nRC)c#R!R7jVw3mnbC>EP zo&2(IQbp*9c(c^&TSn6+;M$Eq>&7zd1rl{W|Hw6fTo4A+ry>w%^s+{k^Byx!zVT={ zkBQy!S{LAv-4uJuwb(vSZHBj7S6i{_JZ6bNUw|(7E^i4dO_b4knjE_w!8yV-gjL$q?rT(tpxmQLnT3~Dwpm98pA%pISdd*L^Zr>UZ_c&3vjLbiLJXAF{ zS^K*JTFAn+*+dK%*o(>@tfnEiH2i1vB>gD65w2AgetlD#JQPapNB`9ZwKL!O>n`6H z>$1?hjqHrO^6sJta+Rzu`0ipNKcusx#4q{9YqgolL*{7|W)>TTYJaKQM#NWE&4&0Z zgScJabwQ{X6i=gEWx7E6PpvW3*EFETsg8zx|}a{ zzs1$*R!t$!kU(5x`*dhL6He!BZE={!=47j}rzzw0c|pahpUiyvlp&CWb+K#BXpN2~ zYqIqPE(}Ahvel`$qv2H+z#2obBfiI(VtY|9{scpE`&kRxjEk8UBW|Bc88SB@a zM~k)BsYFiJ1}*-U^S*2G_alDa-!)~SH+y%f8-d~^W3$zx|K=-^mEHITcmHYv$HNKC zo&Y?&_E)R0UerprZBpv`phJ_W>FP|lbV4-$8qWi(il{_WcqeGYsFOO1HB`*?D3ZPa zffzALr;(I9E@@b0`F37ov5d{|jX3jK!Y<#{m+2CIR!b0U^>UF2eoBDfs^dD{6OH+t7)9B8c9{KGEbi@31fr)eh zfw+KW7s=wHp)~T@W-af&@}E2Df*b$VTwR|1Q;aO$^hf#W3B<@z8b8ZU>1v*?=h$sl6MS4tg9Qd8VNTztWfg3RKM*geZj6Gf28 z-VK^q^7u*qefD0fn&QS?zcN<#yZorn@8nI~FaBXCNN!U)BsX9DRg6u76DoGCTh+gn z8?Po&p!LIb)nLnR7U5F+nKOj}0X6^wC?6||i%A{qaY0j~LUl<4%hht>acCnDUV|7R ziZo0gmGU;geMxKdX}E14qXAhL@aov^DmPbyR7)&e{i2|%lB}2|fkNcsEN_K{zsai2 zS9`NxpLO#P+0SJ`L5i#__Qi3q`spoz`a#BGY2|@?jdFS7E42mms%zUUX}l$Gi@!eP zXM&K`&4An1Mc%_zd9<@^y7cJ3#A=OHb(;8gtp3iwZ2Ds)>ulomcVdcnBCx#y*w)^u zNrWu~G{MRwo2MoV@g=D0gza6f+6W9{#YUh{Ro}q8ZwBQjBrv*OFJ(t0>fG9(o&5dc zKNu{&P)%mK$xUM_#jV--7Npi~K4o!HAT#uM{$g2M8SAxfR=vxLW3lWao3Kc#b1_nd zzWDlk@uf7q$|l=QnqxV2LO*pe_h2rQI0x2~0F&wQf3^Rv$NjU#--3jT()dwJ>TeO0 z#b1@xquRH(5+qLQFxyN$Mg-clM0sZd%OyTbEB;x#KIX(hC~nKISmH$`$|a(zYLTBUW~fsPO{9`@+=oC6 zt9qGkm4v(r1_N+uGgaYFPFv-j7nw2ju)S#o-7stXO z2+Ws6l{A3n(o)Vc<+sWaU1_!rpHUsMZ39~cJE9zEk(QW}#ZSnUMjercPUSvM=pvO( z?-#mfO3RhUS`?R}D;n2gOuo9zjW33i%`m4}{m;;FEX+-bd`=_Zd;cmfSiOSsy9wwz zn@88~b+?_Qwv2ci+I#Y?MJ4Jq&T=iyXqHh7kF#l7TIjW>#uuqMS|+#5L)Cb0v$!^x z(q$!r);%31Df6VrN)YdllqyzR+56i7YnuS+WgGU9_taiuv5hoe?|d~c0itc?!+zFF zxu(Tmi@g52pFaVJSRUSFifJ;5{jOh&zy0`~zl6E%vav()R-P<}UH||f07*naR3H5p zll51R5rO7r-iEn|(wzycFL%ABpCDW1ej$}@A5R_2vdBjo`Y87?BoCczb*z;o@7vqk zdVqml$Rl0z3;n~=G>LT4Dc7N!)IMFDuMDS|+!ll@W8n7T1nLO$cB~JtrB$|_?$p=1 zll{%6TLm;0{VuhWPtkI1^0yy}y0C6vWla?sU*w|TmdgOMYKpD5tyQEa0o5(r<^@#x zzATxJzIu;lfpp!9pD^@QyEr)(*Vjed1mEq8dYrq}QCa*=p}@JV zUXjG9p^DodN!?TyxthSB={jpI@B&>ZAYWu#&N`CD@dN zrFSa|qz@x7UdC)-lm%Yu_^C2)n#p|NRdwX0Q(i7gJ+FctAuFZn)qShY$jb(LTYeT>vz5eD?V4y1Y#*3$tHDE{`_%h}e(tV$6*Zh*{Wee{WsZS^C~-4?|!8n zu~AU9W#KC({-w(gwlR6#Wh z)hvxzO8Y~8p$}cyMa)P;uQX)gpLNRTn2`@3>2qG?k2?Iq`((327Ywy4T{u1p5A|M8 zAVyUzc1I&=X_+s=7D>U51RB|Ovf(118kd%~N$O3oc4@)3)!DyxxZAXpcI#IH%`UDX z9zkQ-{>xRFb{8KFliu=eE?U_RZ35&oJhTY!9tx1`Ebk@1_DHAydVjxOjH4ol?e>?%LTWf3Aymd#c%%&R)WsJ=u`4En9c|3>A z&23~VmJfTS%4FkG^zm!r=4y83QNKIZ=5&5G&t*Sb{Qc8#wYo4jyU2QzHeS>YeGSfv%6wXa&0+&itl`7j|hN_`l zgFWYMFZ%;)s9&edMs~{Ei}Ue?UGCD!UvU&$HnnUD|9*cNRD08u!|n94bLU^Im#@XO z)Rna%&oc5KMqs`H7!CMnnh!K9L@N1cQOx@AjkwufcDbDMy`RcqpYstnWJ*WJs7}9-fgMR0sMV-d3|?C0vsX` zD_9J?NHsDCPm#jB#-55fSM!so4D(j5V@%^rN2Fd*{mrmQ>KHG>(w23p^<$>K3HZS# zxI+F={cIup`eriCcP)xO|4moSy69d-3Fg@vBg6{aj-*q4k~ej^xU`~Y>P(F5PVI*_ zD!!=8Svr&Zzbg0DK5V56n=11@nQQsHK=I#N{5S9XXMIqi9<3vtpp!?F!fKvYB1-CMR}ylGUek4AEo&xV#-eWT$XI>h?rrM zeS2Nld{`PYLa8nz^}-V3qwU(BeMh4dJH?84kzN+Tt#g=g&$7rz6_JK5>Fo)`u!?kE zgQTH}v{=mV&TWhiPL_L2FYZ{1_Uf4uK0dHl*7_2wEazkV z=1&0X*o-mSCPK(_%QZnlo)^q)6Z$O6ep#;kNS9;eeAF4TNF!!n4*R|i*@Z5AB8^y2 zmBwYrQcd_MUeZSS4UTe|87Q_yE3w|=G78ztq8w@LgSP5LcRc|Ov+ZL(5H*&jO@PK} z9j^*fgXJgXWo0sjbgtJJErx!lUa}^$xMfAJ`f3;E**8>{x{C&j|Jb8`oAW88MJ?_9 zu13}QU)}~#kaDz~!h}s+JHlv`x?^~&*3nEW`iN^LZs)IB;Po#SYwJTP%cOqTuYNGw zHw5zapQ=+3Z3xsi^KD=6>vc$35BEv$_e;EXE$n@B4CP&)j8fLsT{+xKT9unNa}P?_ z5twfPMlnVMAQsU`Jnv2>C?>@@N}7#sIXF?I(O} z)dp&q_huS;O;-zxb6MW|*W&MY_ddSDX$qh_-yif?KaQqyha&Zb(0t{d2Ws`vT==F7 zQM(4Yp)aEGodMC`@3xvw9~v}IT}x8+vrSN%zcr#7;MX!WvmB6Ctz8$bp5bv&F611~L12FaFluKE zj6RiZ$ol-KELlEAz9U)od9{2@p6Lp5oWRP=^NY#RC@V3-J*#s*^rWAMfQFie+4d0w za@)$a5wNBjchdqn_t$&WU#FGTmD8QS0+dzOYqx>sacX1B6N4yd-P2P8bFtsa^Ey?q z|IN+^YLP`Nw6Jzz1@6A;~()#Mzx^S1gJA5;zdQJ1TH&vAC zY|MB4u9Dm``kyukTDa8@?}F??ue^%dAlOkp>}MH^J3CVGW{bbaOo3+=?iH%vweEZ2 z(a#86w*i=ipm1LTnhCnF=*RLkQTC$4uMkTQzo;z5OUa7A3^!EEI7mJfff#-3jgA3n z7BMDG6bpM>e0|`~qlC>&T7KES`1`<8e2uZP$d!fOWYQH?sW;tq&*E93JT*{SUA&$0 zR~$3&-|JT<0v1`@1X$4zHz{_p5hznqG98v$%vf}%Upp+-$l|Ll{>%Adev*3#y_Waz zRjk6&|JmKX+4=vHwoOId9QY&uTG5eD`rmEwS9j8}?0Zs{&SnAmI}>07aA&~Rh1aZ! zi&3O?qF)+tWyT#|_*d#%3Ao*6!Wha` zFR$e$psTH4*gZzIi9zTKd6m^V+TFeC(%pRf@*dTi>hLyOxh~vpCz-#eUW3U+ckOD6 zT8-%jPmrX_UQAP?sB8}2i z&YKX8-=ZnAU}~on)yJ~Z`jdmj=E35}B&c5!RB9~E)+RyCkE7(PWVUh8B3`X58!}Xm}bs^Ghen*(WjMD|>@X`5q#lvAR{JaD-TBc=mtsiMjMb?}&)~3bP zd^Lblu#`=Kmo@6o+J3dKAeZKwz68h?wAn`ky0{*!hS6e}7ymM$^dZ8!)>~?S_1@kA zh*jHKT^DH=Sz-1$gsO|r19&{IEA?iy;N~96KIWk{L`7e;b(da0A0Vmvt;2O{u=26U zd%C=A7z_-!dt{yp+!&&aGfgQ)cn%| z9`DmzIP>zLzPMYs@Am6&TEyM0>?k5&*+3|+2E9LNu$W4Hr=T#F*P^RjYy`YyFR>xe zgM?~RRK;F-U+kkr$)+swZqa;QR&A7@=3$BFb(lUj2wr`QIn`OaZ96@k zyQS`r6lSLCGV_En?;wY4xL|TMDb1p*Z|xKYzZ5qS{F0rRRjS2YtN8rz zJ#rT1VP^7Dhh@yrAL~!g>D{X=z$L&}Ymc|ctEu^-Dz82Xtg%{Dwb;A8-VV@)!0dlE znf}K{q59@JY9LRXPP)^VFcxpG%3rEX@l}>nO*}}vCD0arm+sv0%SM5$v39h@e{12F zpF=&wB4ig?TWkZ zOM_fz&Mz(REqSvm@lS(A?yGB5YAd3B&fpjG{U$?IYcHPY_vXV{@6r2VslHR7 zexXj2MyA8J zOD9VB!RwBC?$O7dYbo8402_dJ!`0~3g~U?N){BbA%_FM?yW`*9Y}ln5fKT`AGh{Ab7mm0WtBz z63^M<9yf_}{#z~n(Wp{GttS_(3Aqh(RVr1Z zL$=9{>`e)<0k{aKMyp)`G{XH(L8$`NQ5^Yd7UGMl*fL(3S%(&WZ)R<$T0CX9YD~I| z9g;8E&qg55c3ba;9gsFGhX#`{%xXXt+X6dTO^dn7icQXF-0A~)TG4Isv<2QqW>%-1N|V|2IsHpM92s543S_IO|a%0@=jrH0oy-okVpP_=ntwZ+}vpRcSG zTZW#bnJc*tJ>oC9w(z&LI}~9Nl}RHYYN7AaIfmfJRcCU=FEHR?o*M%d!=cF$qH*cNP)HtBH7#R^zTXn>Z2gnzV0I ziZNX(lCaOpKQ2lSGV~MzOOR6z|okK~;#J zjzB*9F>}U^%$9SDezA6~%u~RY?c}o6SoQTb9A{q~WJ)iWnXrf>fiK|ocl@h?w@D4K z|1lTz)x1_JGCf#OTkI$s7}cXXT7aT#uXQFio9Zlm&8ki>)(~E?L?L%|HFmLmgfZ#e zxdkhwD7MtZZQ-vbtI1T=s!5LPMqL{x*%YF7XA%r^sq&N^nj(A%fdd-=ov9eT2iv64 z&}OfE>)Cd>iqb2Vy+q!tNoA>9z181k`Nf0Oy3D4TwM>;+xtcbkW>PcKH(9M?t=!9V zlirgTiqA&k0PFGy1A;jx#2n*8JA)wLFrp`UP-Bna>woT}j$A|t(118hbGM^g~ z+64ak^@nL5YZG91`1(G8SjK%5U?2F4PU(YxIuyxo{%u3xe>PVQ(B?p!f_!0+VR4b7 z9eQ36ck>>yG|g3;lOz2lc`@5u2+w!OZU zTc&vR#jZRGJ?qRN`*9ScwpN@Qbn_HJN&z0C0E&Pg+Vy5g$^ep}e0J;9#=Xo38 zI;NU}8V&lHO~*yJuv{oyaO5dKtHrMcwKf~L{w}?Wx*gWz{Cep7^?gw`d;Pj#d|=Sq zYA@yY_RIVC?qad@Yk}&_H!b`+{P}!|8F%{M{ZsuGQ!!j+8LwY4Rab38$SjPqW;H>I z38ywUr3_@Jz{$$#Z0#;haG!XT@6DV1a%sV;EE3s-&a#IW{^S#(hG}ot$}Lme`eIie#&%&cOxbmNG>;@O-vIc4 z+&D`csys+%dG%(??~%QIWL-YN>kOY=A;yikXu*#VDQ?P!b|?MVlcMWny0L3*4S8Hg zLm}H<7CNP)SXod0asqYq`t*(bz9`6k-`^(8_ZT#8ZySfYB9~2p8ONlOo!Sy*HKjgGXfo+_xLXv8 zs4V!FpNr?^UZ=K(%<_lc;}82%?e^=))@1`lC(0NOSJK7U_Cxz90`m<3C+RlaV}?Y! z67{M@U$MHlU2&zh5I^Q5Z!Ol*k~N!=d?brFO4sz?>~8Cqc=Vec$nO%+NYOf^pYIeSJNhZGTD~he~`c*ymulCvm_+g(b@Vr8Mt4Y?AWy(%Ma?e754ZzVeaoG%* zMZJ2#k0@Q;T`{ay()-Oo7X20EFC)Iq*wXxn$M25L!|J8p!MDwT$!uZ%?u&U@X8du# zmu&^L|G)fXpZfPrfEF#w`-Z_n#aH?&Rpb^^1^X%Dk||YNUPn{ZVk*zFr4RnrgIRii zOrK0VR(q15M;KmlP0aAe-=#m)Gj}wjE00l}CTp1~_((L6O%8o78K-P-Mfo`humQMi zH9d6J-o4I#POUOcWpsRV_ z=X``vLsW%#(ekqezZu;qllu}Oo2+F*Gw*wqzUz83sA8&&+_Mlk{|4alQGD^a8BX?# zqg01Mdk3PO=(nGJpK;;efrR=10ga@zCLi#4r%6lY!LDb4F~tks^Djes@*TEqPj zysh|JsI~C>VlRLF$X+%oC|<;NwaH}Thh=124`1}_WYnfZI*)7mR!;We{F^`gHbUG! zZEf8M?KUfhYvL98MlGgFPAR+XgZ3E+JZ=MU-D>tAMrG9c-1dpA7hPE9)o(8TvkSo7 zZ&B(4CxZ=DvKnQ(#*R!bkg@Pz0PAF?mki}wb-moZmq++HX8W{%EHXCC{Wk;36tzXZ z-o4v^{ca0-+{ybq(v;Af?%EtE?`1`=^E>}_Kid#!15pmk$hOw$Sraw23EH(lLN9;$ z@(+LbU2%_BcdUix9LfvQ9B0d|*|p5ldPQ~JbteT&*=40jo|V9L8vu=#vfWM2rfp(XLj#ziHRZ1 zOz&ba%!C+YFjJPvGKLw3+0RR+@9%uiU+4Eb*LBYIJJ+Y{lI!L5dfoT)`M96k{k)&| z{W4CZ7`hvbb+b`?mu2f)Kz6$d?U!R8ouoaL5~MT9uWq5PxGyRFeXwg;-n7ufAQE)_ zLOE34;|1$$VD>r0?%L7YoZYIeNV&M4=JO3c9Z#3vb$#!#Is7!bZ2D{|+cxt0MUNL{ zWz2ipT)HRr^H%c$gq>%j>1T_!_LaIWr3RAN_zu4ld{2z8hsl7`Gf)2maht2uZglkA zE_2DLxgwUx(NvD@sxh_iUH6O|T5eXa@a<>FtM5f!`)HJL_n;a`!4fE@CXAY1aW$j& zNrisneXu-GG|PCq(opvZN;2PCG!duPR-EVXW5@y%-O@pN#HqdCH`TV>(R6~dw!rDo zY6Z%g9-Z?YUREBy2A|!wK=Q_~<2l{cpG#sR1YhljQ*Pg4T|@!?N;gI1|ZI$}4+}`&ei(lwZnis}jRY0%A<7m71vm@`) z3tAl$PS_F-_rD3DSj~++vOPJ?ICW{Sh{9v5efMIKq&Y!6y{i^Wl^Tn?TzhLlpl8EL z(0XY`sE1p}zeZ-LUN3)TMwBRidUq*LUD&+S@(Q=BsKk>Jep6V46CLlhcLaACVGlTH zs&z%;f17hQl(6m3X^~!^ILG^FbmJ+)8^p3mIfKKHf(LX0@ zzQ<`2v_H??T8@)L&j+caGfdU%-Ak_Yu3!f$Y{=BR^fJ73{ZW@+IR#HsF}6FVSi~Ud zCH4fR&k;d?d~~gPfYLg>&)*4;cqOB;!sWzv((-;wZdr(D`Tn=_$5r>5%8e0lv}VbL z{u5vp6c_UKSDN_u5VmdmxI#lgqtDOU5 zubI|pkwfSGmYzOv*~qirb;4ru zca%^}atdf8Mco@1&3%vA)5DsNpZ7&ivEAWS4mRgvC)%bE&`-8kb!@!eE^k3f1e6^| z#7@#3gpb~eKkdSgA9VJ%vhqCp+fw6K(ai%ZYxL!X_AWugK@j?@=U;xe7llWraf;2Y z9Gu_i%%CfSaJaUoE0k>W@zHfBKAg4f#ul{;S961wi}*+>pVPuCuC^Y@CKQfqR{D%T zS;s?1l9pWw@r-#rIlgT$!dD??Ow7YT;suCcz)2I2D@9Gok~iry6e+)zq~k-=Sj0&WHe zfjosvM}wMg=?N#dMsC5&XCf}zI>CN#*DjtNu<4kttE zVSGLtd^DoK30GBH`K#2E6$_${DmHZQe}5vRz=7o_xB!K?DD|F9p?BAYd{vp8N>kIC zozp8SjOn&J;#cfdrkp;El`1gZw7b|(t~*9;b9!oYdfG_IaELcMjxh>?SEk4*D{Yy2 zt|VxHta}Tg)n7N>$p3L+>v`Db-?9Am(0P#4NyhLmjK<~CLq9QZ>6!Fi@Gl#auCa6J z^^-h-pLm;^RrIr3^SflJN2r$@`wW$S&QYMo%%kAIqDg0Zvs0=XYwv~g?C zb&k$Ow+k7`>HB(uM;jFfi>~hWV0@k5)%iM2c|@7})hLe)g+&(+b~^tpNgQ>_ou%XJyLH}9!%o5Lo{BA(#92$@+#4<7pY9t*mlNDt~_gt z0aHgUc$Ivk{9r-|-rAfU!5EkFQPLe)vv;i#URwbk78o_RksnYn7w>+XBzt`az}Ly0 z#};@5?icCdmojFGo~a#P1SK1QWN+@4#6=MD3ld=Jc5(ks&%oZu-j`Q7uMo6X`e@0Y z))VmKs~M{JaYR_mipBmIWcmF|WsRebU6x?vyfWlq_x=l1Tg9o{dI&@N#qI{)vY|_t zE+QnS^LrQ%mRQIrBd)rvIAv1wJWa;hP9VF!bHk8~HY584vRqy3`?rNMTplFA zRzDU$PZCQ5amyL-jc0Ic?KbH=QXWZ)S9~}wPqFV#>MT=+NLg@E@mq619v1;LI>K~iU-)*+8AW_-c zM847f?a!ceveH!U&l`|k+W*WeJ$Ul(pf|J!q4)dz zzKdMl#HCx^^&DA8kfiP{%aQU=x8HWYZQS&)uiTCYjLgd`DyBBs9p5%@{%Cfk-PNNT z7PVL|F>Limb$K4{J+w@%Lvvy9c};6nRwdXu;!WjFJxWtODierN)u|2mQD)>z z%S$gOD#^@&tUooU`1B^{zvU*1&6l$sF^x@HLB&>;sI`Wm3`_86-OZ{GuOpp3;*s9R@J{ z|NockV6X>)9mf~NKu*a-zCiBU<{=pbMhp3Xl>8f?RTmL$0;J~u{#^#^sNlHS)~VyF zedBZCSo#A(eQ#{h$eIlbMyD2Zr$@t98ZN$|8s{^B8+%_wU!|fDR3c5hEfe=COQrc0 z`0;$dm}QH--vD|)uu(Rx_CImgRun5Y@AEp+ut}yrIt~e7WzoJL=am+lkJeGB zTQX(Myq*0&9$1P0dgk0}nSekS1f(GB&`B8u>biIrdGLyZ>t*s)kc>~3ZoqS2yx6fS z0nc5;(mDdDo*!3X9jl zUJ5~wXrI~;VY%bc(PXT_NjiBY*_K{K{XIT@PFqSt7!h${t@p!aM(?4C(xbz~woFljUDv z7LYJ@a+O&kr=yHi+>-DQ-2WmyS)~V}I3$w^J4TlZ5CIh-Bv1u#Pv;&T z*et)uZS-CM-1Ono0Wunjwg3$8c2Z20;bWZ*a7p02HI~k#DFxibyzAQ^OaJtlr{u+Ok2DoZwN7AFep`?fOBec@ zI;>PZ9S3Z?aF-(oZ@8f-YwrsnIo2D^yZ(BsM1UM$^W~r97eSx83?QwuB7aQQ9oY^b zXMg^Z-oGQU4`5GysZ)fEJ>LcPHjxwp{<8NBXir(O$Wq4M{ss0{_$HeEWpBYECncWK zmXWh*fxUZZJ55=C>N}?z%}l`000J3@6-3mh%M-7t$*X8>!-Etp@2Kjk#A(T!j)DjU z&$k9&2RwD~2>K*l_O3p_T1mno*&NY)KR~IkZSBm;Mb17h==ZXX-(-aEUkGmhw|JSs zB5Fu_=a*@&g+pBWk0=WBE^k-)1E0r20Hrmq?duR?k~*LU2cDsfi#s1JU-v*n_eaJpk)jCdLp=5CN8!Mpd$Gb z?UAza%>pp@P*wZuetmZWkMBp?^a5kHFyhru0CCX&@^ev8SIsZD>$nlLBTc43E(=a= zhk2iD1d+MGlv5>RdxXHT&C6yxO)i3|6tDL=AXPMkOy5frc``eO% zNB*bU+bC=A+U3jh>fg-e*E(%__igHooZO0Y^6Cu%+tmJFZcqv6PeJYv$69SVHF9!W zRyb4#Q?tgVmZMl-_s_oM^4s7oC?7HxV8-auj9~@-nZP5lVTE_oq%YShAk39Ux zIR3{t{>M1}Ct_L*_y2>#{~8W>zr&1fzfdhLV3Bj*&S0~LxYfuY0+aHVEY+GW{|R6A z1&6Q&-=Aj>a-ng+qSa#R#6w+SUN9b_^LvSsmntypuUk{}!0GU1qePSgi~Ws>dq@sy zAS{O&2rB0(-xw9QH%NPxzF$u;TPmR+lP1rLZpP^}B>y$w_~A9xppkepTd9ey)F;mC z6G}?F!38%m$-lVi(_4YLAZiydb@Xaq>xc>3o0w_N>6{l~rrTdZKml@E>jUYvwKWlQ zlOv=ge5rNu}x(oWPVmP|s74Pn30Tu9sNX zBMmz2Vhc%uXMt9@OpJG7P31nVevuw0af{PwT%fW}0hoG5FL7GqS=X-Q^y|0tAeZhu zef(STAty+R&?=~|ye5Ll8{x66^4u{&nDnQC^Z~IEDkj<28EI)ja7Nnt-Rv6W&WvWZ zWjdzQMiNX_)%;ftolcbMuMi`r`O&6MvZS?KB1Z8GyMYP6PyW(?g~4dwad37^oEWX= zZ02k$Eb&}r&KQqa3TkBTwUx#{1UZ}n2Bd6jVt*I@;KX*%+xV5+7{?QKDilpyJRtAu zi=9JMeaD3v<-~9VB=TEpheXd?KT?hW}vUHUfMV@UyMdU6Wf;0ofU7LcY|+tABPbV z^iQSK2X~O9wMrDrK|Wt zY&*!a9Z_DkQm!L1z*gF&muI7?Fd&jWKVlBN4>A7XBA5XC^q_4B`1+a|Z)hPP2rS+wr*5FUkD=@t>@#nP8T z>-PUXTjv@*JSi8n^y4&qLe*YPAqU98C7evSud1STh;iWBMLmT%+|*>8A5Qz@RSU8f zC9-?WuZDB*T5UGw5m$JXsI!*B<6ch~3y;DVs)M!a&rI!|@VkmPNFpRSET(+DcFNQH zi&7<>eXDJVaB2OVX>u7SR_$@b+#5%1ogi?W!WqlkVOD{8%MK;@@h(hSDe8!S>6%Jb zKH8{Y^Z-b|8mU^h4Qx~>3VCg{9DZ79V7@~mIYlz=aQ(oc=mOiAZI1)0Q*AWmJ$5wV zkNrs{;Ul&MZ$@ky=+DuRj0Jl##y`LfGW)o9h*fjeu<|l-9aAnQ2=5CPQ+pf1QF5EL zjFrj~fR0?`)@K4sf<@Dt3`KNNi%YKoJZf^_rptVU5UKS_yXvY{i}&$MQj=faG_7XO z*Dz{(mi+141#yzsxi(YS1oWz_q2G^9FD?OiZA<(@W6--Yty-hlZ<@ToXa5@nJxsieVxDN-gm);{eAhQ{Gel z`@di?&4|fle99jrs^oM{Hl?MrzK8gDg15b>u!&ldfA_Shf?DDmoj)O-VIKbGMlFFL zCJ!E8Cfz3at_{9O;rLDaP~FhDi<6OPRMcm_AlgMvQ{Hc8S2AEvfeu5VS6L%#%v0?_ zPD{HtNFwhY-pMSAOZ6<8haRph7D2xr4JXm=4cE)RsH53@TsVc0e()ymIOBj?Y{XAE`wJ)2mO8pA3sJx|+GZP+$IQaDdYcm*@LzAZXsIqU zR#~T@mjUuxGPPdXjuunzX?q%Eo;%;~L#ROzoghcy-05+PL!L+5?;>u{Qd6P~Y~VAW&$ES;p65|{@cf?$HtkxY=(n?-V4*F*>Z@f79@mPIk)-97vf z#(`gmW_&FuF3j(z5jCUm6ZfC`e~-PT>@{itzP=t3z_k8sbb@Ch{2is#Gg3fMc($?b z-P%)D3*+wPsi4!1rfD4SjxJYM^fl* z*kvA7IAefwzFulL7k2t>c5QuS^meuh#>Jb0)FZKcZE}iFvCJ=CN?#HuD#Qi(jFR16 zQ)is*jvamhDB+7WTh$Zq;%{z`+NtNNIb#p`sTK7pYgl%O$%~UT>}Ik-=jY*1xi)$mYTN$ z4S@h^2GN{=0!}qEvZn6djZ8wEGstv`ctN6=k58U-sn4eunSF2{ryt|_Wbx;JU^{x1 zrnt{qYCWbIb9X=v<)-qaU-o|j!Nk0ifTF_|1Znod$8;BeP^N~Is&VkH-xL9M(WMV8 zY~Y3)k(X2;{H2fUKQQZN^P?t03BukdX-RN{gj)GicQz^rfn|e_NcBpybo@;%4(S@B z$5))HZ?!W=Thk>OL+%FlHM6=*dCfZRQSDeQKltguAAwkXyS0jwOI-^cEr75$QS&%s zds>WdA>BpHb--;99rU=XUK;R-ueYQs6zp$C=v(<%HRB%s z8GiDeX?Ec{1(X#43jPl$MEOx&z5Ow@@O$2lLnh zi=C-ixs`u*N?Sh0EMb2B^uPM-rSpM3(dHHQoBo91b&;h6PiB z38&HzC`B$nM7;AP&ylfR4eDz$br&M+KJ_n&FzvBgHLLlj)-pm<(>f2DVAgdLpE+ssW-d{qHP7$vZKj< zUpdMCX@VgWLd7(2v{`Mt(ULf`4>}(TwdN1Lb^n66h}kyL-jP#l zo}TM)O!G0w_K37@LF!#2%vnd0I!7Y1`Uw_Xa;;vL z%#ZKxN^i!EY=NV;NMDkFN5U!kBy4lkvTMkv<6$-7LAO>ZD+?h^@>-hHh~+N??Ti3$ z0bP(~(HmJ6s=+$*P1wkV5Rc`wTRB`!L2qkqY#alT%nlTJ8r~qGl zl(GGD?eI8^h=aWuteb~$cNE%_Z6nV^h!vtsR(``>-7iJY5#B9m)*j@z+MBj0Wc~zb z8KI}ywAIb00!1cE1wyx>E7zuGb5%w)fr60)&9Dy^-;Xf1cX036xhTxk;R2cHuOAC7 z8h7ugZTsSCmXnFqQkaeVA;Mn#Fp=n}pmWb)=Tc$9KgvKlmJtI8#bg`S%hM*DD20lm zvPz+qj@4QU96EE@4?4c5+dFBvUQWF*d0s%YIPD6(tFl*pr0y`{ZSksTHHD&=R?aGQ z^Qg2}y{Ht&u9JkAY!o!ds!E$+2wvwtFuj#esl=Lqzr})-Jy{u8vv_Oc{BWmj1vow7 z#F>Tu^r+fim6qZMvM`4JG)+WU)7MGqjsO zdyGbY(K8gC`nmlo%-LzsJ^`P)6|XI4HgcXmuV|yHAd7y&X;P0(4<-(TLQlJwWrOlC zVXz5 zJDwFPQsS2ecLt(&x)MxG_S4uDitWP&fv=%ad4IF;2^JC^!^n#-tXYxvp^ z!=!!A4HonB4&}rW^af(Vcm*q;2Qa}s67m83Alh%6Mb_FstGM`C-QYEzy_?ZCZ;9&p zzSBXt@(n~~s(NWdqpqedvPfW${byDfR~B$Aa3%y4T1WO`6$vKO1LmU&A^BrQwYct1=9cEN+1I7T=H9B;8sglzxe?L1)K*Ah7 zCXD!!dgvO=s>x&I6C#Zhxu>Qz^k9|00chBf*FEDX22tbI6T8bC9?h3%L$cdO_mB~C zSt`&4u|TZ=U?0uKfg`7pFh3`dCFh`^hI*9D@9i@ABO>boTH7YrUFgsA7^92**x-_U|6>=C6R0^V_E`V(^a%b@ zf1Qq+-+eE~cH@kim=BS#PgE;pgn`T8-oa1T#yrYKb`<9*SW12;gL|!E)?mrhz80tm z)&7$_ehkoX%5+KSshuyH@$XIeKJd^Lk!l}`Us{%o-G3cRJ(PBw0Mvlj>z z2g|B%)pMXFDd9!18HKhE8vOQ7ejV^AD)5a3%W1}jAxk2c!3{*vZN)?*? zHh@ws_+`K1Lp({CR_k%GlMtm8c=2y7K)&*5lhnnHtm+?D>ZPRv7f?qEL88*5ActSI z)4&Ie@P77;tNMwQktvJEl*jnvTAkKgtARvK)jTES79N#^C2CV*EDmHfL+5p=W2erK zoC$d6;WIFM5o_s`rM>nCQdFMC0uEv*SY>|EErLg)xK^ljK!mQ>Pvf$!z#U=W{%jvD z=AesZa-7$juIdQbXPA2&b#Q{(=RYW|UNG|I)<@bf%M@`XP^L4`p*3NTOE9*vJ`&?KJW1bGRWNvq!oP&7n;3Q-wJZw85>uJFAFND!yb!uR z;y9hqnhsl|hvHEzJT~x!2`wZ)U^vEeUq@faGQHJ7FtW#?6^Smnc%JmJ3;)<}E2Wk! zxXqk&00pnDpKwm9)kujn7bYAxB~qKuBQkW~n*?IAk$OP{55!#4Js-!2!U}gxqcDM4 zzJH8@_7y@T`^SjoK83uJJaQhfJN`I+){o~=_RLEDRLaH$2Y+%$@S4&fgBFJr=|ND{ z#Yx@G^z1;yh}%CEdXUkQ{R;{Bpd1Wm{zzGaZt-u^tVk!6YZn=VVl8vdea-9w!2 zMq>y2(mI5<^WSI<@5(OF!sUM&gjMZ@_*7t7(T9z1MU{e?1}Jgxz}lqB_|%rt;^-gg zEI~hHN7L*Hq4fx-1~M8~ZA;;sHgL@GZcXtN&SKqE@EfI}ap(TqY*L43q}LtG>{Gl5 zk~<{?p&VY*52-GXL(yk{y3aNw`+_`R2$qjHUx$y4^B|u?Mc#tvlVKk{42td|2t(z4b7rF|AYpjo)R_HLju1qtx`{7;fQIp=bnYq|GLKVYbtN%YPKb zv8mR~Ks?|kj~QS#oP@BTAqLF%jE2J5?Pw!cII2}%Qy7l&_Vfw&2Q|!Ff1b@JexdBE zV44tmmCk(jSGb|bDCyNz{}XBemhV7GGabXwm&Rk#U?twf-8xxaOS}=wuZf>$*L%lB zcAbm=k(1F^{Lgi1H40atQQCZ7^ZK<$9=|IGMGb@66kULqdPS*yaQ0Vtwtag1$bxMi z^&e>Uws`Q>Hf9=?2uXrP%8`8a9*?IUBvRAHK4kurtCf|1F(Nv2=aZ;r5i-!0KMnrO zPtN$hGvTVjq6xH3%-m-o6q?~AU2S4z^$j2oQ-Uwuqou2~Zi2y0oGZ?-|LkKM5s#-G$;-=fnQi+3&c=nK`(t#%JOk#Q)fufT z@mI*dyD~tqcFWX>g|u0gbwGFwkZvsBspOslx1x^??QltoN(Yjp6}rk#2KVae?NEL? z=z%k`=_n=I@{Fzd81PY-5jdjUi4> zjkPer4dqWtAL>fp{KJ7qsFZAj&W&#S%xrJgs_^3B_&pW4J~PMnwlr+`0p%7}*_+}5 zSnV)3WWKJ(kYHQpVS3^uDNKQCn6B7FL8i{^O2S7hN1PHaxN5*?ad3t_K6Fotou5|h{&0X|4DCh z88*Rb+Qq2V4EQ``4Te!K^-3&-g9mH&!F!Cb)Ko#d%0TF9_7(PFuAv<<{I| z8_G!>f2exb{$;wg9n&6XEOm3eu>K0xk{R>_8{}Z4DY<z{lGnX>czQ=1V=RY3^<<@(o!rKFhdsOvT#xOij4MmthMMue6Y`c4k`X-|{h* zmbPE$Pcn;lZ!muLa79(=Cm}FLW=g92LaNRVZ!f&Oi89wQD7j>I($}iS>*gH2d^U7I z@atvz&S=3i?^GY}lQ@t5voKb2OU3D7$3ronm%UNFxlAuZQutJFaT|<=?u+u7Zy)$A zIHE(jC_zKY+XT%gTXNWHRG0IRt9fl^rzDOsRjBZ8GBnG*jQ4f;iOaj$`k5)ncb7kW*# zF@jM;r#A;3!x7$D=LHKIRlC2$-A8?NhIg zQJVq|54clE!PoCi+y8oORcL?j`YXifpKQ@lZ>zczl%(4;%<43;Syfx}gMS;SBFu|# z&pVGqu($GI70l9NkFKhnTe?UuxkfglL$&hfM_wRR|9Sk#78Ea4F8ilMU(xr(s>Ot4 zACQo=mtgPCVYw`5;@jJ_pL33fmd|*L+z^__eA`?okvuByMnAOoT?JvJSl#-y%dlTO zGCr#`9(q9eNqwE$N3sNKSqW>xQMgD}YIt5-^maS8(mekwn=3)Ccr>H$$e8bH(2u$i zK7Vk>KFG?cUl3B2Vg7h|?7pZ8!9nF0p>*Rd)Ul@X*?P+gV~BfQwhFpLaXTPlUe<({ z4y&r|kq+^m-dc-`mqG=7HE_67tw;H=&sTAnbw%Fr)9$PQBIJNh zb?nB9fJ5GXnkgyp@cOIioli7Vho4MGqk0Z;mUYbi+Amy1q4WqIUSOsZi|YVqTNp#D zNZpI7;0_Ic)h;QD3vlr%i}JT21D&Uz$1Wf{8@@D>KG6!n+FfcImOJbak_~on zbb=Ta5lN892oGCQYokwL75Q8?tu?^&+dco(!&WX25QzH0j5K0FBU(_*h9 zck6Ge(1-P}o&r)(R%I)$eSE!8^qZfKKYpJ`(GQeJmg9J(K3gwsNbZ^|<2S>w^_86) zYNMX^Y5LR48{^*~P%VD8H7%(eYR+|#)e{?M>J7EWvr4coT2=QJ^OU0$f+-N2D?=!Q#OV#RN|vE^?H3?;?_p|p zV{p@{ku+R%&-C@=x1mea1!)&{Le+n@V3^b1MXoL)@rq~T+9w0UBk(S)ait?1wSsl# z7okqEIek7BY?B5-H8{+^-HqsAmSO*VV=wOkVPIHsO26K4kZeuGQ-Tc~e-& zqYl(eP46189H>@!eR-!vWX*6`N!T0x<$f+2&k?_4g=$X+TLX3(xJ!Qbjn`huor@RK zO5vTz%==7sK-reXy+ig2oA*0=6dHF8`honS*!f|w6ym&1`lzuJWef1Bj{6}t!WGSX zjPjPb2b}W8whW`SwE58DVnBzLFs+hbvUCd28X01OrOk?D0wH11*fBOV%GmN`}zW0!Sc5Sz^sN6E)X0=KfaHW}ZqdO5vq z?EO;4^4gB_j2?flZh2i>`m&lAWne^GHiDpq_CGIcaWu K$%-R;0piBH&10s&>ek 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