mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
use 20 degrees of OVERSEND
This commit is contained in:
parent
c39ac93fc8
commit
b1b7764056
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ const int NUMBER_OF_CHILDREN = 8;
|
|||
|
||||
const int MAX_TREE_SLICE_BYTES = 26;
|
||||
|
||||
const float VIEW_FRUSTUM_FOV_OVERSEND = 0.0f;
|
||||
const float VIEW_FRUSTUM_FOV_OVERSEND = 20.0f;
|
||||
|
||||
// These are guards to prevent our voxel tree recursive routines from spinning out of control
|
||||
const int UNREASONABLY_DEEP_RECURSION = 29; // use this for something that you want to be shallow, but not spin out
|
||||
|
|
Loading…
Reference in a new issue