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,