mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-22 18:45:06 -05:00
theta の初期値は 0。値域は 0 ~ pi / 2
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user