From ecc52339476663057f912e45f73a315fa8fee5d7 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Wed, 17 Sep 2025 13:29:16 +0900 Subject: [PATCH] =?UTF-8?q?theta=20=E3=81=AE=E5=88=9D=E6=9C=9F=E5=80=A4?= =?UTF-8?q?=E3=81=AF=200=E3=80=82=E5=80=A4=E5=9F=9F=E3=81=AF=200=20~=20pi?= =?UTF-8?q?=20/=202?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Runtime/Components/SpringBone/VRM10SpringBoneJoint.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/VRM10/Runtime/Components/SpringBone/VRM10SpringBoneJoint.cs b/Assets/VRM10/Runtime/Components/SpringBone/VRM10SpringBoneJoint.cs index d2ebf619f..d19330974 100644 --- a/Assets/VRM10/Runtime/Components/SpringBone/VRM10SpringBoneJoint.cs +++ b/Assets/VRM10/Runtime/Components/SpringBone/VRM10SpringBoneJoint.cs @@ -35,8 +35,8 @@ namespace UniVRM10 [SerializeField, Range(0, Mathf.PI)] public float m_phi = Mathf.PI; - [SerializeField, Range(0, Mathf.PI)] - public float m_theta = Mathf.PI; + [SerializeField, Range(0, Mathf.PI / 2)] + public float m_theta = 0; public BlittableJointMutable Blittable => new BlittableJointMutable( stiffnessForce: m_stiffnessForce,