nav: minor change in ladder use.
aim: slight improvement in enemy prediction node recruitment.
This commit is contained in:
parent
d1d379d266
commit
1d60f19402
16 changed files with 151 additions and 145 deletions
|
|
@ -36,10 +36,10 @@ public:
|
|||
static constexpr float kMinViewDistance = 2.0f;
|
||||
|
||||
private:
|
||||
float m_farHeight; // height of the far frustum
|
||||
float m_farWidth; // width of the far frustum
|
||||
float m_nearHeight; // height of the near frustum
|
||||
float m_nearWidth; // width of the near frustum
|
||||
float m_farHeight {}; // height of the far frustum
|
||||
float m_farWidth {}; // width of the far frustum
|
||||
float m_nearHeight {}; // height of the near frustum
|
||||
float m_nearWidth {}; // width of the near frustum
|
||||
|
||||
public:
|
||||
explicit Frustum () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue