Merge pull request #1938 from ousttrue/fix10/fix_oxr_LR

修正漏れ
This commit is contained in:
ousttrue 2022-11-29 20:19:57 +09:00 committed by GitHub
commit 84db84bc2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,8 +27,8 @@ namespace UniVRM10
return m.rotation;
}
public static Quaternion LeftHand = GetRotation(Vector3.up, Vector3.right);
public static Quaternion RightHand = GetRotation(Vector3.up, Vector3.left);
public static Quaternion LeftHand = GetRotation(Vector3.up, Vector3.left);
public static Quaternion RightHand = GetRotation(Vector3.up, Vector3.right);
/// <summary>
/// 親指は XZ 平面45度です。