theta の初期値は 0。値域は 0 ~ pi / 2

This commit is contained in:
ousttrue
2025-09-17 13:29:16 +09:00
parent 59ec82b183
commit ecc5233947

View File

@@ -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,