Exemple #1
0
 public PmxIKChild(PmxBone bone, Vector3 min, Vector3 max)
 {
     ChildBone = bone;
     Limit     = min != Vector3.Zero || max != Vector3.Zero;
     AngleMin  = min;
     AngleMax  = max;
 }
Exemple #2
0
 public PmxIK(PmxBone bone, PmxBoneData data)
 {
     IKBone     = bone;
     Depth      = data.Depth;
     LimitAngle = data.AngleLimit;
 }