Update accessibility
This commit is contained in:
parent
a7498aeb9f
commit
7c46b252dd
@ -31,7 +31,7 @@ namespace Passer.Humanoid {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private void FullInverseKinematics(FootTarget footTarget) {
|
protected void FullInverseKinematics(FootTarget footTarget) {
|
||||||
//Debug.Log("FullInverseKinematics");
|
//Debug.Log("FullInverseKinematics");
|
||||||
|
|
||||||
if (footTarget.foot.target.transform == null)
|
if (footTarget.foot.target.transform == null)
|
||||||
@ -55,7 +55,7 @@ namespace Passer.Humanoid {
|
|||||||
PlaceFootOnLowerLeg(footTarget, lowerLegRotation);
|
PlaceFootOnLowerLeg(footTarget, lowerLegRotation);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void FullForwardKinematics(FootTarget footTarget) {
|
protected void FullForwardKinematics(FootTarget footTarget) {
|
||||||
//Debug.Log("FullForwardKinematics");
|
//Debug.Log("FullForwardKinematics");
|
||||||
footTarget.upperLeg.SetBoneRotation(footTarget.upperLeg.target.transform.rotation);
|
footTarget.upperLeg.SetBoneRotation(footTarget.upperLeg.target.transform.rotation);
|
||||||
footTarget.lowerLeg.SetBoneRotation(footTarget.lowerLeg.target.transform.rotation);
|
footTarget.lowerLeg.SetBoneRotation(footTarget.lowerLeg.target.transform.rotation);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user