From 7f275062abfdf48ab28cf6372aca08955d63ee4c Mon Sep 17 00:00:00 2001 From: ousttrue Date: Tue, 29 Nov 2022 18:52:05 +0900 Subject: [PATCH] =?UTF-8?q?=E8=A6=AA=E6=8C=87=E3=81=AE=E5=B7=A6=E5=8F=B3?= =?UTF-8?q?=E3=81=8C=E9=80=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Vrm10Runtime/ControlRig/Rigs/XR_EXT_hand_tracking.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/VRM10/Runtime/Components/Vrm10Runtime/ControlRig/Rigs/XR_EXT_hand_tracking.cs b/Assets/VRM10/Runtime/Components/Vrm10Runtime/ControlRig/Rigs/XR_EXT_hand_tracking.cs index a563e59bd..e5b29cfd1 100644 --- a/Assets/VRM10/Runtime/Components/Vrm10Runtime/ControlRig/Rigs/XR_EXT_hand_tracking.cs +++ b/Assets/VRM10/Runtime/Components/Vrm10Runtime/ControlRig/Rigs/XR_EXT_hand_tracking.cs @@ -34,12 +34,12 @@ namespace UniVRM10 /// /// 親指は XZ 平面45度です。 /// - public static Quaternion LeftThumb = GetRotation((Vector3.forward + Vector3.left).normalized, (Vector3.right + Vector3.forward).normalized); + public static Quaternion LeftThumb = GetRotation((Vector3.forward + Vector3.right).normalized, (Vector3.left + Vector3.forward).normalized); /// /// 親指は XZ 平面45度です。 /// - public static Quaternion RightThumb = GetRotation((Vector3.forward + Vector3.right).normalized, (Vector3.left + Vector3.forward).normalized); + public static Quaternion RightThumb = GetRotation((Vector3.forward + Vector3.left).normalized, (Vector3.right + Vector3.forward).normalized); /// /// VRM-1.0 の T-Pose の定義から各指はX軸と並行です。親指はXZ平面に45度です。