fix: player detector checks normalized dot product
This commit is contained in:
parent
0b656459dc
commit
55f254d4ec
2 changed files with 2 additions and 2 deletions
|
|
@ -26,7 +26,7 @@ private:
|
|||
float max_hearing_range{ 100.f };
|
||||
|
||||
float max_sight_range{ 60.f };
|
||||
float min_sight_dot{ 0.7f };
|
||||
float min_sight_dot{ 0.6f };
|
||||
|
||||
double query_time{ 0.3 };
|
||||
double query_timer{ 0.0 };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue