Merge branch 'main' of http://gitlab.passervr.com/passer/unity/humanoidcontrol4_free
This commit is contained in:
commit
78a3d2f38a
@ -27,7 +27,7 @@ namespace Passer.Humanoid {
|
|||||||
|
|
||||||
#if hFACE
|
#if hFACE
|
||||||
if (headTarget.neck.target.confidence.rotation < 0.2F && headTarget.head.target.confidence.rotation < 0.2F &&
|
if (headTarget.neck.target.confidence.rotation < 0.2F && headTarget.head.target.confidence.rotation < 0.2F &&
|
||||||
headTarget.face.leftEye.target.confidence.rotation > 0.2F) {
|
headTarget.face.leftEye.target.confidence.rotation > 0.2F && headTarget.headAnimator.headAnimation == true) {
|
||||||
|
|
||||||
UpdateHeadBonesFromGazeDirection(headTarget);
|
UpdateHeadBonesFromGazeDirection(headTarget);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user