From 8ef16ff77bd727d007e841d7c1fd32a53113b4b4 Mon Sep 17 00:00:00 2001 From: Klara Tyroller <klara.tyroller@rwth-aachen.de> Date: Fri, 25 Mar 2022 11:34:32 +0100 Subject: [PATCH] saving the current version --- Content/Henry_AnimBP.uasset | 4 ++-- Source/CharacterPlugin/Private/VHListenerBackchannels.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Content/Henry_AnimBP.uasset b/Content/Henry_AnimBP.uasset index 56beacb9..33087a44 100644 --- a/Content/Henry_AnimBP.uasset +++ b/Content/Henry_AnimBP.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e479597ef08c66f8cc9ed09c77c4d1dcc0080ba25b50281c67db4bbdd1832086 -size 591666 +oid sha256:8d7168929f5b6d36d7f7d9a10750f78739f3ae61806a127f875fb10ec7cd27fa +size 621979 diff --git a/Source/CharacterPlugin/Private/VHListenerBackchannels.cpp b/Source/CharacterPlugin/Private/VHListenerBackchannels.cpp index 8c9ed6d4..ba4ad6ac 100644 --- a/Source/CharacterPlugin/Private/VHListenerBackchannels.cpp +++ b/Source/CharacterPlugin/Private/VHListenerBackchannels.cpp @@ -488,7 +488,7 @@ bool UVHListenerBackchannels::in_VH_FieldofView(FVector Point, FRotator HeadRota FRotator LookAtTargetRot = LookAtTarget(Point); FRotator difference = LookAtTargetRot - HeadRotation; //if ((abs(difference.Yaw) > 107.0) || (abs(difference.Roll) > 70.0)) - if ((abs(difference.Yaw) > 107.0) || (abs(difference.Roll) > 70.0)) + if ((abs(difference.Yaw) > 107.0) || (abs(difference.Roll) > 75.0)) { return false; } -- GitLab